-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
99 lines (97 loc) · 2.48 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
92
93
94
95
96
97
98
99
site_name: Coding 2.0
site_url: https://github.com/c0destack/Coding2.0
site_description: >-
It contains coding notes
repo_name: c0destack/Coding2.0
repo_url: https://github.com/c0destack/Coding2.0
theme:
name: material
custom_dir: overrides
font:
text: Work Sans
highlightjs: true
palette:
- scheme: default
primary: blue
toggle:
icon: material/lightbulb-off
name: Switch to dark mode
- scheme: slate
primary: cyan
toggle:
icon: material/lightbulb-on
name: Switch to light mode
features:
- content.code.annotate
- content.tabs.link
- header.autohide
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- search.share
- search.suggest
markdown_extensions:
- codehilite
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.superfences
- pymdownx.details
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: iter8-tools
repo: iter8
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: README.md
- Coding:
- contents: coding/contents.md
- Array:
- Introduction: coding/array/array.md
- Problems: coding/array/problems.md
- Character Array:
- Introduction: coding/character-array/character-array.md
- Problems: coding/character-array/problems.md
- String:
- Introduction: coding/string/string.md
- Problems: coding/string/problems.md
- Matrix:
- Introduction: coding/matrix/matrix.md
- Problems: coding/matrix/problems.md
- System Design: system-design/contents.md
- Core subjects: core-subjects/contents.md
- Concepts:
- Cassandra: concepts/cassandra/contents.md
- Git: concepts/git/contents.md
- CKA: cka/contents.md
- Github ⧉: https://github.com/ispeakc0de
- Twitter ⧉: https://twitter.com/ispeakc0de
- Blogs ⧉: https://dev.to/ispeakc0de
- About: about/about.md