Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
35 changes: 8 additions & 27 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@
"groups": [
{
"group": "Overview",
"pages": [
"introduction",
"getting-started",
"roadmap"
]
"pages": ["introduction", "getting-started", "roadmap"]
},
{
"group": "Architecture",
Expand All @@ -77,13 +73,7 @@
},
{
"group": "Contracts",
"pages": [
"contracts/evm",
"contracts/stellar",
"contracts/solana",
"contracts/ckb",
"reference/stellar-event-schemas"
]
"pages": ["contracts/evm", "contracts/stellar", "contracts/solana", "contracts/ckb", "reference/stellar-event-schemas"]
}
]
},
Expand All @@ -92,19 +82,11 @@
"groups": [
{
"group": "SDK",
"pages": [
"sdk/overview",
"sdk/agent-client"
]
"pages": ["sdk/overview", "sdk/agent-client"]
},
{
"group": "Chain Primitives",
"pages": [
"sdk/chains/evm",
"sdk/chains/stellar",
"sdk/chains/solana",
"sdk/chains/ckb"
]
"pages": ["sdk/chains/evm", "sdk/chains/stellar", "sdk/chains/solana", "sdk/chains/ckb"]
}
]
},
Expand All @@ -125,6 +107,8 @@
"group": "Operations",
"pages": [
"guides/stellar-mainnet-deployment",
"guides/stellar-payment-links",
"guides/stellar-payment-links",
"guides/stellar-multisig-withdrawal",
"guides/privacy-best-practices",
"guides/spectre-stellar-cookbook",
Expand All @@ -140,10 +124,7 @@
"groups": [
{
"group": "API Reference",
"pages": [
"api-reference/endpoints",
"api-reference/types"
]
"pages": ["api-reference/endpoints", "api-reference/types"]
}
]
}
Expand All @@ -152,4 +133,4 @@
"footerSocials": {
"github": "https://github.com/wraith-protocol"
}
}
}
2 changes: 2 additions & 0 deletions guides/privacy-best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ Identical amounts create a fingerprint. Consider varying the amount.
| Vary payment amounts slightly | Prevents amount-based fingerprinting |
| Use different times of day | Avoids timezone-based profiling |
| Consolidate stealth addresses periodically | Reduces on-chain footprint |
- [Stellar Payment Links](/guides/stellar-payment-links) — avoid linking payment references to identities when generating invoices
- [Stellar Payment Links](/guides/stellar-payment-links) — avoid linking payment references to identities when generating invoices

## See Also

Expand Down
Loading
Loading