This repository contains the Vietnamese translation of NocoBase documentation.
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build- Fork this repository
- Create your feature branch (
git checkout -b feature/update-docs) - Commit your changes (
git commit -m 'Update documentation') - Push to the branch (
git push origin feature/update-docs) - Open a Pull Request
docs/
├── index.md # Homepage
├── get-started/ # Getting started guide
├── api/ # API documentation
├── integration/ # Integration guides
└── ...
This translation is based on the English documentation in the main repository. When the English docs are updated, please sync the changes to this repository.
Same as the main NocoBase repository.