Edit Landing
Welcome! Before you start editing, please read the guidelines below.
Editing Rules
1. Frontmatter Format
Every page must have this frontmatter at the top:
---
title: Concept Name
area: foundations # one of the 10 pillars
prerequisites:
- prerequisite-concept # concept IDs that must be understood first
related:
- related-concept # conceptually related pages
difficulty: 1 # 1 = basic, 2 = intermediate, 3 = advanced
status: draft
quality_score: 0 # auto-calculated, leave as 0
---
2. Writing Style
- Definitions first: Every concept page must start with a precise definition
- Proved theorems: Every theorem must have a proof (or mark as unproved with a reference)
- Prerequisites explicit: Use
prerequisitesfrontmatter to guide readers - Link generously: Use
[]()markdown links to connect related concepts - LaTeX math: Use
$...$for inline math and$$...$$for display math
3. Page Structure
# Title
## Definition
## Properties / Theorem
### Proof
## Examples
## Related Concepts
- [Related 1](related-1.md)
- [Related 2](related-2.md)
4. Do Not
- Do not add content without frontmatter (build will fail)
- Do not link to external pages without good reason (wiki is self-contained)
- Do not leave
difficultyblank or setquality_scoremanually - Do not commit
concepts.dborconcepts.json— they are auto-generated
Start Editing
License
By contributing, you agree that your content will be licensed under CC BY-SA 4.0.
Built with DocsForge.