-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
91 lines (80 loc) · 2.25 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
site_name: d-SEAMS Wiki
site_url: https://wiki.dseams.info
theme:
name: "material"
language: "en"
palette:
primary: "blue grey"
accent: "indigo"
font:
text: "Rubik"
code: "Ubuntu Mono"
logo: "images/logo.png"
favicon: "images/favicon.ico"
feature:
tabs: true
repo_name: "d-SEAMS/seams-core"
repo_url: "https://github.com/d-SEAMS/seams-core"
# Disable edits here
edit_uri: "https://github.com/d-SEAMS/wiki/edit/master/docs/"
# Feature flags for functionality that alters behavior significantly, and thus
# may be a matter of taste
# feature:
# Another layer on top of the main navigation for larger screens in the form
# of tabs, especially useful for larger documentation projects
# tabs: true
# Material includes the search in the header as a partial, not as a separate
# template, so it's correct that search.html is missing
include_search_page: false
# Material doesn't use MkDocs search functionality but provides its own. For
# this reason, only the search index needs to be built
search_index_only: true
# Copyright
copyright: "Copyright © 2019 -- present d-SEAMS Core Team"
# google_analytics:
# - "UA-109503488-15"
# - "auto"
extra:
social:
- type: "github"
link: "https://github.com/d-SEAMS"
# - type: "twitter"
# link: "https://twitter.com/rg0swami"
# - type: "linkedin"
# link: "https://www.linkedin.com/in/HaoZeke"
# Page tree
# nav:
# - Index: index.md
# - Code Usage:
# - Lua: code/lua.md
# - Contributing: Contributing.md
# - Code of Conduct: Code_of_Conduct.md
# - License: license.md
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- codehilite
- toc:
permalink: true
- admonition
plugins:
- search
- minify:
minify_html: true
extra_javascript:
- "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML"