mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mark Hendrickson
97a313b126
|
4 years ago | |
---|---|---|
.github/workflows | 4 years ago | |
lib | 4 years ago | |
public | 4 years ago | |
src | 4 years ago | |
types | 5 years ago | |
.eslintrc.js | 5 years ago | |
.gitignore | 4 years ago | |
.gitpod.yml | 4 years ago | |
.prettierrc | 5 years ago | |
.vercelignore | 4 years ago | |
README.md | 4 years ago | |
babel.config.js | 4 years ago | |
next-env.d.ts | 5 years ago | |
next.config.js | 4 years ago | |
package.json | 4 years ago | |
tsconfig.json | 4 years ago | |
yarn.lock | 4 years ago |
README.md
Stacks documentation
Running and building the site locally
If you are interested in contributing to the site and making changes, please refer to our contributing guide here.
Generated documentation
Blockstack CLI reference
The src/_data/cli-reference.json
file is generated from the blockstack-cli
subcommand docs
.
-
Install the latest version of the cli according to the instructions at: https://github.com/blockstack/cli-blockstack
-
Generate the json for the cli in the
docs.blockstack
repo.$ blockstack-cli docs > src/_data/cli-reference.json
Clarity Reference
There is a json file that is generated via the stacks-blockchain
repo, which automatically brings it over to this repo
via a github action.
FAQs
All of the FAQs found at /reference/faqs
are pulled dynamically from the zendesk api and rendered in this project.