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.
 
 
Alejandro Criado-Pérez 9a296f8d84 GAIA docs 3 years ago
.github fix: code_quality not firing on community PRs 3 years ago
.vale/styles docs: add DevNet guide 3 years ago
lib feat: added new support for translation of docs 3 years ago
public docs: add DevNet guide 3 years ago
src GAIA docs 3 years ago
types refactor: use next.js 4 years ago
.eslintrc.js feat: added new support for translation of docs 3 years ago
.gitignore Reworked EC2 tutorial, cleaned up admin article, and updated overview for storage hubs 4 years ago
.gitpod.yml fix: format yaml file 4 years ago
.prettierrc refactor: use next.js 4 years ago
.vale.ini chore: add accepted words and de-fang the style checker 3 years ago
.vercelignore feat: shiki highlighting, content cleanup, component org 4 years ago
README.md updated repositories 3 years ago
babel.config.js feat: emotion, @stacks/ui & ui-core 4 years ago
mlc_config.json chore: updated link checking to point at the docs.stacks.co domain 3 years ago
next-env.d.ts feat: added new support for translation of docs 3 years ago
next.config.js sub folder revert, fix for URL index 404 3 years ago
package.json feat: added new support for translation of docs 3 years ago
tsconfig.json feat: emotion, @stacks/ui & ui-core 4 years ago
yarn.lock feat: added new support for translation of docs 3 years ago

README.md

Gitpod ready-to-code

Stacks documentation

A screenshot of docs.stacks.co

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

Style checks

This repository uses vale to run style checks. Make sure to install the tool and run the following command before creating a PR in order to check for styling issues:

yarn check:style

Stacks CLI reference

The src/_data/cli-reference.json file is generated from the stx subcommand docs.

  1. Install the latest version of the cli according to the instructions at: https://github.com/hirosystems/stacks.js/tree/master/packages/cli

  2. Generate the json for the cli in the docs.stacks repo.

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