Skip to content

Commit

Permalink
plugin documentation (nocobase#4)
Browse files Browse the repository at this point in the history
* feat: updat config

* fix: link

* docs: update data-visualization & auth

* fix: yarn.lock

* docs(auth): add OIDC & SAML docs

* fix(auth): fix docs

* chore: upgrade  theme

* fix: menu

* docs: add gantt & kanban &bulk edit& bulk update& duplicate &print docs

* fix: upgrade theme

* feat: update config

* docs: kanban & gantt & bulk edit & bulk update & duplicate

* docs: kanban & gantt & bulk edit & bulk update & duplicate

* docs: kanban & gantt & bulk edit & bulk update & duplicate

* feat: update config

* docs: gantt docs

* docs: plugins collection-manager

* docs: association fields docs

* feat: update config

* docs: update docs

* docs: update docs

* fix: docs

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs

* docs(workflow): add workflow docs

* docs: update docs

* feat: update docs

* feat: update docs

* fix: web

* feat: add alert banner

---------

Co-authored-by: xilesun <[email protected]>
Co-authored-by: dream2023 <[email protected]>
Co-authored-by: katherinehhh <[email protected]>
Co-authored-by: mytharcher <[email protected]>
  • Loading branch information
5 people authored Dec 19, 2023
1 parent a035d1d commit 17fa5d0
Show file tree
Hide file tree
Showing 774 changed files with 49,043 additions and 47 deletions.
3 changes: 2 additions & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export default defineConfig({
nav: nav.map((item) => ({ ...item, title: (item?.[`title.${lang}`] || item.title) })),
sidebarEnhance: sidebar as any,
github: 'https://github.com/nocobase/nocobase',
footer: 'nocobase | Copyright © 2022',
footer: 'nocobase | Copyright © 2023',
alert: lang === 'zh-CN' ? '文档正在建设中,部分内容可能缺失或缺少翻译,详情查看 <a target="_blank" href="https://github.com/nocobase/docs/commits/main/">文档更新日志</a>' : 'The document is currently under construction, with some content possibly missing or awaiting translation. For details, please refer to the <a target="_blank" href="https://github.com/nocobase/docs/commits/main/">changelog</a>',
localesEnhance: [
{ id: 'zh-CN', switchPrefix: '中', hostname: 'docs-cn.nocobase.com' },
{ id: 'en-US', switchPrefix: 'en', hostname: 'docs.nocobase.com' }
Expand Down
Loading

0 comments on commit 17fa5d0

Please sign in to comment.