Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicolaspadari/documentation

Vitepress template for easy documentation
https://github.com/nicolaspadari/documentation

Last synced: about 1 month ago
JSON representation

Vitepress template for easy documentation

Awesome Lists containing this project

README

        

# Documentation template

> Based on VitePress, quick cheatsheet of features, minimal reproduction

## Documentation

Check out full docs at https://vitepress.vuejs.org

## Setup

```sh
npx degit NicolaSpadari/documentation
cd ./documentation
npm i
npm run docs:dev
```

## Deploying

### Netlify

Toml file:

```toml
[build]
publish = "docs/.vitepress/dist"
command = "npm i && npm run docs:build"
```