-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
95 lines (89 loc) · 2.23 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
85
86
87
88
89
90
91
92
93
94
95
site_name: Spoofax 3
site_description: Spoofax 3 documentation website
nav:
- Home: index.md
- Tutorials:
- tutorial/install.md
- tutorial/create_language_project.md
- tutorial/change_static_semantics.md
- tutorial/add_transformation.md
- tutorial/pcf_tutorial.md
- How-to Guides:
- guide/ask_for_help.md
- guide/report_a_bug.md
- Eclipse LWB:
- guide/eclipse_lwb/import.md
- guide/eclipse_lwb/update.md
- guide/eclipse_lwb/troubleshooting.md
- Static Semantics:
- guide/static-semantics/code-completion.md
- Development:
- guide/development/debugging-in-intellij.md
- guide/development/troubleshooting.md
- Reference:
- reference/configuration.md
- reference/eclipse-lwb/eclipse-project-files.md
- Background:
- background/documentation.md
- background/motivation.md
- background/key_ideas.md
- background/status.md
- Releases:
- release/download.md
theme:
name: material
language: en
logo: assets/spoofax.svg
favicon: assets/spoofax.png
palette:
primary: indigo
accent: indigo
font:
code: JetBrains Mono
features:
- navigation.expand
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.top
extra_css:
- extra.css
repo_name: metaborg/spoofax-pie
repo_url: https://github.com/metaborg/spoofax-pie
markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite:
guess_lang: false
- def_list
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.saneheaders
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search
- macros:
module_name: docs/macro
include_dir: docs/include
- git-revision-date:
enabled_if_env: CI