Files
nocobase/docs
chenos a34480da95 feat(cli): support install hook scripts (#9824)
* feat(cli): support install hook scripts

* fix(cli): align hook script validation

* fix(cli): guard resume app preset hook script

* feat(cli): support app lifecycle hooks

* fix(cli): stabilize source publish snapshot flow

* fix(cli): stabilize hook script loading in tests

* fix(cli): run hook scripts in a subprocess

* fix(cli): preserve saved hook script path style
2026-06-22 08:20:51 +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
2026-04-28 11:41:10 +08:00
2026-04-24 20:44:20 +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