All Projects → brainhubeu → Gatsby Docs Kit

brainhubeu / Gatsby Docs Kit

Licence: mit
📃Easy to Maintain Markdown/React Documentation Static Websites

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gatsby Docs Kit

Mosque-Screen
Chat: https://discord.gg/CG7frj2 - Email: [email protected]. We do not provide any support, this is a volunteer-based project therefore we cannot commit to any time to resolve local issues.
Stars: ✭ 54 (-53.85%)
Mutual labels:  github-page, react-components
testable
Testable - gamified tool to improve unit testing teaching
Stars: ✭ 16 (-86.32%)
Mutual labels:  github-page, react-components
Synergy
Synergy is a framework for building modular, configurable and scalable UI components for React-DOM projects
Stars: ✭ 146 (+24.79%)
Mutual labels:  react-components, sass
React Carousel
A pure extendable React carousel, powered by Brainhub (craftsmen who ❤️ JS)
Stars: ✭ 764 (+552.99%)
Mutual labels:  gatsby, sass
Mdx Deck
♠️ React MDX-based presentation decks
Stars: ✭ 10,487 (+8863.25%)
Mutual labels:  gatsby
Gatsby Starter Elemental
Gatsby starter for portfolio sites
Stars: ✭ 115 (-1.71%)
Mutual labels:  gatsby
Advanced React Patterns
This is the latest advanced react patterns workshop
Stars: ✭ 1,899 (+1523.08%)
Mutual labels:  react-components
Fictoan
Mockups with markup — https://sujan-s.github.io/fictoan/
Stars: ✭ 114 (-2.56%)
Mutual labels:  sass
Gatsby Themes
Gatsby themes that we use to build websites at Rocketseat ⚡️🔥
Stars: ✭ 116 (-0.85%)
Mutual labels:  gatsby
Vue Range Slider
Simple slider component of Vue.js
Stars: ✭ 117 (+0%)
Mutual labels:  sass
Yunban
fullstack movie & music proj(rebuilding)
Stars: ✭ 116 (-0.85%)
Mutual labels:  sass
React Workshop
⚒ 🚧 This is a workshop for learning how to build React Applications
Stars: ✭ 114 (-2.56%)
Mutual labels:  react-components
Css
The CSS design system that powers GitHub
Stars: ✭ 10,670 (+9019.66%)
Mutual labels:  sass
Developer Community Stats
🚀 A repository to encourage beginners to contribute to open source and for all contributors to view their Github stats
Stars: ✭ 116 (-0.85%)
Mutual labels:  gatsby
Column Setter
Custom responsive grids in Sass that work in older browsers.
Stars: ✭ 117 (+0%)
Mutual labels:  sass
Libsass Maven Plugin
libsass wrapper for maven
Stars: ✭ 114 (-2.56%)
Mutual labels:  sass
Component Docs
📝 Simple documentation for your React components
Stars: ✭ 116 (-0.85%)
Mutual labels:  react-components
Snack
🍱 A minimal CSS framework for web.
Stars: ✭ 117 (+0%)
Mutual labels:  sass
Rollup Plugin Styles
🎨 Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more.
Stars: ✭ 116 (-0.85%)
Mutual labels:  sass
Atoms
Atoms for Blaze UI
Stars: ✭ 1,505 (+1186.32%)
Mutual labels:  sass

Gatsby Docs Kit

Easy to Maintain Markdown/React Documentation Static Websites

Live code demo | Hire us

CircleCI Last commit license PRs Welcome Renovate enabled

Downloads Activity Minified npm Contributors

Gatsby Docs Kit is a set of tools, extending Gatsby to generate gorgeous documentation static website. Documentation source files are written in Markdown or as React components and configured with a single YAML/JSON5 configuration file.

Features

  • Write in Markdown - Save time and focus on your project's documentation content. Simply write docs with Markdown and Gatsby will generate a set of static html files ready to serve.
  • Customize with Gatsby and React - Need something extra? Just create React component and voilà. You can do anything. Meanwhile Gatsby’s rich data plugin ecosystem will let you bring data from one or many other sources.
  • Preview as you work - As you edit content, you see the resulting UI change in your local development environment browser without refreshing the page.
  • Static Progressive Web Apps - Gatsby.js builds the fastest possible website. You get code and data splitting out-of-the-box. Gatsby loads only the critical HTML, CSS, data, and JavaScript so your site loads as fast as possible. Once loaded, Gatsby prefetches resources for other pages so clicking around the site feels incredibly fast.
  • Host anywhere - Gatsby Docs Kit builds completely static HTML sites that you can host on GitHub pages, Netlify, or anywhere else you choose

Try it out

Ensure you have the latest version of Node installed. We also recommend you install Yarn as well.

Clone repository:

git clone [email protected]:brainhubeu/gatsby-docs-kit.git && mv gatsby-docs-kit/example docs-www && rm -rf gatsby-docs-kit

Then run:

yarn install

Seed documentation (if you do not have any yet):

yarn seed

Run the local webserver via yarn develop;

The example site is available at http://localhost:8000. You should see the example site loaded in your web browser. Also visit http://localhost:8000/___graphql to explore your site's GraphQL data and schema.

Then go to ./docs to edit and write awesome docs!.

Deploy

Ready to go? Want to deploy documentation to github pages? Run following command inside docs-www directory:

yarn deploy:gh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].