-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
163 lines (151 loc) · 4.49 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: Qodo Gen (Formerly Codiumate)
nav:
- 'index.md'
- Installation:
- 'installation/index.md'
- VSCode: 'installation/vscode.md'
- JetBrains: 'installation/jetbrains.md'
- Subscription Plans: 'installation/plans.md'
- OptOut: 'installation/opt-out.md'
- Extension Setting: 'installation/extension-settings.md'
- Test Generation:
- 'tests/index.md'
- How to use: 'tests/how-to-use.md'
- Behaviors: 'tests/behaviors.md'
- Test Suite: 'tests/test-suite.md'
- Configuration: 'tests/configuration.md'
- Example Test: 'tests/example-test.md'
- Context Tab: 'tests/context.md'
- Running Tests: 'tests/running-tests.md'
- Extend Test Suite: 'tests/extend.md'
- Supported Languages: 'tests/supported-languages.md'
- Chat:
- 'chat/index.md'
- Add Focus:
- 'chat/focus/index.md'
- Current File: 'chat/focus/current-file.md'
- Git Diff: 'chat/focus/git-diff.md'
- Add Extra Context: 'chat/add-context.md'
- Commands:
- 'chat/commands/index.md'
- /ask: 'chat/commands/ask.md'
- /docstring: 'chat/commands/docstring.md'
- /enhance: 'chat/commands/enhance.md'
- /explain: 'chat/commands/explain.md'
- /improve: 'chat/commands/improve.md'
- /test-suite: 'chat/commands/test-suite.md'
- /quick-test: 'chat/commands/quick-test.md'
- /find-on-github: 'chat/commands/find-on-github.md'
- /commit: 'chat/commands/commit.md'
- /describe: 'chat/commands/describe.md'
- /review: 'chat/commands/review.md'
- /issues: 'chat/commands/issues.md'
- /recap: 'chat/commands/recap.md'
- /changelog: 'chat/commands/update-changelog.md'
- Coding-Agent: 'chat/coding-agent.md'
- Chat History: 'chat/chat-history.md'
- Images: 'chat/images.md'
- Code Completion:
- 'code-completion/index.md'
theme:
logo: assets/logo.svg
favicon: assets/favicon2.ico
name: material
features:
- navigation.tabs
- navigation.expand
- navigation.path
- navigation.top
- navigation.tracking
- navigation.indexes
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.tabs.link
language: en
language: en
custom_dir: overrides
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: custom
accent: custom
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: custom
accent: custom
plugins:
- social
- search
- glightbox
- mkdocs-video:
css_style:
position: relative;
width: "70%"
height: "22.172vw"
margin-left: "auto"
margin-right: "auto"
display: "block"
extra:
generator: false
analytics:
provider: custom
property: ${{ secrets.GOOGLE_ANALYTICS_ID }}
social:
- icon: fontawesome/brands/github
link: https://github.com/Codium-ai
- icon: fontawesome/brands/discord
link: https://discord.com/invite/SgSxuQ65GF
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@QodoAI
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/qodoai
- icon: fontawesome/brands/twitter
link: https://twitter.com/QodoAI
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/qodo_ai
extra_css:
- css/custom.css
markdown_extensions:
- meta
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.mark
- attr_list
- md_in_html
- tables
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
title: On this page
toc_depth: 2
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
copyright: |
© 2024 <a href="https://www.qodo.ai/" target="_blank" rel="noopener">Qodo</a>