filipowm / BooGi

Generate GitBook-like modern docs/tutorial websites using Gatsby

Home Page:https://boogi.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project is no longer maintained (as if it was in recent two years ๐Ÿ™ƒ). I suggest to switch to Docusaurus which is really powerful documentation sites engine, quite similar to BooGi

BooGi

Netlify Status GitHub release (latest SemVer) CI Codacy Badge

Create awesome documentation or tutorial pages with modern look-and-feel. Customize it to your needs, run locally, deploy anywhere.

Important Check boogi-cli to start quickly, simplify your codebase, easily run locally and build you BooGi-based app. We recommend using boogi-cli instead of using gatsby-cli directly.

Motivation

Goal is to give teams powerful tool which they can use to efficiently and collaboratively share their knowledge. They can easily host it on any infrastructure of choice or SaaS hosting like Netlify, Vercel or GitHub / GitLab Pages. We want to provide a product, which can be customized to (nearly) any needs, either using basic or advanced configuration options.

BooGi is inspired by popular Gitbook look and feel. It offers custom styling and components that enable building beautiful documentation for projects and products quickly. It follows docs-as-code principles, where you treat your documentation in the same way as your code.

It is a fork of https://github.com/hasura/gatsby-gitbook-starter, however it went through total rework and changes. We improve it to provide significantly more features, make look-and-feel more similar to Gitbook, improve stability, performance, make it more configurable and easier to start with.

๐Ÿ”ฅ Features

  • Write using Markdown / MDX
  • customizing your page to match your branding and needs
  • GitBook-like style theme, inspired by https://docs.gitbook.com/
  • light / dark mode themes
  • responsive design with mobile / tablet support
  • rich-content and rich-text features like text formatting, graphs and diagrams, quotes, columnar layout, emojis, highlights, live code editor, syntax highlighting, external code snippets and many many more!
  • draft pages
  • search integration with Algolia
  • local search (search in a browser without need to integrate with Algolia)
  • Progressive Web App which can work offline
  • integration with Google Analytics
  • full screen mode
  • Search Engine Optimization (SEO) friendliness
  • RSS feed
  • easy way to edit content on Gitlab, Github or Bitbucket
  • custom CLI to easily initialize and develop BooGi app
  • easy deployment on platform of your choice

๐Ÿ”— Docs and live Demo

Here's a BooGi documentation being also a live demo.

๐Ÿš€ Quickstart

Using boogi-cli (recommended)

You need to have boogi-cli installed: npm install -g boogi-cli.

  1. Initialize BooGi project (config wizard will help you to set it up!) in current directory:

    boogi init
  2. Run your app in development mode with live reload

    boogi develop
  3. Build you app package ready for deployment

    boogi build

Using gatsby-cli

You need to have gatsby-cli installed: npm install -g gatsby-cli.

Get started by running the following commands (using Gatsby CLI):

$ git clone git@github.com:filipowm/boogi.git
$ yarn
$ gatsby develop

Visit http://localhost:8000/ to view the app.

โ˜๏ธ Deploy

Deploy to Netlify

About

Generate GitBook-like modern docs/tutorial websites using Gatsby

https://boogi.netlify.app/

License:MIT License


Languages

Language:JavaScript 91.6%Language:MDX 6.4%Language:SCSS 0.9%Language:Shell 0.6%Language:Ruby 0.2%Language:Dockerfile 0.2%Language:Java 0.0%