Contributing to Documentation
Guidelines for contributing to Lunar Linux documentation
Thank you for your interest in improving Lunar Linux documentation!
How to Contribute
- Fork the Lunar Linux website repository
- Create a new branch for your changes
- Make your documentation changes
- Submit a pull request
Documentation Guidelines
File Organization
Documentation is organized in /content/docs/ with the following structure:
installation/- Installation guidespackage-management/- Package management documentationsystem-administration/- System administration guidesdevelopment/- Development documentation
Frontmatter Requirements
Each documentation page must include frontmatter:
---
title: "Page Title"
description: "Brief description"
category: "category-name"
order: 1
lastUpdated: 2025-11-02
tags: [tag1, tag2, tag3]
---
Writing Style
- Use clear, concise language
- Include code examples where relevant
- Use proper markdown formatting
- Add links to related documentation
Markdown Formatting
- Use heading levels 2-4 (h1 is reserved for title)
- Use code blocks with language specification
- Use lists for sequential steps
- Use bold for emphasis, not italics
Review Process
All documentation contributions are reviewed by maintainers. Please be patient and responsive to feedback.