Files
nocobase/docs
chenos 31c554b29f feat(cli): support configurable NocoBase Docker images and proxy setup docs (#9972)
* docs: add docker nginx and caddy installation guides

* fix(proxy): support external proxy upstream port

* fix(cli): keep manual proxy bundle appPort compatibility

* feat(cli): support NocoBase image config

* fix(cli): map no-nginx docker apps to the correct container port
2026-07-04 09:49:57 +08:00
..
2026-06-11 13:16:29 +08:00
2026-06-11 13:16:29 +08:00
2026-06-11 13:16:29 +08:00

NocoBase Documentation

--lang

yarn docs dev --lang=en
yarn docs build --lang=en
yarn docs preview --lang=en
yarn docs build --lang=all
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