Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.1 KB

README

The OSV-Scanner docs are hosted on a GitHub page.

Running docs locally

To run docs locally, you will need Jekyll on your machine.

Here are other pre-requisites and instructions for running the docs locally.

Formatting docs

We use - Prettier to standardize the format of markdown and config files.

This requires node/npm to be installed.

Running the formatter

Run the following in the project directory:

./scripts/run_formatters.sh

Documentation theme

We are using the Just the Docs theme.