Skip to content

schemahero/schemahero-docs

Repository files navigation

SchemaHero Docs

This is the source for https://schemahero.io. This is a mkdocs site.

Development

To to run the docs locally, you need to have python3 w/ pip3 installed as prerequisite.

  1. Create a virtual environment: python3 -m venv venv
  2. Activate the virtual environment: source venv/bin/activate
  3. Install the dependencies: pip3 install -r requirements.txt
  4. Build the docs: mkdocs build
  5. Run the development server: mkdocs serve

Releases

No releases published

Packages

No packages published

Languages