This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
57 lines (51 loc) · 1.59 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
site_name: Structurizr-Python
site_description: A Python client package for the Structurizr cloud service and on-premises installation.
site_author: Moritz E. Beber
site_url: https://structurizr-python.readthedocs.io/
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
theme:
name: material
palette:
scheme: preference
primary: blue
accent: cyan
language: en
features:
- navigation.instant
icon:
repo: fontawesome/brands/github
plugins:
- search:
prebuild_index: true
- awesome-pages
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
show_root_heading: false
show_root_toc_entry: true
show_root_full_path: false
watch:
- src/structurizr
extra:
social:
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/structurizr/shared_invite/enQtMzkyMjY1NzMwNTkzLTcyOGI1MTZmNDQwMDQ5YmZlMThiYmU1ZTM2ZWZiMzYwMjVhNmM0OWIwNjFlZTM1YmY3YzU0ZDY2MTA1YTk5Mjg
name: Join the Structurizr Slack
- icon: fontawesome/brands/github
link: https://github.com/Midnighter
name: Moritz on GitHub
- icon: fontawesome/brands/twitter
link: https://twitter.com/me_beber
name: Moritz on Twitter
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/moritz-beber-b597a55a/
name: Moritz on LinkedIn
copyright: Copyright © 2020, Moritz E. Beber.
repo_url: https://github.com/Midnighter/structurizr-python
repo_name: Midnighter/structurizr-python