generated from google/docsy-example
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
84 lines (77 loc) · 2.01 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
#
# Copyright (c) 2021-2023 - for information on the respective copyright owner
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
#
# SPDX-License-Identifier: Apache-2.0
#
INHERIT: config/nav.yml
site_name: Carbyne Stack
site_url: https://carbynestack.io/
site_author: Carbyne Stack Community
site_description: >-
Carbyne Stack Documentation
copyright: "Copyright © 2021-2023 The Carbyne Stack Authors"
extra_css:
- stylesheets/extra.css
repo_url: https://github.com/carbynestack/carbynestack
repo_name: carbynestack/carbynestack
edit_uri: https://github.com/carbynestack/carbynestack.github.io/edit/master/docs
theme:
name: material
custom_dir: overrides
language: en
features:
- announce.dismiss
- content.tabs.link
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
logo: images/logo/carbynestack.svg
favicon: images/favicon.png
font:
text: lato
code: Roboto Mono
palette:
- scheme: default
primary: indigo
accent: red
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- toc:
permalink: true
slugify: !!python/name:pymdownx.slugs.uslugify
toc_depth: 3
plugins:
- privacy:
externals_exclude:
- holiday-van.carbynestack.io/*
- search
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
- swagger-ui-tag:
tryItOutEnabled: false
supportedSubmitMethods: []
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/carbynestack/carbynestack
name: Carbyne Stack Community on Github