TypedRest / docs

Documentation website for TypedRest

Home Page:https://typedrest.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypedRest Website

This repository holds the sources for the TypedRest website.

We use MkDocs to generate static web pages from the Markdown files (*.md) located in the docs/ directory.

Preview

To get a preview of the website while editing the content run:

pip install -r requirements.txt
mkdocs serve

If you have Docker you can instead run:

docker-compose up

You can now open an automatically refreshing preview in you browser at: http://127.0.0.1:8000/

Building

Commits to the master branch are automatically built and published.

To generate the HTML files locally run:

mkdocs build

If you have Docker you can instead run:

docker-compose run mkdocs build

You can now find the generated HTML files in the site/ directory.

About

Documentation website for TypedRest

https://typedrest.net

License:MIT License