mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-29 19:11:11 +00:00
mkdocs: use sentence case consistently for docs page names
This commit is contained in:
parent
53e8218dca
commit
73e87bcf65
20
mkdocs.yml
20
mkdocs.yml
@ -91,24 +91,24 @@ nav: # This lists all the files that become part of the documentation
|
|||||||
- Home: 'index.md'
|
- Home: 'index.md'
|
||||||
|
|
||||||
- Getting started:
|
- Getting started:
|
||||||
- Installation and Setup: 'install-and-setup.md'
|
- Installation and setup: 'install-and-setup.md'
|
||||||
- Tutorial and Birds-Eye View: 'tutorial.md'
|
- Tutorial and bird's eye view: 'tutorial.md'
|
||||||
- Working with GitHub: 'github.md'
|
- Working with GitHub: 'github.md'
|
||||||
- Working on Windows: 'windows.md'
|
- Working on Windows: 'windows.md'
|
||||||
|
|
||||||
- FAQ: 'FAQ.md'
|
- FAQ: 'FAQ.md'
|
||||||
|
|
||||||
- CLI Reference: 'cli-reference.md'
|
- CLI reference: 'cli-reference.md'
|
||||||
|
|
||||||
- Testimonials: 'testimonials.md'
|
- Testimonials: 'testimonials.md'
|
||||||
|
|
||||||
- Community-built tools: 'community_tools.md'
|
- Community-built tools: 'community_tools.md'
|
||||||
|
|
||||||
- Concepts:
|
- Concepts:
|
||||||
- Working Copy: 'working-copy.md'
|
- Working copy: 'working-copy.md'
|
||||||
- Bookmarks: 'bookmarks.md'
|
- Bookmarks: 'bookmarks.md'
|
||||||
- Conflicts: 'conflicts.md'
|
- Conflicts: 'conflicts.md'
|
||||||
- Operation Log: 'operation-log.md'
|
- Operation log: 'operation-log.md'
|
||||||
- Glossary: 'glossary.md'
|
- Glossary: 'glossary.md'
|
||||||
|
|
||||||
- Configuration:
|
- Configuration:
|
||||||
@ -132,21 +132,21 @@ nav: # This lists all the files that become part of the documentation
|
|||||||
- Contributing:
|
- Contributing:
|
||||||
- Guidelines and "How to...?": 'contributing.md'
|
- Guidelines and "How to...?": 'contributing.md'
|
||||||
- Code of conduct: 'code-of-conduct.md'
|
- Code of conduct: 'code-of-conduct.md'
|
||||||
- Design Docs: 'design_docs.md'
|
- Design docs: 'design_docs.md'
|
||||||
- Design Doc Blueprint: 'design_doc_blueprint.md'
|
- Design doc blueprint: 'design_doc_blueprint.md'
|
||||||
- Releasing: 'releasing.md'
|
- Releasing: 'releasing.md'
|
||||||
- Temporary Voting for Governance: 'governance/temporary-voting.md'
|
- Temporary voting for governance: 'governance/temporary-voting.md'
|
||||||
- Governance: 'governance/GOVERNANCE.md'
|
- Governance: 'governance/GOVERNANCE.md'
|
||||||
|
|
||||||
- Design docs:
|
- Design docs:
|
||||||
- git-submodules: 'design/git-submodules.md'
|
- git-submodules: 'design/git-submodules.md'
|
||||||
- git-submodule-storage: 'design/git-submodule-storage.md'
|
- git-submodule-storage: 'design/git-submodule-storage.md'
|
||||||
- JJ run: 'design/run.md'
|
- JJ run: 'design/run.md'
|
||||||
- Sparse Patterns v2: 'design/sparse-v2.md'
|
- Sparse patterns v2: 'design/sparse-v2.md'
|
||||||
- Tracking branches: 'design/tracking-branches.md'
|
- Tracking branches: 'design/tracking-branches.md'
|
||||||
- Copy tracking and tracing: 'design/copy-tracking.md'
|
- Copy tracking and tracing: 'design/copy-tracking.md'
|
||||||
|
|
||||||
- Development Roadmap: 'roadmap.md'
|
- Development roadmap: 'roadmap.md'
|
||||||
|
|
||||||
# The following follow .gitignore syntax, relative
|
# The following follow .gitignore syntax, relative
|
||||||
# to the docs dir.
|
# to the docs dir.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user