-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (62 loc) · 1.98 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
site_name: MontiArc
theme:
name: 'material'
favicon: 'docs/img/favicon.png'
custom_dir: docs/overrides
hide:
- navigation
features:
- navigation.tabs
- toc.integrate
- toc.follow
- content.tabs.link
icon:
logo: 'fontawesome/solid/desktop'
site_url: https://monticore.github.io/montiarc/
repo_url: https://github.com/MontiCore/montiarc/
edit_uri: ""
copyright: '(c) https://github.com/MontiCore/monticore'
markdown_extensions:
- def_list
- attr_list
- md_in_html
- pymdownx.blocks.caption
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: 'index.md'
- Beginners Guide: 'BeginnersGuide.md'
- Usage:
- Getting Started: 'usage/GettingStarted.md'
- CD2Java CL Tool: 'usage/CD2PojoCLTool.md'
- CD2Java Gradle Plugin: 'usage/CD2PojoGradlePlugin.md'
- MontiArc CL Tool: 'usage/MontiArcCLTool.md'
- MontiArc Gradle Plugin: 'usage/MontiArcGradlePlugin.md'
- Component:
- Overview: 'Component.md'
- Decomposition: 'component/Decomposition.md'
- Generics: 'component/Generics.md'
- Inheritance: 'component/Inheritance.md'
- Interfaces: 'component/Interfaces.md'
- Parameters: 'component/Parameter.md'
- Testing: 'component/Testing.md'
- Behavior:
- Overview: 'Behavior.md'
- Automata: 'behavior/Automata.md'
- Compute: 'behavior/Compute.md'
- Expressions: 'behavior/Expressions.md'
- Statements: 'behavior/Statements.md'
- Variables: 'behavior/Variables.md'
- TypeSystem:
- Overview: 'TypeSystem.md'
- Class Diagrams: 'typesystem/ClassDiagrams.md'
- Java Integration: 'typesystem/JavaIntegration.md'
- Primitives: 'typesystem/Primitives.md'
- Collections: 'typesystem/Collections.md'
- License: http://monticore.github.io/monticore/00.org/Licenses/LICENSE-MONTICORE-3-LEVEL/