mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-29 02:03:53 +08:00
18434ecc31
* feat(cli): use appPath for env paths * fix(cli): clear saved root setup after successful init * feat(cli): refine env remove cleanup flow * feat(cli): support init setup modes * feat(cli): support env config updates and managed app production runtime * docs(cli): clarify local takeover hint * docs(cli): add nb app destroy docs * docs(cli): sync translations and add cn quickstart * fix(cli): simplify app start and restart commands * feat(cli): add plugin import command * fix(cli): reuse managed env files for app commands * fix(cli): deprecate app destroy in favor of env remove * chore(cli): simplify config command help text * docs: add quickstart guides for more locales * docs: sync cli quickstart updates across locales * fix(cli): normalize derived env path comparisons * docs(quickstart): simplify installation section title * fix(cli): increase skills list timeout * docs(i18n): sync localized quickstart and home docs from cn * fix(docs): respect proxy false links in cross ref sidebar * docs(i18n): sync localized nav and home page changes * docs(cli): sync plugin import and license docs across locales * feat(cli): simplify license activation and support plugin storage imports * docs(quickstart): streamline plugin installation guides * fix(cli): support locale for license activate prompts * fix(cli): streamline licensed plugin sync during startup * fix(cli): align licensed plugin sync typing * feat(cli): extract client assets during app start * refactor(plugin-manager): centralize plugin package discovery * docs: clarify application environment variables * fix: test * docs: fix stale commercial plugin links * fix(cli): extract client assets during install * feat(cli): support app public path dist proxy flow * fix(cli): recover app stop when saved source is missing * feat(cli): split shared nginx proxy config * feat(cli): support managed nginx env proxy config * docs(cli): add env proxy docs across locales * docs(quickstart): clarify reverse proxy setup * feat(cli): support caddy env proxy configs * feat(cli): split env proxy providers * fix(client): normalize browser checker public path * docs: sync multilingual cli proxy guides * docs: sync localized reverse proxy docs * docs: sync localized reverse proxy metadata * fix(cli): improve env runtime refresh and source publish recovery * fix: test * fix(cli): disable manage-local setup mode in init UI * feat(cli): add app autostart commands * feat(cli): add revision create command * fix(cli): refine connection and authentication copy * chore: remove gitignore * docs: reorganize production deployment docs * feat(cli): support default hosts for init install auth * refactor(cli): extract oauth callback redirect uri helper * fix(cli): preserve prompt block types for init auth * fix(cli): align init auth and public app urls * fix(cli): align app cleanup and public urls * docs: add missing production quickstart index pages * docs: align install app home links * docs: align get-started nav links * docs: add app autostart cli reference * feat(cli): add command log controls and retention * fix(cli): separate command logs by session * fix: test * fix(cli): default docker client asset extraction in cli * fix(cli): address run-npm typing and log test * fix(cli): stabilize log and resume tests * docs: add docs check script and align locale navigation * docs: sync cli installation docs across locales * fix(cli): improve init app public path prompts * fix(cli): clarify docker daemon unavailable errors * fix(cli): show diagnostic log path in entry errors
NocoBase Documentation
--lang
yarn docs dev --lang=en
yarn docs build --lang=en
yarn docs preview --lang=en
yarn docs build --lang=all
--check-dead-links
yarn docs build --lang=en --check-dead-links
eject rspress components
Customize the theme by ejecting the components. After ejecting, you can find the components in ./src/components and modify them as you like.
yarn eject <ComponentName>
demo preview
use @docs/* to import the demo components, which will be replaced with the actual path during build.
import { HelloModel } from '@docs/cn/flow-engine/_demos/HelloModel';
Then use the demo component in the markdown file:
```tsx file="./_demos/flow-model-renderer.tsx" preview