From cb5b805937901c4c8878c3ed1042ec6c67c58005 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 22 Jan 2019 16:07:12 +0100 Subject: [PATCH] menu shuffling --- content/references/introduction.md | 2 +- data/sidebars/references.yml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/references/introduction.md b/content/references/introduction.md index 0d43324f..6d818d9a 100644 --- a/content/references/introduction.md +++ b/content/references/introduction.md @@ -12,7 +12,7 @@ The following components expose a consumable REST API which are documented on th Those are sourced from their respective Swagger specs. On this site you can't execute the documented API calls yet. If you need this, you can run a component's local Swagger UI as outlined in the repository instructions on GitHub. -References of all the functions and methods used in our libraries are not yet integrated here. For now, have a look at the respective repos for more infos: +References of all the functions and methods used in our libraries: diff --git a/data/sidebars/references.yml b/data/sidebars/references.yml index 0d5556d5..87de05af 100644 --- a/data/sidebars/references.yml +++ b/data/sidebars/references.yml @@ -3,16 +3,6 @@ - title: API References link: /references/introduction/ -- group: squid-js - items: - - title: API Reference - link: /references/squid-js/ - -- group: squid-py - items: - - title: API Reference - link: /references/squid-py/ - - group: aquarius items: - title: API Reference @@ -22,3 +12,13 @@ items: - title: API Reference link: /references/brizo/ + +- group: squid-js + items: + - title: API Reference + link: /references/squid-js/ + +- group: squid-py + items: + - title: API Reference + link: /references/squid-py/