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.
 
 
CharlieC3 e6f1cdb962 docs: add mine_microblocks config option 4 years ago
.github/workflows fix: update version in prod deploy action 4 years ago
lib feat: rehype-image-size, prevent image jump 4 years ago
public Add stack blockchain client tutorial 4 years ago
src docs: add mine_microblocks config option 4 years ago
types refactor: use next.js 5 years ago
.eslintrc.js feat: pagination, feedback, remove action 5 years ago
.gitignore feat: shiki highlighting, content cleanup, component org 4 years ago
.gitpod.yml fix: format yaml file 4 years ago
.prettierrc refactor: use next.js 5 years ago
.vercelignore feat: shiki highlighting, content cleanup, component org 4 years ago
README.md feat: add gitpod 4 years ago
babel.config.js feat: emotion, @stacks/ui & ui-core 4 years ago
next-env.d.ts refactor: use next.js 5 years ago
next.config.js fix: add redirects for removed pages 4 years ago
package.json build(deps): bump next from 9.5.3 to 9.5.4 4 years ago
tsconfig.json feat: emotion, @stacks/ui & ui-core 4 years ago
vercel.json Add stack blockchain client tutorial 4 years ago
yarn.lock build(deps): bump next from 9.5.3 to 9.5.4 4 years ago

README.md

Gitpod ready-to-code

Blockstack documentation

A screenshot of docs.blockstack.org

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.

  1. Install the latest version of the cli according to the instructions at: https://github.com/blockstack/cli-blockstack

  2. 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.