Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit f16fd68

Browse files
committed
chore(readme) Update Readme
1 parent c32de3b commit f16fd68

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

README.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,7 @@
11
# Pyth Network Documentation
22

3-
This repository contains interactive documentation for the [Pyth Network](https://www.pyth.network/) blockchain oracle.
3+
⚠️ **This repository has been archived.**
44

5-
## Documentation Format
5+
The documentation code has been moved to [`pyth-crosschain/apps/developer-hub`](https://github.com/pyth-network/pyth-crosschain/tree/main/apps/developer-hub).
66

7-
## Local Development
8-
9-
First, run `npm i` to install the dependencies.
10-
11-
Then, run `npm run dev` to start the development server and visit localhost:3000.
12-
13-
## Deployment
14-
15-
Use the `Dockerfile` in the root of the repository to build a docker image that can be run for production deployments.
16-
You can test out the docker build locally by running:
17-
18-
```
19-
docker build -t documentation -f Dockerfile .
20-
docker run -d -p 3000:3000 documentation
21-
```
22-
23-
Then navigate to localhost:3000 in the browser.
24-
25-
## License
26-
27-
This project is derived from the [Nextra Docs Template](https://github.com/shuding/nextra-docs-template).
28-
See `notices/` for mandatory license disclosures.
7+
Please refer to the new location for the latest documentation and development instructions.

0 commit comments

Comments
 (0)