Skip to content

taichuy/docs

Repository files navigation

taichuy Documentation Site

简体中文 | 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.

🚀 Quick Start

Prerequisites

  • Node.js >= 14
  • Yarn (Recommended) or npm

Install Dependencies

yarn install

Start Development Server

yarn start
# or
yarn dev

Visit http://localhost:8000 to preview the documentation.

Build Static Files

yarn build

Artifacts will be output to the dist directory.

Preview Build Locally

yarn preview

📝 Directory Structure

.
├── 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

🤝 How to Contribute

We welcome community contributions! If you find an error or want to add new content, please follow these steps:

  1. Fork this repository: Click the Fork button in the top right corner.
  2. Create a branch: Create a new branch in your Fork (e.g., docs/fix-typo).
  3. Modify documentation:
    • Documentation is located in the docs/ directory, using Markdown format.
    • Place image resources in the .assets folder at the same level as the document.
    • Please ensure both Chinese (.md) and English (.en-US.md) versions are updated (if possible).
  4. Commit changes: Commit your changes and push to your Fork.
  5. Submit a Pull Request: Submit a PR to the main branch of this repository.

📄 License

MIT License

About

记录太初y的相关技术文档描述

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors