-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
126 lines (115 loc) · 3.28 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
site_name: Qodo Release Notes Digest
site_description: Latest release notes of Qodo Gen and Qodo Merge
nav:
- Qodo Release Notes: 'index.md'
- QodoGen: 'versions/latest/qodo-gen.md'
- QodoMerge: 'versions/latest/qodo-merge.md'
- Older Versions:
- August 26, 2024:
- 'versions/2024-08-26/index.md'
- JetBrains: 'versions/2024-08-26/jetbrains.md'
- VSCode: 'versions/2024-08-26/vscode.md'
- PR-Agent: 'versions/2024-08-26/pr-agent.md'
- July 23, 2024:
- JetBrains: 'versions/2024-07-23/jetbrains.md'
- VSCode: 'versions/2024-07-23/vscode.md'
- PR-Agent: 'versions/2024-07-23/pr-agent.md'
- May 30, 2024:
- JetBrains: 'versions/2024-05-30/jetbrains.md'
- VSCode: 'versions/2024-05-30/vscode.md'
- PR-Agent: 'versions/2024-05-30/pr-agent.md'
theme:
logo: assets/logo-mark.svg
favicon: assets/favicon.ico
name: material
font: false
features:
- navigation.indexes
- content.tabs.link
- content.code.annotation
- content.code.copy
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: slate
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: "40%"
height: "22.172vw"
margin-left: "20px"
margin-right: "20px"
display: "block"
extra:
generator: false
analytics:
provider: custom
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
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- 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: 1
- 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>