@@ -3,9 +3,8 @@ import type { Config } from '@docusaurus/types';
3
3
import type * as Preset from '@docusaurus/preset-classic' ;
4
4
5
5
const config : Config = {
6
- title : '使用 Tango 构建你的低代码生产力工具' ,
7
- tagline :
8
- '基于源代码 AST 实现可视化搭建操作,支持实时出码,不受私有 DSL 和协议限制' ,
6
+ title : '基于源码的低代码引擎' ,
7
+ tagline : '基于你的已有代码库实现可视化搭建操作,实时出码,无私有搭建协议' ,
9
8
favicon : 'img/favicon.ico' ,
10
9
11
10
// Set the production url of your site here
@@ -26,8 +25,8 @@ const config: Config = {
26
25
// useful metadata like html lang. For example, if your site is Chinese, you
27
26
// may want to replace "en" with "zh-Hans".
28
27
i18n : {
29
- defaultLocale : 'zh-CN ' ,
30
- locales : [ 'zh-CN ' ] ,
28
+ defaultLocale : 'zh-Hans ' ,
29
+ locales : [ 'zh-Hans ' ] ,
31
30
} ,
32
31
33
32
presets : [
@@ -55,16 +54,18 @@ const config: Config = {
55
54
] ,
56
55
] ,
57
56
57
+ plugins : [ require . resolve ( 'docusaurus-lunr-search' ) ] ,
58
+
58
59
themeConfig : {
59
60
// Replace with your project's social card
60
61
image : 'img/social-card.png' ,
61
- announcementBar : {
62
- id : 'notion_alert' ,
63
- content : '🏗 当前版本为 alpha 版本,相关文档正在编写之中,敬请期待!' ,
64
- backgroundColor : 'var(--ifm-color-primary-contrast-background)' ,
65
- textColor : 'var(--ifm-color-primary-contrast-foreground)' ,
66
- isCloseable : false ,
67
- } ,
62
+ // announcementBar: {
63
+ // id: 'notion_alert',
64
+ // content: '🏗 当前版本为 alpha 版本,相关文档正在编写之中,敬请期待!',
65
+ // backgroundColor: 'var(--ifm-color-primary-contrast-background)',
66
+ // textColor: 'var(--ifm-color-primary-contrast-foreground)',
67
+ // isCloseable: false,
68
+ // },
68
69
navbar : {
69
70
title : '' ,
70
71
logo : {
0 commit comments