File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff 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
149First, run ` npm i ` to install the dependencies.
@@ -27,21 +22,6 @@ docker run -d -p 3000:3000 documentation
2722
2823Then 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
4727This project is derived from the [ Nextra Docs Template] ( https://github.com/shuding/nextra-docs-template ) .
You can’t perform that action at this time.
0 commit comments