Home
The Grey Docs framework allows you to build beautiful documentation websites with Markdown and Vue components!
Grey Docs powers many of Grey Software's Ecosystem Websites!
This framework is built upon the Nuxt content docs theme, and we are grateful to the Nuxt team for open-sourcing their documentation framework!
Get Started
Create
To get started, use our create-grey-docs package!
npx create-grey-docs your-project-name
or
yarn create grey-docs your-project-name
Develop
cd your-project-name
npm run dev
or
cd your-project-name
yarn dev