Skip to content

Commit 9b5022a

Browse files
authored
Initial commit of documentation components (#1)
* add initial stuff * stuff * make it work * stuff * split smaller * ignore idea files * this is a good idea, * minor cleanup * sample button * more * clean up some stuff
1 parent 281433f commit 9b5022a

35 files changed

+8891
-2
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_modules
2+
*.iml
3+
*~
4+
5+
.next
6+
.idea

README.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# documentation
2-
Pyth Documentation
1+
# Pyth Network documentation
2+
3+
This repository contains interactive documentation for the [Pyth Network](pyth.network) blockchain oracle.
4+
5+
## Documentation Format
6+
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+
12+
13+
## Local Development
14+
15+
First, run `npm i` to install the dependencies.
16+
17+
Then, run `npm run dev` to start the development server and visit localhost:3000.
18+
19+
20+
## License
21+
22+
This project is derived from the [Nextra Docs Template](https://github.com/shuding/nextra-docs-template).
23+
See `notices/` for mandatory license disclosures.

0 commit comments

Comments
 (0)