|
82 | 82 | "group": "Architecture", |
83 | 83 | "pages": [ |
84 | 84 | "architecture/overview", |
| 85 | + "architecture/announcement-format", |
85 | 86 | "architecture/chain-connectors", |
86 | 87 | "architecture/tee", |
87 | 88 | "architecture/stellar-cryptography", |
|
90 | 91 | }, |
91 | 92 | { |
92 | 93 | "group": "Contracts", |
93 | | - "pages": ["contracts/evm", "contracts/stellar", "contracts/solana", "contracts/ckb", "reference/stellar-event-schemas"] |
| 94 | + "pages": ["contracts/evm", "contracts/stellar", "contracts/solana", "contracts/ckb"] |
94 | 95 | }, |
95 | 96 | { |
96 | 97 | "group": "Reference", |
97 | | - "pages": ["reference/security-disclosure", "reference/threat-model", "reference/audits"] |
| 98 | + "pages": [ |
| 99 | + "reference/audits", |
| 100 | + "reference/auditor-guide", |
| 101 | + "reference/security-disclosure", |
| 102 | + "reference/sep-compatibility", |
| 103 | + "reference/stellar-networks", |
| 104 | + "reference/threat-model" |
| 105 | + ] |
98 | 106 | } |
99 | 107 | ] |
100 | 108 | }, |
|
119 | 127 | "pages": [ |
120 | 128 | "guides/quickstarts/python" |
121 | 129 | ] |
| 130 | + "pages": ["guides/quickstarts/rust"] |
122 | 131 | }, |
123 | 132 | { |
124 | 133 | "group": "Guides", |
125 | 134 | "pages": [ |
126 | 135 | "guides/stealth-payments", |
| 136 | + "guides/stellar-quickstart", |
| 137 | + "guides/stellar-quickstart.es", |
127 | 138 | "guides/single-chain-agent", |
128 | 139 | "guides/multichain-agent", |
129 | 140 | "guides/bring-your-own-model", |
130 | 141 | "guides/privacy-best-practices", |
131 | 142 | "guides/stellar-fees", |
132 | 143 | "guides/stellar-troubleshooting", |
133 | | - "guides/spectre-stellar-cookbook" |
| 144 | + "guides/spectre-stellar-cookbook", |
| 145 | + "guides/stellar-wallet-integration" |
134 | 146 | ] |
135 | 147 | }, |
136 | 148 | { |
137 | 149 | "group": "Integrations", |
138 | 150 | "pages": [ |
139 | | - "guides/integrations/aquarius" |
| 151 | + "guides/integrations/aquarius", |
| 152 | + "guides/integrations/blend", |
| 153 | + "guides/integrations/nuxt", |
| 154 | + "guides/integrations/react-native", |
| 155 | + "guides/integrations/reflector", |
| 156 | + "guides/integrations/soroswap" |
140 | 157 | ] |
141 | 158 | }, |
142 | 159 | { |
|
145 | 162 | "guides/stellar-mainnet-deployment", |
146 | 163 | "guides/stellar-payment-links", |
147 | 164 | "guides/stellar-multisig-withdrawal", |
| 165 | + "guides/stellar/multisig-authority-rotation", |
148 | 166 | "guides/stellar-offline-signing", |
149 | 167 | "guides/stellar-tx-simulation", |
150 | 168 | "guides/stellar-explorer-recipes", |
|
153 | 171 | "guides/stellar/stellar-liquidity-pool-swap", |
154 | 172 | "guides/stellar/stellar-path-payment", |
155 | 173 | "guides/stellar/sponsored-batch-send", |
| 174 | + "guides/stellar/passkey-signing", |
| 175 | + "guides/stellar/stellar-quickstart", |
| 176 | + "guides/stellar/wraith-names-lifecycle", |
156 | 177 | "guides/wraith-names-stellar", |
157 | 178 | "guides/ops/self-hosted-deployment" |
158 | 179 | ] |
159 | | - }, |
160 | | - { |
161 | | - "group": "Integrations", |
162 | | - "pages": ["guides/integrations/nuxt"] |
163 | 180 | } |
164 | 181 | ] |
165 | 182 | }, |
|
171 | 188 | "pages": [ |
172 | 189 | "api-reference/endpoints", |
173 | 190 | "api-reference/fetch-announcements-stream", |
| 191 | + "api-reference/stealth-keys", |
174 | 192 | "api-reference/types" |
175 | 193 | ] |
176 | 194 | } |
|
0 commit comments