Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 3 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,7 @@
# Pyth Network Documentation

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

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

## Local Development

First, run `npm i` to install the dependencies.

Then, run `npm run dev` to start the development server and visit localhost:3000.

## Deployment

Use the `Dockerfile` in the root of the repository to build a docker image that can be run for production deployments.
You can test out the docker build locally by running:

```
docker build -t documentation -f Dockerfile .
docker run -d -p 3000:3000 documentation
```

Then navigate to localhost:3000 in the browser.

## License

This project is derived from the [Nextra Docs Template](https://github.com/shuding/nextra-docs-template).
See `notices/` for mandatory license disclosures.
Please refer to the new location for the latest documentation and development instructions.
Loading