The Kernel documentation is about the Ubuntu Linux kernel, mainly focused on its development processes, tools, schedules, and more.
This project is built with Sphinx Stack and hosted on Read the Docs.
View the documentation site at: https://canonical-kernel-docs.readthedocs-hosted.com/en/latest/
-
Clone the repository:
git clone https://github.com/canonical/kernel-docs.git cd kernel-docs/docs -
Build docs:
make html
-
Build, serve, and auto-reload docs at http://127.0.0.1:8000:
make run
For remote or VM development, set:
export SPHINX_HOST=0.0.0.0Run these commands from the docs/ directory before submitting changes.
make html # Build docs
make run # Build, watch, and serve
make serve # Serve existing build
make clean-doc # Remove built docs output
make spelling # Spell check
make linkcheck # Validate links
make lint-md # Markdown/MyST lint checks
make vale # Style checks
make woke # Inclusive language checks
make pa11y # Accessibility checksNew documentation, fixes, and updates are greatly appreciated. Be sure to read our contribution guidelines first.
This repository includes guidance for GitHub Copilot in .github/copilot-instructions.md.
Copilot should follow these repository instructions when suggesting edits, reviews, and documentation checks.
- Open this repository in VS Code.
- Use Copilot Chat and ask it to follow .github/copilot-instructions.md.
- For documentation work, target files under
docs/.
Example prompt:
Follow .github/copilot-instructions.md and review docs/how-to/contribute.md.
The Copilot instructions file is a policy/reference file and is not executed.
If your CLI workflow does not auto-load repository instructions, reference .github/copilot-instructions.md explicitly in your prompt.
Example:
gh copilot suggest "Follow .github/copilot-instructions.md and suggest improvements for docs/how-to/contribute.md"For comprehensive documentation reviews:
- Skill file: .github/skills/documentation-review/SKILL.md
- Coverage: build validation, structure discovery, Diataxis classification, structure audit, accuracy verification, style review, and consolidated report.
Prompt example:
Follow .github/copilot-instructions.md. Run the documentation-review skill from SKILL.md on docs/how-to/contribute.md only.
For making documentation AI-inference-friendly:
- Skill file: .github/skills/docs-ai-friendly-rewrite/SKILL.md
- Coverage: 5-stage pipeline (audit, glossary update, rewrite, consistency check, validate) to improve how LLMs can reason about and infer from documentation.
Prompt example:
Follow .github/copilot-instructions.md and AGENTS.md. Run the docs-ai-friendly-rewrite skill from .github/skills/docs-ai-friendly-rewrite/SKILL.md on [docs to audit/rewrite].
This repository includes an advanced pipeline for making documentation AI-inference-friendly. See AGENTS.md for detailed workflow instructions.
The 5-stage pipeline helps documentation become more reasoning-friendly for LLMs:
- Audit - Analyze docs for inference-blocking patterns
- Update glossary - Merge findings into internal working glossary
- Rewrite - Improve documentation structure and clarity
- Consistency check - Ensure cross-doc consistency
- Validate - Run quality checks and inference-question tests
- AGENTS.md - Shared convention read by coding agents; documents the complete pipeline, persistent state, and PR conventions
- .github/ai-friendly-audit/ - Working directory containing audit findings, internal glossary, consistency reports, and validation questions
- prompts/ - Standalone prompt files for each pipeline stage, usable in any chat LLM:
audit-docs.md- Audit criteria and procedurerewrite-docs.md- Rewrite guidelinesconsistency-check-docs.md- Cross-doc consistency checks