Skip to content

Commit 599bcc8

Browse files
committed
update docs
1 parent fb59d14 commit 599bcc8

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

docs/.vuepress/navbar.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,28 +105,24 @@ export const myNavbar = defineNavbarConfig([
105105
},
106106
{
107107
text: '插件系统',
108-
icon: 'unjs:unplugin',
108+
badge: { text: 'NEW' },
109109
link: '/plugin/before'
110110
},
111111
{
112112
text: '购买特权',
113-
icon: 'fluent:person-key-20-filled',
114113
link: '/pricing'
115114
},
116115
{
117116
text: '赞助',
118-
icon: 'ph:coffee-fill',
119117
link: '/sponsors'
120118
},
121119
{
122120
text: '互动',
123-
icon: 'game-icons:talk',
124121
badge: { text: 'HOT', type: 'danger' },
125122
link: '/group'
126123
},
127124
{
128125
text: '关于',
129-
icon: 'mingcute:more-4-fill',
130126
items: [
131127
{
132128
text: '谁在使用',

docs/.vuepress/public/images/cli.png

129 KB
Loading

docs/.vuepress/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export const mySidebar: ThemeSidebarMulti = {
2828
collapsed: false,
2929
prefix: 'reference/',
3030
items: [
31+
{ text: 'CLI', link: 'cli'},
3132
{ text: '模型', link: 'model' },
3233
{ text: 'Schema', link: 'schema' },
3334
{ text: '路由', link: 'router' },

docs/backend/reference/cli.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: CLI
3+
---
4+
5+
fba 提供了便利的 CLI 支持,安装插件依赖后,尝试在终端输入 `fba -h` 查看更多信息
6+
7+
::: demo-wrapper img
8+
![cli](/images/cli.png)
9+
:::

docs/backend/summary/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fba 仅适用于资深 Python 后端开发人员,如果您是非资深用户
140140
需要注意的是,为了实现插件 0 耦合,插件依赖未使用 uv 进行管理。Debug 前请务必使用 `fba run` 命令启动一次服务,
141141
以便自动安装插件依赖
142142
143-
您也可以执行 `backend/scripts/init_plugin.py` 文件手动安装插件依赖
143+
你也可以选择执行 `backend/scripts/init_plugin.py` 文件手动安装插件依赖
144144
145145
::: warning ModuleNotFoundError: No module named 'backend'
146146

0 commit comments

Comments
 (0)