Markdown Guide for Z-Craft Documentation ✍️
Master the art of writing clear, professional documentation for Z-Craft’s community wiki. This comprehensive guide covers essential markdown syntax with practical examples tailored for Minecraft server documentation, lifesteal mechanics, and community content.Document Structure
Frontmatter Headers
Every Z-Craft documentation file starts with YAML frontmatter:Z-Craft Frontmatter Standards:
title: Descriptive and SEO-friendly (50-60 characters)description: Compelling summary (150-160 characters)keywords: 3-5 relevant terms for search optimization
Headings Hierarchy
Use a clear heading structure for optimal readability:Text Formatting
Basic Formatting
| Style | Syntax | Z-Craft Example | Result |
|---|---|---|---|
| Bold | **text** | **Lifesteal** mechanics | Lifesteal mechanics |
| Italic | *text* | *Premium* ranks | Premium ranks |
~~text~~ | ~~Bedrock Edition~~ | ||
Inline Code | `text` | `hearts` | hearts |
| Superscript | <sup>text</sup> | <sup>50 hearts max</sup> | 50 hearts max |
| Subscript | <sub>text</sub> | <sub>Server TPS</sub> | Server TPS |
Advanced Text Combinations
inline code examples.
Links and Navigation
Internal Links
Link to other Z-Craft documentation pages:External Links
Link to external resources with security indicators:Anchor Links
Link to specific sections within pages:Lists and Organization
Unordered Lists
Perfect for features, requirements, and tips:Ordered Lists
Essential for step-by-step instructions:Task Lists
Track progress and requirements:Code Blocks and Technical Content
Inline Code
Use for commands, file names, and technical terms:Code Blocks
Essential for commands, configurations, and scripts: Server Command Examples:Syntax Highlighting
Supported languages for code blocks:java- Java plugins and codeyaml- Configuration filesbash- Server commands and scriptsjson- API responses and datasql- Database queriesmarkdown- Documentation examples
Tables and Data Presentation
Basic Tables
Display structured information clearly:Advanced Tables
Include formatting and links:Blockquotes and Callouts
Standard Blockquotes
Highlight important information:Mintlify Callout Components
Use specialized callout components for better visual hierarchy:Step-by-Step Instructions
Use the Steps component for complex procedures:Images and Media
Image Embedding
Include screenshots and diagrams:Image with Captions
Cards and Interactive Elements
Card Groups
Organize related content:Accordions
Condense detailed information:Mathematical Content
LaTeX Equations
For advanced calculations and formulas:Best Practices for Z-Craft Documentation
Content Standards
-
Be Specific to Z-Craft
- Focus on Java Edition, lifesteal mechanics, competitive PvP
- Remove all Bedrock Edition references
- Include server-specific commands and features
-
SEO Optimization
- Use relevant keywords in titles and descriptions
- Include “Z-Craft”, “Lifesteal”, “PvP”, “Minecraft Java”
- Write compelling meta descriptions
-
Accessibility
- Use descriptive alt text for images
- Ensure sufficient color contrast
- Write clear, concise instructions
-
Consistency
- Follow established heading hierarchy
- Use consistent terminology
- Maintain professional tone
Quality Checklist
- Frontmatter includes title, description, and keywords
- Content is Java Edition focused
- Links are functional and properly formatted
- Code examples are accurate and tested
- Images have alt text and captions
- Tables are properly formatted
- Callouts used appropriately
- Content is free of spelling/grammar errors
Ready to contribute? Start writing your first Z-Craft documentation page or contact staff for writing guidelines. 📚
Documentation Style Guide v2.1 | Last updated: December 2024
