-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
43 lines (42 loc) · 983 Bytes
/
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
site_name: AIDIY Wiki
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.tabs
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- admonition
- codehilite
- toc:
permalink: true
- footnotes
- meta
- def_list
- attr_list
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- javascripts/mathjax_config.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.css
nav:
- Home: index.md
- LLM: llm.md
- StableDiffusion: stablediffusion.md
- ViT: vit.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Joining-AI/LLM_Interview_Prepare
text: Star on GitHub