-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
163 lines (155 loc) · 4.88 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
site_name: NoIdea
site_url: https://accursedgalaxy.github.io/noidea/
repo_url: https://github.com/accursedgalaxy/noidea
edit_uri: edit/main/docs/
repo_name: accursedgalaxy/noidea
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
icon:
repo: fontawesome/brands/git-alt
edit: material/pencil
view: material/eye
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.instant.preview
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- toc.follow
- toc.integrate
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tooltips
- content.action.edit
- announce.dismiss
plugins:
- privacy
- search
- git-committers:
repository: accursedgalaxy/noidea
branch: main
- blog:
blog_dir: blog
post_url_format: "{slug}"
post_readtime: true
post_readtime_words_per_minute: 265
post_excerpt: required
authors_file: "{blog}/.authors.yml"
categories_file: "{blog}/.categories.yml"
# Temporarily commenting out RSS plugin until we fix the installation issue
# - rss:
# match_path: blog/posts/.*
# date_from_meta:
# as_creation: date
# categories:
# - categories
# - tags
nav:
- Home: index.md
- Roadmap: roadmap.md
- User Guide:
- Getting Started: user-guide/getting-started.md
- Installation: user-guide/installation.md
- Configuration: user-guide/configuration.md
- Command Reference:
- Overview: user-guide/commands/overview.md
- init: user-guide/commands/init.md
- suggest: user-guide/commands/suggest.md
- moai: user-guide/commands/moai.md
- summary: user-guide/commands/summary.md
- config: user-guide/commands/config.md
- Features:
- AI Personalities: user-guide/features/personalities.md
- API Key Management: user-guide/features/api-key-management.md
- Git Integration: user-guide/features/git-integration.md
- GitHub Integration: user-guide/features/github-integration.md
- Troubleshooting: user-guide/troubleshooting.md
- Developer Guide:
- Overview: dev-guide/overview.md
- Plugin System:
- Introduction: dev-guide/plugins/index.md
- Architecture: dev-guide/plugins/architecture.md
- Interface Specifications: dev-guide/plugins/interfaces.md
- Implementation Examples: dev-guide/plugins/examples.md
- Plugin Ideas: dev-guide/plugins/plugins.md
- Contributing:
- Guidelines: CONTRIBUTING.md
- Code Style: dev-guide/code-style.md
- Testing: dev-guide/testing.md
- Internals:
- Project Structure: dev-guide/project-structure.md
- Core Components: dev-guide/core-components.md
- Blog: blog/index.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
copyright: >
Copyright © 2025 Accursed Galaxy –
<a href="#__consent">Change cookie settings</a>
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/accursedgalaxy/noidea
- icon: fontawesome/brands/twitter
link: https://twitter.com/accursedgalaxy
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
analytics:
provider: google
property: G-S488061B6F
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
extra_css:
- stylesheets/extra.css