-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
49 lines (44 loc) · 1.46 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
site_name: MontiCore
theme:
name: 'material'
favicon: 'img/favicon.ico'
custom_dir: docs/overrides
hide:
- navigation
features:
- navigation.tabs
- toc.integrate
- toc.follow
- content.tabs.link
- content.code.copy
icon:
logo: 'fontawesome/solid/desktop'
site_url: https://monticore.github.io/monticore/
repo_url: https://github.com/MontiCore/monticore/
edit_uri: ""
extra_css:
- 'stylesheets/extra.css'
copyright: '(c) https://github.com/MontiCore/monticore'
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: 'README.md'
- 'Getting Started': 'docs/GettingStarted.md'
- Core Grammars:
- 'Overview': 'monticore-grammar/src/main/grammars/de/monticore/Grammars.md'
- 'Expressions': 'monticore-grammar/src/main/grammars/de/monticore/expressions/Expressions.md'
- 'Literals': 'monticore-grammar/src/main/grammars/de/monticore/literals/Literals.md'
- 'Types': 'monticore-grammar/src/main/grammars/de/monticore/types/Types.md'
- Languages:
- 'Languages and Language Components': 'docs/DevelopedLanguages.md'
- 'List of Languages': 'docs/Languages.md'
- 'Best Practices': 'docs/BestPractices.md'
- Changelog: '00.org/Explanations/CHANGELOG.md'
- Downloads: 'docs/Download.md'
- Publications: 'docs/Publications.md'
- License: '00.org/Licenses/LICENSE-MONTICORE-3-LEVEL.md'