humphd / hurl-dev

Hurl specifications and documentation

Home Page:https://hurl.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deploy status

Hurl Official Documentation Site

The official documentation site for Hurl. This repo contains only the documentation, tutorials, and test suites for Hurl. If you're looking for Hurl source code, please check out https://github.com/Orange-OpenSource/hurl.

Contributing

Edits on documentation are done via pull request. Once a pull request is accepted, modifications are automatically published to https://hurl.dev via the publish GitHub action.

Local build

Prerequites

Build

$ cd sites
$ ./build.sh

Run local static site

$ cd sites
$ python3 -m http.server --dir hurl.dev/_site 4000

Run and watch local site

$ cd sites
$ jekyll serve --source hurl.dev --destination hurl.dev/_site

When running with Jekyll, the local built is rerun automatically for each modification. In this mode, Hurl code snippets haven't any syntax coloring.

Scripts

About

Hurl specifications and documentation

https://hurl.dev

License:Apache License 2.0


Languages

Language:Python 46.0%Language:SCSS 25.5%Language:HTML 15.2%Language:JavaScript 11.1%Language:Shell 2.0%Language:Ruby 0.2%