-
Notifications
You must be signed in to change notification settings - Fork 796
/
mkdocs.yml
59 lines (59 loc) · 1.21 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Kubernetes 101
docs_dir: .
theme:
name: material
# custom_dir: overrides
language: en
features:
- content.code.annotate
- navigation.top
palette:
primary: blue
# logo: images/crane.svg
# favicon: images/crane.svg
font:
text: Work Sans
extra_javascript:
- assets/util.js
extra_css:
- assets/util.css
extra:
version:
provider: mike
default: latest
plugins:
- search
- same-dir
- i18n:
default_language: zh
languages:
en:
name: English
build: true
zh:
name: 简体中文
build: true
nav_translations:
zh:
Getting Started: 从这里开始
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
linenums: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
repo_url: https://github.com/cncamp/101
repo_name: cncamp/101
nav:
- Getting Started:
- Introduction: index.md