Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cargo run schema
## Queries

<details>
<summary>Testing queries from terminal</summary>
<summary markdown="span">Testing queries from terminal</summary>

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`
Expand All @@ -71,7 +71,7 @@ JSON object as `{"query": "<query-string>"}` 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
Expand Down
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Configuration for converting the README to a legible github pages page
markdown: kramdown
kramdown:
parse_block_html: true
Loading