Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit f22d9f9

Browse files
committed
Updates page titles in MkDocs configuration
1 parent f6a00a5 commit f22d9f9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mkdocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
docs_dir: docs/book
22
site_dir: docs/html
3-
- index.md
4-
- usage.md
53
nav:
4+
- Home: index.md
5+
- Introduction: introduction.md
6+
- 'Basic Usage': usage.md
67
- Checks:
78
- "Diagnostic Checks": diagnostics.md
89
- "File Validation Checks": file-validation.md
910
- Reference:
1011
- Architecture: architecture.md
11-
- "Custom Checks": custom-checks.md
12-
- "Custom Reporters": custom-reporters.md
12+
- "Writing Custom Checks": custom-checks.md
1313
site_name: ZendDiagnostics
1414
site_description: 'A set of components for performing diagnostic tests in PHP applications.'
15+
- "Writing Custom Reporters": custom-reporters.md
1516
repo_url: 'https://github.com/zendframework/zend-diagnostics'

0 commit comments

Comments
 (0)