-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
46 lines (36 loc) · 1.06 KB
/
mkdocs.yaml
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
site_name: ALL-AI-THINGS
#--------------all-ai-things-navigation-setup--------------------------------------------------
nav:
- Home: index.md
# AI Tools
- AI-Tools:
- Code-Generation: ai-tools/code-gen.md
- Text-generation: ai-tools/list-of-models.md
- Audio-Video-Generation: ai-tools/audio-video-gen.md
# Models Related Docs
- Models:
- Models-Hub: models/what-are-models.md
- Models: ai-tools/list-of-models.md
# Prompts Lists
- Prompts:
- MidJourney-Prompts: prompts/midjourney-prompts.md
- Stable-Diffusion-Prompts: prompts/sd-prompts.md
- Coding-Prompts: prompts/code-prompts.md
#---------------------------------------------------------------
# Themes related code
# theme: lux
# # site_favicon: favicon.ico
# # site_favicon: site-favicon.ico
# theme: dracula
# # site_favicon: favicon.ico
# theme: pulse
# # site_favicon: favicon.ico
theme:
name: material
palette:
# scheme: default
scheme: slate
primary: indigo
# features:
# - navigation.footer
copyright: Copyright © 2023 rxc3050