-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (30 loc) · 781 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (30 loc) · 781 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
site_name: SOMEF documentation
nav:
- Home: index.md
- Install: install.md
- Usage: usage.md
- Output: output.md
- Supported metadata files: supported_metadata_files.md
- Supported languages: supported_languages.md
# - Authors: author.md
# - Bower: bower.md
# - Cabal: cabal.md
# - Cargo: cargo.md
# - Codemeta: codemetajson.md
# - Composer: composer.md
# - Description: description.md
# - Gemespec: gemspec.md
# - Julia Projects: julia.md
# - Package JSON: packagejson.md
# - Pom: pom.md
# - Pyproject: pyprojecttoml.md
# - Requirements: requirementstxt.md
# - Setup: setuppy.md
theme:
name: material
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true