Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 662 Bytes

File metadata and controls

40 lines (26 loc) · 662 Bytes

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 docs:build
    • The output of the build will be in build/html.
  • Clean-up the build:

    task clean

Viewing the output

task docs:serve