mkdocs.yml 827 Bytes
Newer Older
Lukas Wiest's avatar
Lukas Wiest committed
1
2
3
site_name: Unified Ticketing Doku

repo_name: 'Unified Ticketing Java Bibliothek'
Lukas Wiest's avatar
Lukas Wiest committed
4
5
repo_url: 'https://transfer.hft-stuttgart.de/gitlab/9Lukas5/unified-ticketing'
edit_uri: 'blob/master/docs/'
Lukas Wiest's avatar
Lukas Wiest committed
6
7
docs_dir: docs

Lukas Wiest's avatar
Lukas Wiest committed
8
9
copyright: 'Copyright © 2020 Hochschule für Technik Stuttgart'

Lukas Wiest's avatar
Lukas Wiest committed
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
use_directory_urls: false

nav:
  - Home:
    - Index: 'index.md'

theme:
  name: 'material'
  palette:
    primary: 'white'
    accent: 'teal'
  language: 'en'
  feature:
    tabs: true
  logo:
    icon: library_books

markdown_extensions:
- admonition
- codehilite:
    linenums: true
- toc:
    permalink: True
- footnotes
- tables
- plantuml_markdown:
    server: http://plantuml.com/plantuml
    format: svg
- pymdownx.emoji:
    emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.tasklist
- pymdownx.details
- pymdownx.superfences