Skip to content

Latest commit

 

History

History

README.md

Very Good Docs Site

Very Good Ventures

Developed with 💙 by Very Good Ventures 🦄

License: MIT Powered by Mason

A Very Good documentation site template powered by Docusaurus created by Very Good Ventures 🦄.

What's Included ✨

  • ✅ GitHub Workflow
  • ✅ Pull Request Template
  • ✅ Issue Templates
  • ✅ Dependabot Integration
  • ✅ Light/Dark Mode
  • ✅ Landing Page
  • ✅ Docs powered by Markdown
  • ✅ Customizable Theming
  • ✅ MIT License

Output 📦

├── .eslintrc.js
├── .github
│   ├── ISSUE_TEMPLATE
│   │   ├── bug_report.md
│   │   ├── build.md
│   │   ├── chore.md
│   │   ├── ci.md
│   │   ├── config.yml
│   │   ├── documentation.md
│   │   ├── feature_request.md
│   │   ├── performance.md
│   │   ├── refactor.md
│   │   ├── revert.md
│   │   ├── style.md
│   │   └── test.md
│   ├── PULL_REQUEST_TEMPLATE.md
│   ├── dependabot.yml
│   └── workflows
│       └── main.yaml
├── .gitignore
├── .prettierignore
├── .prettierrc
├── LICENSE
├── README.md
├── babel.config.js
├── docs
│   └── overview.md
├── docusaurus.config.js
├── package.json
├── sidebars.js
├── src
│   ├── css
│   │   └── custom.css
│   └── pages
│       ├── index.module.css
│       └── index.tsx
├── static
│   ├── .nojekyll
│   └── img
│       ├── hero.svg
│       ├── hero_dark.svg
│       ├── logo.svg
│       ├── pillar1.svg
│       ├── pillar2.svg
│       └── pillar3.svg
├── tsconfig.json
└── yarn.lock

By default mason make will generate the output in the current working directory but a custom output directory can be specified via the -o option:

mason make very_good_docs_site -o ./output_folder