Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsun committed Jan 25, 2024
1 parent 51c4616 commit d0f1b8f
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 20 deletions.
4 changes: 3 additions & 1 deletion apps/website/docs/designer/customize/components.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 组件库自定义

WIP
:::tip
正在编写中,敬请期待。
:::
4 changes: 3 additions & 1 deletion apps/website/docs/designer/customize/editor.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 编辑器自定义

WIP
:::tip
正在编写中,敬请期待。
:::
4 changes: 3 additions & 1 deletion apps/website/docs/designer/customize/panels.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 面板自定义

WIP
:::tip
正在编写中,敬请期待。
:::
4 changes: 3 additions & 1 deletion apps/website/docs/designer/customize/selections.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 选择器自定义

WIP
:::tip
正在编写中,敬请期待。
:::
4 changes: 3 additions & 1 deletion apps/website/docs/designer/customize/setters.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 设置器自定义

WIP
:::tip
正在编写中,敬请期待。
:::
4 changes: 3 additions & 1 deletion apps/website/docs/designer/customize/tools.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 工具栏自定义

WIP
:::tip
正在编写中,敬请期待。
:::
4 changes: 3 additions & 1 deletion apps/website/docs/designer/deploy/designer.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 设计器接入

WIP
:::tip
正在编写中,敬请期待。
:::
4 changes: 3 additions & 1 deletion apps/website/docs/designer/deploy/sandbox.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 低代码沙箱接入

WIP
:::tip
正在编写中,敬请期待。
:::
6 changes: 4 additions & 2 deletions apps/website/docs/designer/deploy/server.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 服务端接入

WIP

介绍一个基本的服务端实现,以及如何接入。

:::tip
正在编写中,敬请期待。
:::
4 changes: 3 additions & 1 deletion apps/website/docs/designer/design/filesystem.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 文件系统

WIP
:::tip
正在编写中,敬请期待。
:::
6 changes: 5 additions & 1 deletion apps/website/docs/designer/design/overview.mdx
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# 技术架构概览
# 技术架构概览

:::tip
正在编写中,敬请期待。
:::
6 changes: 5 additions & 1 deletion apps/website/docs/designer/design/sandbox.mdx
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# 沙箱实现
# 沙箱实现

:::tip
正在编写中,敬请期待。
:::
14 changes: 7 additions & 7 deletions apps/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ const config = {
({
// Replace with your project's social card
image: 'img/social-card.png',
// announcementBar: {
// id: 'notion_alert',
// content: '🏗 当前版本为测试版,请暂时不要用于生产环境,正式版将于2023年Q4发布!',
// backgroundColor: 'var(--ifm-color-primary-contrast-background)',
// textColor: 'var(--ifm-color-primary-contrast-foreground)',
// isCloseable: false,
// },
announcementBar: {
id: 'notion_alert',
content: '🏗 当前版本为 alpha 版本,相关文档正在编写之中,敬请期待!',
backgroundColor: 'var(--ifm-color-primary-contrast-background)',
textColor: 'var(--ifm-color-primary-contrast-foreground)',
isCloseable: false,
},
navbar: {
title: '',
logo: {
Expand Down

0 comments on commit d0f1b8f

Please # to comment.