简体中文 | English
This is the official documentation repository for the taichuy team, built with dumi. Here we document and share NocoBase plugin development experiences, documentation for open-source projects by the Taichuy team, and related technical insights.
- Node.js >= 14
- Yarn (Recommended) or npm
yarn installyarn start
# or
yarn devVisit http://localhost:8000 to preview the documentation.
yarn buildArtifacts will be output to the dist directory.
yarn preview.
├── docs/ # Documentation content directory
│ ├── guide/ # Guide documentation
│ ├── nocobase/ # NocoBase plugin documentation
│ └── index.md # Homepage documentation
├── .dumirc.ts # dumi configuration file
├── .dumi/ # dumi theme and temporary files
├── public/ # Static assets
└── package.json # Project configuration
We welcome community contributions! If you find an error or want to add new content, please follow these steps:
- Fork this repository: Click the Fork button in the top right corner.
- Create a branch: Create a new branch in your Fork (e.g.,
docs/fix-typo). - Modify documentation:
- Documentation is located in the
docs/directory, using Markdown format. - Place image resources in the
.assetsfolder at the same level as the document. - Please ensure both Chinese (
.md) and English (.en-US.md) versions are updated (if possible).
- Documentation is located in the
- Commit changes: Commit your changes and push to your Fork.
- Please follow Conventional Commits for commit messages.
- Submit a Pull Request: Submit a PR to the
mainbranch of this repository.
MIT License