1.0.0 • Published 10 months ago
gatsby-openrpc-theme v1.0.0
gatsby-openrpc-theme
Usage
- Install:
npm install @xops.net/gatsby-openrpc-theme- Add as a plugin to your Gatsby config:
gatsby-config.js
//...
plugins: [
"@xops.net/gatsby-openrpc-theme"
],
//...- Add markdown files to
src/docs
src/docs:
src
├── docs
│ ├── page-3.md
│ ├── page-4.md
│ └── page-5.mdOR
- Add tsx files to
src/pages
src
├── pages
│ ├── index.tsxContributing
How to contribute, build and release are outlined in CONTRIBUTING.md, . Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.
1.0.0
10 months ago