-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
20 lines (20 loc) · 878 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
site_name: documentation_name
#site_url: url_to_website #
#repo_url: url_to_repository # link to the repository hositng
theme: # all theme-related variables
name: material # global theme name, refer to
# custom_dir: path/to/theme # path to custom theme
# https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes
# logo: path/to/logo.png # website logo
features: # additional features related to the theme
- feature.one # list of features used
- feature.two
extra_css:
- path/to/style.css # path to extra style sheet
plugins: # list of plugins used
- search # search engine plugin
# - other_plugins
nav:
- 'index': index.md
- 'podsekcja':
- 'strona': strona.md