-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
88 lines (70 loc) · 1.54 KB
/
Copy pathmkdocs.yaml
File metadata and controls
88 lines (70 loc) · 1.54 KB
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
site_name: Lehrplan Ontology
#theme: readthedocs
#theme: mkdocs
theme:
name: material
logo: logo.png
favicon: logo.png
palette:
primary: custom
font:
text: Barlow
features:
# - navigation.tabs
# - navigation.sections
- navigation.path
nav:
- Start: index.md
# - start: index.en.md
- Ontologien allgemein: ontology.md
- intro: introduction.md
# - intro: introduction.en.md
- structure: structure.md
- Beispiele: patterns.md
- SPARQL-Abfragen: sparql.md
- Verwendung: usage.md
- Über uns: about.md
# - Versions: versions.md
# - Contributing: contributing.md
# - Contact: contact.md
markdown_extensions:
- attr_list
- pymdownx.superfences:
preserve_tabs: true
- md_in_html
- pymdownx.snippets
- admonition
- pymdownx.details
plugins:
- d2
- search
- ontoink
# - privacy
- i18n:
default_language: 'de'
languages:
de: "Deutsch"
en: "English"
# no_translation:
# en: "This page isn't translated to English."
# de: "Diese Seite wurde nicht auf Deutsch übersetzt."
translate_nav:
de:
start: "Start"
intro: "Konzeptuelle Grundlagen"
structure: "Ontologie-Modell"
en:
start: "Home"
intro: "Conceptual Overview"
structure: "Ontology Structure"
extra_css:
- extra.css
extra:
alternate:
- name: "Deutsch"
link: ""
lang: de
- name: "English"
link: "index.en/"
lang: en
repo_url: https://github.com/FWU-DE/lehrplan-ontologie