-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (53 loc) · 1.48 KB
/
mkdocs.yml
File metadata and controls
54 lines (53 loc) · 1.48 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
54
site_name: osDXP Developer Reference
site_description: 'Documentation for osDXP developers'
copyright: 'osDXP Developer Reference'
site_url: 'https://osDXP.github.io/docs'
theme:
name: null
custom_dir: 'material'
language: 'en'
palette:
primary: 'white'
accent: 'indigo'
font:
text: 'Catamaran'
code: 'Roboto Mono'
logo: 'assets/images/osDXP_logo.png'
favicon: 'assets/images/osDXP_logo.png'
feature:
tabs: false
repo_name: 'osDXP/osDXP-dashboard'
repo_url: 'https://github.com/osdxp/osdxp-dashboard'
edit_uri: 'https://github.com/osdxp/docs/edit/master/docs'
extra:
# manifest: 'manifest.webmanifest'
social:
- type: 'github'
link: 'https://github.com/osdxp'
- type: 'twitter'
link: 'https://twitter.com/osdxp'
- type: 'globe'
link: 'https://osdxp.org'
markdown_extensions:
- toc:
permalink: True
- codehilite:
linenums: true
# Nav
nav:
- 'Overview': 'index.md'
- 'Getting Started': 'getting-started.md'
- 'Changelog': 'changelog.md'
- 'Module Guidelines': 'guidelines.md'
- 'Conditioning osDXP Logic': 'conditioning.md'
- 'Registering a Module': 'modularize.md'
- 'Adding a Settings Page': 'settings.md'
- 'Module Status Button': 'manage-button.md'
- 'Licensing Functionality': 'licensing.md'
- 'Update Functionality': 'updating.md'
- 'Styling': 'styling.md'
- 'Filter Reference': 'reference.md'
# Google Analytics
# google_analytics:
# - 'UA-XXXXXXXX-X'
# - 'auto'