Giter VIP home page Giter VIP logo

hurl-dev's Introduction

deploy status

Hurl Official Documentation Site

The official documentation site for Hurl.

This repo contains only the documentation and tutorials for Hurl. If you're looking for Hurl source code, please check out https://github.com/Orange-OpenSource/hurl. Please note that the canonical sources for the documentation are on the Hurl repository. This repo uses this doc to build a Jekyll powered documentation site, so it can be seen as a read-only view on the canonical docs.

Contributing

Edits on documentation are done via pull request in the Hurl repository. All docs files are under docs/ repository, in Markdown. 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

hurl-dev's People

Contributors

cc-cpo avatar davidbgk avatar diegosouza avatar fabricereix avatar fraynaud33 avatar ginping avatar humphd avatar jcamiel avatar lepapareil avatar markus1189 avatar pixelistik avatar susan51531 avatar tbolon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hurl-dev's Issues

Header overlaps linked content

This may not be your bug, but it affects your docs.

If I deep link into a section of the docs, for example https://hurl.dev/docs/man-page.html#test, the header at the top sits on top of the --test content, making it impossible to share the link:

Screen.Recording.2022-03-22.at.12.48.22.PM.mov

I think the .doc class needs a larger margin-top in order to compensate.

A New UI for the Home page of the website

Problem to solve

The current home page of the website seems not up to the mark and usually looks more like a docs page.

Proposal

I propose to build a new UI for the home page. It would contain all the information present in the current homepage , but visually appealing to the users

P.S - I would like to work on it

Add microdata on hurl.dev

See https://httpie.io:

    <meta itemProp="name" content="HTTPie – API testing client that flows with you"/>
    <meta name="description" content="Making APIs simple and intuitive for those building the tools of our time."/>
    <meta property="og:title" content="HTTPie – API testing client that flows with you"/>
    <meta property="og:site_name" content="HTTPie – API testing client that flows with you"/>
    <meta property="og:description" content="Making APIs simple and intuitive for those building the tools of our time."/>
    <meta property="og:type" content="website"/>
    <meta property="og:image" content="https://httpie.io/Images/Share/default.png"/>
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:site" content="@httpie"/>
    <meta name="twitter:title" content="HTTPie – API testing client that flows with you"/>
    <meta name="twitter:image" content="https://httpie.io/Images/Share/default.png"/>
    <meta name="twitter:description" content="Making APIs simple and intuitive for those building the tools of our time."/>

Priorize search

Search results have to be sorted by titled pages first, then titled sections and finally words.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.