-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
91 lines (79 loc) · 2.05 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
# Project information
site_name: CloudSeam
site_description: CloudSeam - Stich together cloud environments
site_author: CloudSeam Project
site_url: https://cloudseam.app/
# Repository
repo_name: cloudseam/cloudseam
repo_url: https://github.com/cloudseam/cloudseam
#edit_uri: ""
# edit_uri: edit/docs-revamp/docs/
# edit_uri: blob/docs-revamp/docs/
# remote_name: origin
# remote_branch: gh-pages
# Theme and overrides, i.e. language partial
theme:
name: material
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
feature:
tabs: false
palette:
primary: blue
accent: indigo
favicon: images/favicon.ico
logo: images/logo.png
# Copyright
copyright: "Copyright © 2019 CloudSeam Team"
# Options
extra:
search:
languages: "en"
social:
- type: globe
link: https://cloudseam.github.io/
- type: github-alt
link: https://github.com/cloudseam
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mermaid/8.0.0/mermaid.min.js
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page tree
nav:
- Concepts: index.md
- Installation: installation.md
- Configuration: configuration.md
- Machine 1.0 Spec: specs/version-1-0.md