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/