-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (35 loc) · 870 Bytes
/
mkdocs.yml
File metadata and controls
43 lines (35 loc) · 870 Bytes
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
site_name: 'Luminous Code'
site_description: ''
site_author: 'Yann Duran'
site_url: 'https://luminous-software.solutions/luminous-code'
copyright: 'Copyright (c) 2017 Luminous Software Solutions'
docs_dir: 'docs-source'
site_dir: 'docs'
theme:
name: 'material'
palette:
primary: 'deep purple'
accent: 'purple'
custom_dir: 'docs-theme-overrides'
favicon: 'assets/images/favicon.ico'
feature:
tabs: false
pages:
- Overview: 'index.md'
- Getting Started: 'getting-started.md'
- API Description: 'api.md'
- Change Log: 'changelog.md'
- Roadmap: 'roadmap.md'
- License: 'license.md'
extra:
links:
- https://luminous-software.solutions
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- assets/javascripts/extra.js
markdown_extensions:
- codehilite(css_class=code)
- admonition
- toc:
permalink: true