Skip to content

Commit a08571d

Browse files
committed
fix readme
1 parent 14f10dc commit a08571d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ This repository contains interactive documentation for the [Pyth Network](https:
44

55
## Documentation Format
66

7-
### Interactive components
8-
9-
The interactive components on each page use a shared-key value store to communicate with each other.
10-
This key-value store is
11-
127
## Local Development
138

149
First, run `npm i` to install the dependencies.
@@ -27,21 +22,6 @@ docker run -d -p 3000:3000 documentation
2722

2823
Then navigate to localhost:3000 in the browser.
2924

30-
## Tests
31-
32-
Simply run `npm run test`.
33-
34-
The tests include a compiler check for all code snippets written in .mdx files. These tests will automatically extract
35-
the relevant snippets into separate files under the `.code_tests` folder (ignored by git) and then try to build each one.
36-
The files are named per the file path to the code snippet.
37-
These files remain after the tests complete, which allows you to examine them to help debug the error in case a test fails.
38-
39-
You can also run the code tests for a specific mdx file using:
40-
41-
```
42-
npm run test -- -t get-price.mdx
43-
```
44-
4525
## License
4626

4727
This project is derived from the [Nextra Docs Template](https://github.com/shuding/nextra-docs-template).

0 commit comments

Comments
 (0)