Skip to content

Commit a96598a

Browse files
committed
refactor: organize the docs pages into collapsible page groups
1 parent 048b022 commit a96598a

File tree

1 file changed

+34
-14
lines changed

1 file changed

+34
-14
lines changed

docs.json

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,40 @@
6868
{
6969
"group": "⚙️ API Features",
7070
"pages": [
71-
"api-features/payment-types-overview",
72-
"api-features/standard-payments",
73-
"api-features/conversion-payments",
74-
"api-features/crypto-to-fiat-payments",
75-
"api-features/batch-payments",
76-
"api-features/crosschain-payments",
77-
"api-features/partial-payments",
78-
"api-features/recurring-payments",
79-
"api-features/payment-detection",
80-
"api-features/webhooks-events",
81-
"api-features/custom-fees",
82-
"api-features/create-requests-query-status",
83-
"api-features/query-payments",
84-
"api-features/fee-breakdowns"
71+
{
72+
"group": "Requests",
73+
"pages": [
74+
"api-features/create-requests-query-status"
75+
]
76+
},
77+
{
78+
"group": "Payment Types",
79+
"pages": [
80+
"api-features/payment-types-overview",
81+
"api-features/standard-payments",
82+
"api-features/conversion-payments",
83+
"api-features/crypto-to-fiat-payments",
84+
"api-features/batch-payments",
85+
"api-features/crosschain-payments",
86+
"api-features/partial-payments",
87+
"api-features/recurring-payments"
88+
]
89+
},
90+
{
91+
"group": "Reconciliation",
92+
"pages": [
93+
"api-features/payment-detection",
94+
"api-features/query-payments",
95+
"api-features/webhooks-events"
96+
]
97+
},
98+
{
99+
"group": "Fee Structure",
100+
"pages": [
101+
"api-features/custom-fees",
102+
"api-features/fee-breakdowns"
103+
]
104+
}
85105
]
86106
},
87107
{

0 commit comments

Comments
 (0)