Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/availity/gatsby-theme-availity
Inspired By Apollo's Gatsby Theme built with Reactstrap using some Availity Flair
https://github.com/availity/gatsby-theme-availity
availity docs gatsby gatsby-plugin react
Last synced: 3 months ago
JSON representation
Inspired By Apollo's Gatsby Theme built with Reactstrap using some Availity Flair
- Host: GitHub
- URL: https://github.com/availity/gatsby-theme-availity
- Owner: Availity
- License: mit
- Archived: true
- Created: 2019-08-21T16:34:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T20:22:10.000Z (about 4 years ago)
- Last Synced: 2024-09-26T00:31:51.573Z (4 months ago)
- Topics: availity, docs, gatsby, gatsby-plugin, react
- Language: JavaScript
- Homepage: https://availity.github.io/gatsby-theme-availity
- Size: 24.6 MB
- Stars: 4
- Watchers: 31
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Gatsby Theme Availity
This repo contains a [Gatsby](https://gatsbyjs.org) theme for creating sites using a shared theme. This allows documentation sites to be deployed for each repo while still keeping the same theme/layout/feel of a single page web app doc site would look like.
Inspired by [Apollo's Gatsby Theme](https://github.com/apollographql/gatsby-theme-apollo)
## Packages
- [`gatsby-theme-core`](./packages/gatsby-theme-core)
- [`gatsby-theme-docs`](./packages/gatsby-theme-docs)## Basic usage
First, install `gatsby` and the theme that you want to use. This example will be using the docs theme, `@availity/gatsby-theme-docs`.
```bash
npm install gatsby @availity/gatsby-theme-docs
```## [Usage](./packages/gatsby-theme-docs)
## [Contributing Guide](./CONTRIBUTING.md)