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.
 
 

364 B

Docs site

To run locally:

  1. Get the content from the downstream repos.

    ./get-content.sh
    
  2. Build and serve locally.

    bundle exec jekyll serve
    

Deploy via Netlify

To deploy to Netlify:

  1. Build the site.

    jekyll build
    
  2. Force add the _site directory.

    git push -f origin