Files
nocobase/docs
chenos 48bbc1f8b8 fix(cli): support pnpm and yarn global self update (#9912)
* fix(cli): support pnpm and yarn global self update

* fix(cli): detect pnpm global installs in self check

* fix(cli): detect hashed pnpm global installs

* test(cli): cover custom pnpm global roots
2026-06-26 10:11:00 +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