-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
54 lines (53 loc) · 1.34 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
site_name: stockroom
site_description: Version control for software 2.0
site_url: https://stockroom.page
extra_css:
- stylesheets/extra.css
- stylesheets/termynal.css
extra_javascript:
- js/termynal.js
- js/custom.js
theme:
name: material
logo: img/logo_white.png
favicon: img/favicon.ico
language: en
repo_name: tensorwerk/stockroom
repo_url: https://github.com/tensorwerk/stockroom
edit_uri: ''
google_analytics:
- UA-174064309-1
- auto
plugins:
- search
- markdownextradata:
data: data
markdown_extensions:
- mkdocs-click
- codehilite
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/tensorwerk/stockroom
- icon: fontawesome/brands/twitter
link: https://twitter.com/tensorwerk
- icon: fontawesome/brands/medium
link: https://medium.com/@tensorwerk
- icon: fontawesome/solid/globe
link: https://tensorwerk.com
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/hangarusergroup/shared_invite/zt-886tggtd-_rs1RIb5ACz5g~AzyhphPg
nav:
- Home: index.md
- Languages:
- en: /
- Quick Start: quick-start.md
- CLI Reference: cli.md
- Help Us: help-us.md
- Contribution Guide: contributing.md
- Release Notes: changelog.md