-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (71 loc) · 2.69 KB
/
mkdocs.yml
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: 'Roster - Docs From The Source'
extra_css:
- css/sphinx-rtd-theme.css
repo_url: 'https://github.com/JordanRL/Roster/'
site_url: 'https://jordanrl.github.io/Roster/'
nav:
-
Home: index.md
-
About:
-
Installation: getting-started/installation.md
-
'Using the Command': getting-started/using-the-command.md
-
'Using the Config File': getting-started/using-the-config-file.md
-
'Source Reference':
-
Roster:
-
TemplateFactory: roster/latest/Roster/TemplateFactory.md
-
Roster: roster/latest/Roster/Roster.md
-
ConfigBag: roster/latest/Roster/ConfigBag.md
-
App: roster/latest/Roster/App.md
-
Processors:
-
InterfaceInlineProcessor: roster/latest/Roster/Processors/InterfaceInlineProcessor.md
-
TraitInlineProcessor: roster/latest/Roster/Processors/TraitInlineProcessor.md
-
MethodArgumentDetailProcessor: roster/latest/Roster/Processors/MethodArgumentDetailProcessor.md
-
ClassProcessor: roster/latest/Roster/Processors/ClassProcessor.md
-
TemplateProcessor: roster/latest/Roster/Processors/TemplateProcessor.md
-
PropertyProcessor: roster/latest/Roster/Processors/PropertyProcessor.md
-
MethodArgumentProcessor: roster/latest/Roster/Processors/MethodArgumentProcessor.md
-
MethodProcessor: roster/latest/Roster/Processors/MethodProcessor.md
-
Base:
-
BaseCodeProcessor: roster/latest/Roster/Processors/Base/BaseCodeProcessor.md
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- php
markdown_extensions:
-
toc:
toc_depth: 6
- admonition
- pymdownx.tabbed
- pymdownx.superfences
-
pymdownx.highlight:
linenums: true
linenums_style: inline
-
pymdownx.snippets:
base_path: ./docs/snippets
check_paths: true
- pymdownx.extra