diff --git a/README.md b/README.md index f650bd9..99176e8 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ cargo run schema ## Queries
-Testing queries from terminal +Testing queries from terminal While the graphiql front-end can be useful for exploring the API schema, running from the terminal is sometimes quicker/easier. This only requires `curl` @@ -71,7 +71,7 @@ JSON object as `{"query": ""}` taking care to escape quotes as required. Using `curl` and a basic visit directory query (see below), this looks something like ```bash -echo '{ 17:15:56 +echo '{ "query": "{ paths(beamline: \"i22\", visit: \"cm37278-5\") { directory diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..3303cf6 --- /dev/null +++ b/_config.yml @@ -0,0 +1,4 @@ +# Configuration for converting the README to a legible github pages page +markdown: kramdown +kramdown: + parse_block_html: true