forked from llaville/php-compatinfo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (53 loc) · 2.9 KB
/
mkdocs.yml
File metadata and controls
53 lines (53 loc) · 2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
site_name: PHP Compatinfo
site_url: https://llaville.github.io/php-compatinfo
repo_url: https://github.com/llaville/php-compatinfo # https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#repository
site_author: Laurent Laville
edit_uri: "" # hide edit button -- https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#edit-button
theme:
name: material
palette: # Color palette toggle -- https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-palette-toggle
# editorconfig-checker-disable
- scheme: default
primary: lime
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
# editorconfig-checker-enable
features:
- navigation.instant # Instant loading -- https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading
- navigation.tabs # Navigation tabs -- https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-tabs
- navigation.indexes # Section index pages -- https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages
- navigation.top # Back-To-Top button -- https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#back-to-top-button
markdown_extensions:
- pymdownx.highlight # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
- pymdownx.superfences # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences
nav:
- "Home": README.md
- "Getting-Started": getting-started.md
- "Components":
- "PHP Parser":
- "Visitors": 01_Components/01_PHP-Parser/Visitors.md
- "Profiler":
- "Data Collectors": 01_Components/02_Profiler/Collectors.md
- "Sniffs": 01_Components/03_Sniffs/Features.md
- "Extensions": 01_Components/04_Extensions/Hooks.md
- "Output format": 01_Components/04_Extensions/Reporter.md
- "Configurations":
- "About": 02_Configs/README.md
- "Default": 02_Configs/Default.md
- "None": 02_Configs/None.md
- "Conditional Code":
- "Introduction": 03_Conditional_Code/1_Introduction.md
- "Indirect Call": 03_Conditional_Code/2_Indirect_Call.md
- "Multiple Signature": 03_Conditional_Code/3_Multiple_Signature.md
- "Some Limitation": 03_Conditional_Code/100_Limitation.md
- "Exclude Directories": 04_Exclude_Folders/README.md
- "Architecture":
- "Application": 99_Architecture/application/README.md
- "Infrastructure": 99_Architecture/infrastructure/README.md
- "Presentation": 99_Architecture/presentation/README.md