docs-components
React components for building Primer documentation sites!
👀 COMING SOON! 👀
- Utilities for building docs sites using Next.js
But that's not all!
You can also clone this repository and spin up a docs site of your own! In the future, we'd like to make this process much simpler, but for now there are a few things you'll need to do after you clone:
-
Rename the
docs-components
folder in/pages
to whatever you'd like your root url to be. -
Find and replace
docs-components
with whichever name you chose in step 1. -
Delete the
src
folder! -
Update package.json with the appropriate values for name, version, description, etc.