Skip to content

pixelistik/hurl-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 pul 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.4%
  • SCSS 27.0%
  • HTML 15.2%
  • JavaScript 11.2%
  • Shell 2.0%
  • Ruby 0.2%