From 3c043aa0909eb3d88d98fa5e3c9409c4476afb10 Mon Sep 17 00:00:00 2001 From: godlin Date: Mon, 25 Sep 2023 12:56:50 +0200 Subject: [PATCH] Implemented more visually appealing toggle switches - Should have been done as part of https://github.com/subquery/documentation/pull/415 --- .../quickstart_chains/ethereum-uniswap.md | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/docs/quickstart/quickstart_chains/ethereum-uniswap.md b/docs/quickstart/quickstart_chains/ethereum-uniswap.md index e7fadbdba6c..ac7b5cb20c7 100644 --- a/docs/quickstart/quickstart_chains/ethereum-uniswap.md +++ b/docs/quickstart/quickstart_chains/ethereum-uniswap.md @@ -860,8 +860,7 @@ Next, let's query our project. Follow these three simple steps to query your Sub Try the following queries to understand how it works for your new SubQuery starter project. Don’t forget to learn more about the [GraphQL Query language](../../run_publish/query.md). -
-Pools +:::details Pools #### Request @@ -921,10 +920,9 @@ query { } ``` -
+::: -
-Swaps +:::details Swaps #### Request @@ -988,10 +986,9 @@ query { } ``` -
+::: -
-Positions +:::details Positions #### Request @@ -1051,10 +1048,9 @@ query { } ``` -
+::: -
-uniswapDayData (statistical data) +::: details uniswapDayData (statistical data) #### Request @@ -1106,7 +1102,7 @@ query { } ``` -
+::: ## What's next?