Skip to content

Commit 0c8032b

Browse files
authored
SDP-1682: [Docs] update payments and auth API (#1600)
1 parent b119f71 commit 0c8032b

18 files changed

Lines changed: 2205 additions & 8 deletions

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ npm run check:mdx # this will search for problems in the MDX files
8989
npm run format:mdx # this will fix any problems that were found
9090
```
9191

92+
After that you need to build the `routes.txt` file, to do that run the next command
93+
94+
```bash
95+
yarn build
96+
```
97+
9298
## Repository Structure
9399

94100
- `/docs/` Contains all the documentation content. If you're contributing to the

docs/networks/software-versions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Release candidates are software releases that are also released to the [Testnet]
3131
| Stellar JS Stellar SDK | `v14.0.0-rc.3` | `NPM: 14.0.0-rc.3` |
3232
| Freighter | `n/a` | `n/a` |
3333
| Laboratory | `n/a` | `n/a` |
34-
| Futurenet Network Passphrase | `n/a` | `Test SDF Future Network ; October 2022` |
34+
| Futurenet Network Passphrase | `n/a` | `Test SDF Future Network ; October 2022` |
3535
| Testnet Network Passphrase | `n/a` | `Test SDF Network ; September 2015` |
3636
| Mainnet Network Passphrase | `n/a` | `Public Global Stellar Network ; September 2015` |
3737

0 commit comments

Comments
 (0)