Skip to content

Commit be34949

Browse files
authored
Merge pull request #895 from refly-ai/docs/0.6.0
docs: Quick Start Guide for Local Refly Usage, Rapid Deployment with Gitpod, and Personalized Configuration Instructions
2 parents 17593ad + 9e5932a commit be34949

File tree

106 files changed

+810
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+810
-8
lines changed

docs/.vitepress/config.ts

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ const sidebar = {
8585
text: 'Deployment Guide',
8686
link: '/community-version/self-deploy/',
8787
},
88-
{
89-
text: 'Gitpod Deployment',
90-
link: '/guide/use-gitpod-deploy',
91-
},
9288
{
9389
text: 'Ollama Integration',
9490
link: '/community-version/self-deploy/ollama',
@@ -97,6 +93,10 @@ const sidebar = {
9793
text: 'Configuration Guide',
9894
link: '/community-version/self-deploy/configuration',
9995
},
96+
{
97+
text: 'Gitpod Quick Deploy',
98+
link: '/community-version/self-deploy/gitpod-quick-deploy',
99+
},
100100
],
101101
},
102102
{ text: 'FAQ', link: '/community-version/faq' },
@@ -194,10 +194,6 @@ const sidebar = {
194194
text: '私有部署',
195195
items: [
196196
{ text: '部署指南', link: '/zh/community-version/self-deploy/' },
197-
{
198-
text: 'Gitpod 部署',
199-
link: '/zh/guide/use-gitpod-deploy',
200-
},
201197
{
202198
text: 'Ollama 集成',
203199
link: '/zh/community-version/self-deploy/ollama',
@@ -206,6 +202,12 @@ const sidebar = {
206202
text: '配置指南',
207203
link: '/zh/community-version/self-deploy/configuration',
208204
},
205+
{ text: '个性化设置', link: '/zh/community-version/self-deploy/personalization.md' },
206+
{ text: '本地快速使用 Refly', link: '/zh/community-version/self-deploy/local-quick-start.md' },
207+
{
208+
text: 'Gitpod 快速部署',
209+
link: '/zh/community-version/self-deploy/gitpod-quick-deploy',
210+
},
209211
],
210212
},
211213
{ text: '常见问题', link: '/zh/community-version/faq' },
@@ -305,6 +307,7 @@ export default defineConfig({
305307
nav: enNav,
306308
sidebar: sidebar.en,
307309
siteTitle: 'Refly Docs',
310+
outline: [2, 4],
308311
outlineTitle: 'On this page',
309312
docFooter: {
310313
prev: 'Previous page',
@@ -344,6 +347,7 @@ export default defineConfig({
344347
nav: zhNav,
345348
sidebar: sidebar.zh,
346349
siteTitle: 'Refly 文档',
350+
outline: [2, 4],
347351
outlineTitle: '本页目录',
348352
docFooter: {
349353
prev: '上一页',
@@ -393,5 +397,6 @@ export default defineConfig({
393397
search: {
394398
provider: 'local',
395399
},
400+
outline: [2, 4], // 添加此行
396401
},
397402
});
Lines changed: 1 addition & 0 deletions
68.6 KB
118 KB
136 KB
124 KB
55.3 KB
52.1 KB
44.2 KB
159 KB
155 KB
73.5 KB
26.4 KB
29.1 KB
41.5 KB
136 KB
62.2 KB
52.6 KB
109 KB
76 KB
61.1 KB
67.8 KB
43.9 KB
56.6 KB
33.9 KB
36.8 KB
74.8 KB
45.4 KB
45.4 KB
48.3 KB
38.7 KB
236 KB
59.5 KB
336 KB
53.4 KB
326 KB
145 KB
193 KB
38.8 KB
42.2 KB
64.2 KB
74.7 KB
383 KB
158 KB
246 KB
27.8 KB
98.6 KB
1 MB
27.3 KB
46.7 KB
18 KB
13.2 KB
122 KB
43.8 KB
57.3 KB
84 KB
17.7 KB
133 KB
89.7 KB
171 KB
116 KB
60.8 KB
10.2 KB
127 KB
48.4 KB
91 KB
82.1 KB
42.5 KB
83.9 KB
27.5 KB
47.8 KB
125 KB
57.5 KB
105 KB
75.7 KB
117 KB
243 KB
41 KB
80.4 KB
134 KB
191 KB
46.9 KB
90 KB
57.6 KB
68.6 KB
68.6 KB
72.7 KB
98.8 KB
133 KB
189 KB
28.2 KB
29.2 KB
76.6 KB
25.9 KB
130 KB
31.2 KB
78.9 KB
13.5 KB
161 KB
46.2 KB
73.2 KB
423 KB
Lines changed: 276 additions & 0 deletions

0 commit comments

Comments
 (0)