This repository contains all the documentation for Despical's plugins and related projects.
Content in this repo is automatically published to https://docs.despical.dev/.
Setting up the project for local development.
# 1. Clone the repository
git clone https://github.com/despical/docs.git && cd docs
# 2. Install dependencies
pnpm install
# 3. Start development server
pnpm run devThe server will run on http://localhost:4321
This command creates a production-ready build. The generated files can be deployed to any static content hosting provider.
pnpm run buildContributions are welcome!
If you'd like to improve the documentation, fix issues or help expand the content, feel free to open an issue or submit a pull request.
This code is under the MIT License.
See the LICENSE file for required notices and attributions.