/yscope-docs

The repo backing docs.yscope.com

Primary LanguagePython

YScope Docs

This repo contains the source for YScope's docs hub at docs.yscope.com.

Development

Follow the steps below to build and view the site locally.

Requirements

Building

  • Build the site incrementally:

    task
    • The output of the build will be in build/html.
  • Clean-up the build:

    task clean

Viewing the output

Run task serve to view the output:

task serve