-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (66 loc) · 1.8 KB
/
mkdocs.yml
File metadata and controls
78 lines (66 loc) · 1.8 KB
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
site_name: AI For Everyone
site_description: Evolving Beasts
site_author: 1chooo(Hugo ChunHo Lin)
site_url: https://1chooo.github.io/simple-ai
repo_url: https://github.com/1chooo/simple-ai
copyright: Copyright © 2023 1chooo (Hugo ChunHo Lin)
theme:
palette:
- scheme: default
primary: blue grey
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: grey
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.top
- navigation.tabs
- navigation.sections
- navigation.indexes
- search.highlight
- navigation.expand
icon:
logo: material/library-outline
plugins:
- search
- mkdocstrings
- git-revision-date
# - blog
- mkdocs-jupyter:
include_source: True
execute: False
# ignore: [""]
# validate_nb: True
# ignore_h1_titles: True
# execute_ignore: "*.ipynb"
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/1chooo
- icon: fontawesome/brands/twitter
link: https://twitter.com/1chooo___
nav:
- Overview: index.md
- Release Notes:
- Refinaid - v0.0.1: wiki/news/v0_0_1.md
- Contributing: CONTRIBUTING.md
- About: about.md
- Reference: REFERENCE.md
- Report Issues: https://github.com/1chooo/ai-for-beginner/issues