diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index dac00cb..017e257 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,6 +1,6 @@ module.exports = { - title: "Security Cloud",// 文档标题,左上角显示 - description: "Security Cloud", + title: "快速开发系统",// 文档标题,左上角显示 + description: "快速开发系统", markdown: { lineNumbers: true // 代码块显示行号 }, diff --git a/docs/README.md b/docs/README.md index d9ac3f4..9ac8cbe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,8 +4,8 @@ heroImage: /logo.png actionText: 快速上手 → actionLink: /wiki/introduce/ features: -- title: Spring Security - details: 以Spring Security作为核心搭建集群权限校验。 +- title: 快速开发系统 + details: 以Spring Security作为核心搭建集群权限校验,多种功能模块提高开发效率。 - title: 开发效率 details: 以权限管理为核心,代码生成、自定义查询、服务监控、Swagger聚合文档、对象储存OSS的封装、Excel快速导出、Sentinel限流控制面板和Workflow工作流等模块为辅,提高系统的效率。 - title: 专注业务 diff --git a/docs/ci-cd/integration/README.md b/docs/ci-cd/integration/README.md index 8d4e6ac..024c73a 100644 --- a/docs/ci-cd/integration/README.md +++ b/docs/ci-cd/integration/README.md @@ -1,5 +1,5 @@ # 集成 -Security Cloud 采用前后端分离试开发,后端为Spring Cloud 体系架构,前端现有React,后期会继续更新Vue3.0版本前端页面 +快速开发系统采用前后端分离试开发,后端为Spring Cloud 体系架构,前端现有React,后期会继续更新Vue3.0版本前端页面 ## gitea + drone 集成 在安装drone的时候可知,drone需要获取到gitea的oauth2的授权,这样drone就可以通过携带秘钥信息去请求到gitea当前用户下的所有仓库了 diff --git a/docs/use/sentinel-dashboard/README.md b/docs/use/sentinel-dashboard/README.md index c48bcd5..2752099 100644 --- a/docs/use/sentinel-dashboard/README.md +++ b/docs/use/sentinel-dashboard/README.md @@ -2,7 +2,7 @@ > sentinel dashboard可以通过页面图形化的方式监控机器以及服务的运行情况和配置复杂的各种流控、降级等规则,以保证线上服务的稳定运行,本篇文章主要是介绍控制台参数意义和使用规则,达到快速使用的目的 ## 具体实现 -security cloud 有两个sentinel dashboard模块,一个是官方给的完整版,另外一个为集成了nacos持久化,适合生产环境使用 +快速开发系统有两个sentinel dashboard模块,一个是官方给的完整版,另外一个为集成了nacos持久化,适合生产环境使用 ### 官方提供