Generate GitBook-like modern docs/tutorial websites using Gatsby
BooGi is a documentation site engine that aims to provide teams with a powerful tool for efficiently sharing knowledge. Inspired by Gitbook, BooGi offers custom styling and components, allowing users to create beautiful documentation quickly. It follows the “docs-as-code” principles, treating documentation as code and providing features such as Markdown/MDX support, rich content capabilities, search integration, PWA functionality, SEO friendliness, and easy deployment options.
Using boogi-cli (recommended):
npm install -g boogi-cli
boogi init
boogi start
boogi build
Using gatsby-cli:
npm install -g gatsby-cli
gatsby new my-boogi-app https://github.com/hasura/gatsby-gitbook-starter
cd my-boogi-app
gatsby develop
BooGi is a documentation site engine that allows teams to efficiently share knowledge by providing a customizable and feature-rich platform for creating documentation. With its Markdown/MDX support, GitBook-like styling, responsive design, rich-content features, search integration, PWA capability, and easy deployment options, BooGi offers an excellent solution for building beautiful and functional documentation sites.