-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
39 lines (36 loc) · 1.45 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
site_name: D-Land
site_url: http://d-land.sepany.de/
repo_url: https://github.com/andre2007/d-land/
site_author: André Pany
site_description: Tutorials und mehr für die Programmiersprache D
copyright: André Pany
theme:
name: cinder
colorscheme: github
highlightjs: true
hljs_languages:
- bash
- d
- dockerfile
nav:
- Home: index.md
- Tutorials:
- Übersicht: tutorials/index.md
- Grundlagen:
- Übersicht: tutorials/grundlagen/index.md
- Installation DMD Kompiler auf Windows: tutorials/grundlagen/installation-dmd-kompiler-auf-windows.md
- Installation LDC auf Windows Subsystem für Linux: tutorials/grundlagen/installation-ldc-auf-windows-subsystem-fuer-linux.md
- Coff Import Bibliotheken erstellen: tutorials/grundlagen/coff-import-bibliotheken-erstellen.md
- Cloud:
- Übersicht: tutorials/cloud/index.md
- Native AWS Elastic Beanstalk Applikationen: tutorials/cloud/native-aws-beanstalk-applikationen.md
- Sichere Docker images für cloud Anwendungen erstellen: tutorials/cloud/sichere-docker-images-fuer-cloud-anwendungen-erstellen.md
- Datenbanken:
- Übersicht: tutorials/datenbanken/index.md
- "SQLite: Erste Schritte": tutorials/datenbanken/sqlite-erste-schritte.md
- Gui:
- Übersicht: tutorials/gui/index.md
- HTML5 Anwendungen mit GTK3 schreiben: tutorials/gui/html5-anwendungen-mit-gtk3-schreiben.md
- Über: about.md
markdown_extensions:
- codehilite