-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
84 lines (65 loc) · 2.32 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
72
73
74
75
76
77
78
79
80
81
82
83
84
#-- -----------------------------------------------------------------------------
#-- smk, the smart make
#-- Copyright 2018 Lionel Draghi
#-- -----------------------------------------------------------------------------
#-- Licensed under the Apache License, Version 2.0 (the "License");
#-- you may not use this file except in compliance with the License.
#-- You may obtain a copy of the License at
#-- http://www.apache.org/licenses/LICENSE-2.0
#-- Unless required by applicable law or agreed to in writing, software
#-- distributed under the License is distributed on an "AS IS" BASIS,
#-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#-- See the License for the specific language governing permissions and
#-- limitations under the License.
#-- -----------------------------------------------------------------------------
site_name: smk
site_url: http://lionel.draghi.free.fr/smk/index.html
repo_url: https://github.com/LionelDraghi/smk
site_description: 'The ultimate smart make'
site_author: 'Lionel Draghi'
use_directory_urls: true
pages:
- Quick start: index.md
- Documentation:
- tutorial.md
# - rules_quick_ref.md
- cmd_line.md
- smkfile_format.md
# - building.md
# - download.md
- compare_with_make.md
- Tests: tests/testrec.md
- Limitations and bugs: limitations.md
- Design:
- design_notes.md
- contributing.md
- Current Status:
- dashboard.md
- tests/tests_status.md
- fixme.md
# - todo.md
- changelog.md
- About:
- about.md
- License: LICENSE-2.0.md
## - Tools:
## - mdtags.md
# ------------------------------------------------------------------------------
# Les autres tags sont ici:
# http://www.mkdocs.org/user-guide/configuration/
repo_url: https://github.com/LionelDraghi/smk
repo_name: GitHub
extra_css:
- 'lcov/gcov.css'
# extra_javascript:
# ------------------------------------------------------------------------------
theme: 'nature'
# amelia, cerulean, cosmo, cyborg, flatly, journal, readable, simplex, slate, spacelab, united, yeti, bootstrap, mkdocs, readthedocs
### theme_dir: '/usr/local/lib/python2.7/dist-packages/mkdocs_windmill'
# plugins : http://www.mkdocs.org/user-guide/plugins/
# plugins:
# - search:
# lang: en
# Extensions : https://pythonhosted.org/Markdown/extensions/index.html
markdown_extensions:
#~ - pymdownx.tasklist