Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
fd53a98
docs: add WalletConnect Pay homepage at /payments
juanisierra Sep 4, 2026
c5971e1
docs: add security information page
juanisierra Sep 4, 2026
a2b9ce9
docs: add Network section overview page
juanisierra Sep 4, 2026
086d8e4
docs: update homepage to link out to Wallets, Apps, Payments, Network
juanisierra Sep 4, 2026
4624d0d
docs: migrate /api-reference to /payments/api-reference
juanisierra Sep 4, 2026
72e38ee
docs: remove /network overview page
juanisierra Sep 4, 2026
ddf8e8a
docs: migrate Wallets/Apps/Network docs from docs.walletconnect.netwo…
juanisierra Sep 4, 2026
5b55ed9
docs: add Wallets/Apps/Network tabs and redirects for the migrated co…
juanisierra Sep 4, 2026
49e340c
docs: fix homepage Wallets/Apps links to their /network/* home
juanisierra Sep 4, 2026
27b5aec
docs: restore global sidebar anchors and Report an Issue page
juanisierra Sep 4, 2026
70a334e
docs: apply file renames from the authoritative migration sheet
juanisierra Sep 4, 2026
cf995b1
docs: promote wallets/ and apps/ out of /network to top-level
juanisierra Sep 4, 2026
867613d
docs: trim Network Participants group to match the sidebar sheet
juanisierra Sep 4, 2026
6ee8571
fix(scripts): stop generate-specs.mjs from wiping out non-API-Referen…
juanisierra Sep 4, 2026
11457d0
docs: reorganize Payments sidebar into persona-first groups
juanisierra Sep 4, 2026
6aafeb0
fix(home): remove empty grey pill from ProductCard when model is unset
juanisierra Sep 4, 2026
3460a0f
docs: move API Reference tab to a global link, Specs into Network sid…
juanisierra Sep 4, 2026
8e69b5c
docs: fold Webhook Reference tab into Payments' webhooks section
juanisierra Sep 4, 2026
e82775c
docs: restore full API Reference tab as "Payments API Reference"
juanisierra Sep 4, 2026
8837e1c
docs: rename "Payments API Reference" tab to "Payments API reference"
juanisierra Sep 4, 2026
a0aac19
docs: rename API Reference tab back to "API Reference"
juanisierra Sep 4, 2026
dbba2fd
docs: remove the API Reference global sidebar anchor
juanisierra Sep 4, 2026
02c2068
docs: add a Home tab containing only the main page
juanisierra Sep 4, 2026
31a8664
docs: remove the Home tab
juanisierra Sep 4, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/update-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add api/ api-reference/ docs.json
git add api/ payments/api-reference/ docs.json
git commit -m "chore: update OpenAPI specs"
git push
Loading