Skip to content

Commit 34833e3

Browse files
committed
fix mixed yarn/npm/npx use, remove unused link definition
1 parent b5f82be commit 34833e3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Once all the prerequisites have been installed, you can run the following comman
7575
git clone https://github.com/stellar/stellar-docs
7676
cd stellar-docs
7777
yarn install
78-
npx docusaurus start
78+
yarn start
7979
```
8080

8181
This will begin the development server, and open a browser window/tab pointing
@@ -86,8 +86,8 @@ After you've made your changes, use the following commands to ensure the consist
8686
MDX file formatting and style across the repository:
8787

8888
```bash
89-
npm run check:mdx # this will search for problems in the MDX files
90-
npm run format:mdx # this will fix any problems that were found
89+
yarn check:mdx # this will search for problems in the MDX files
90+
yarn format:mdx # this will fix any problems that were found
9191
```
9292

9393
After that you need to build the `routes.txt` file, to do that run the next command
@@ -258,7 +258,6 @@ export const CODE_LANGS = {
258258
[commonmark]: https://commonmark.org/help/
259259
[tutorial]: https://www.markdowntutorial.com/
260260
[guide]: https://www.markdownguide.org/
261-
[alert-example]: https://developers.stellar.org/docs/anchoring-assets/enabling-cross-border-payments/setting-up-test-server
262261
[prism]: https://github.com/FormidableLabs/prism-react-renderer
263262
[open-in-github-codespaces]: https://github.com/codespaces/new?repo=stellar/stellar-docs&editor=web
264263
[open-in-code-anywhere]: https://app.codeanywhere.com/#https://github.com/stellar/stellar-docs

0 commit comments

Comments
 (0)