Skip to content

Commit 05e6506

Browse files
authored
doc: add database aggregate and operator (#1084)
1 parent bc2b1a8 commit 05e6506

Some content is hidden

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

43 files changed

+7399
-491
lines changed

docs/.vitepress/config.js

+9-25
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const NavConfig = [
4444
link: "/guide/website-hosting/",
4545
},
4646
{
47-
text: "客户端SDK",
47+
text: "客户端 SDK",
4848
link: "/guide/client-sdk/",
4949
},
5050
{
@@ -55,7 +55,6 @@ const NavConfig = [
5555
},
5656
],
5757
},
58-
{ text: "API", link: "/api/cloud", activeMatch: "^/api/" },
5958
{ text: "范例", link: "/examples/aliyun-sms", activeMatch: "^/examples/" },
6059
{ text: "预览图", link: "/screenshots" },
6160
{
@@ -115,7 +114,7 @@ const guideSiderbarConfig = [
115114
link: "/guide/function/call-function",
116115
},
117116
{
118-
text: "HTTP调用",
117+
text: "HTTP 调用",
119118
link: "/guide/function/call-function-in-http",
120119
},
121120
],
@@ -145,7 +144,7 @@ const guideSiderbarConfig = [
145144
link: "/guide/function/interceptor",
146145
},
147146
{
148-
text: "云函数FAQ",
147+
text: "云函数 FAQ",
149148
link: "/guide/function/faq",
150149
},
151150
],
@@ -162,18 +161,19 @@ const guideSiderbarConfig = [
162161
{ text: "删除数据", link: "/guide/db/del" },
163162
{ text: "数据库操作符", link: "/guide/db/command" },
164163
{ text: "数据库聚合操作", link: "/guide/db/aggregate" },
165-
{
166-
text: "操作地理信息",
167-
link: "/guide/db/geo",
168-
},
164+
{ text: "数据库运算", link: "/guide/db/operator" },
165+
// {
166+
// text: "操作地理信息",
167+
// link: "/guide/db/geo",
168+
// },
169169
],
170170
},
171171
{
172172
text: "云存储",
173173
collapsed: false,
174174
items: [
175175
{ text: "云存储简介", link: "/guide/oss/" },
176-
{ text: "生成云存储临时令牌(STS)", link: "/guide/oss/get-sts" },
176+
{ text: "生成云存储临时令牌 (STS)", link: "/guide/oss/get-sts" },
177177
{
178178
text: "前端使用 STS 令牌上传文件",
179179
link: "/guide/oss/use-sts-in-client",
@@ -200,21 +200,6 @@ const guideSiderbarConfig = [
200200
},
201201
];
202202

203-
/**
204-
* @type {DefaultTheme.MultiSideBarConfig}
205-
*/
206-
const apiSideBarConfig = [
207-
{
208-
text: "云函数",
209-
items: [
210-
{
211-
text: "Cloud SDK",
212-
link: "/api/cloud",
213-
},
214-
],
215-
},
216-
];
217-
218203
/**
219204
* @type {DefaultTheme.MultiSideBarConfig}
220205
*/
@@ -285,7 +270,6 @@ export default defineConfig({
285270
],
286271
sidebar: {
287272
"/guide/": guideSiderbarConfig,
288-
"/api/": apiSideBarConfig,
289273
"/examples/": examplesSideBarConfig,
290274
},
291275
},

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
### (WIP) laf documentation v0.8
33

4-
> TODO
4+
> TODO

docs/api/cloud.md

-67
This file was deleted.

docs/api/deploy-docker.md

-34
This file was deleted.

docs/api/function.md

-27
This file was deleted.
File renamed without changes.

docs/guide/cases/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
## 正在编写中,即将发布
33

4-
> TODO
4+
> TODO

0 commit comments

Comments
 (0)