rocket-pool / docs.rocketpool.net

Rocket Pool Documentation & Guide Hub
https://docs.rocketpool.net
MIT License
18 stars 75 forks source link

Rocket Pool - Decentralised Ethereum Staking Protocol

docs.rocketpool.net

Rocket Pool Documentation Hub - Features Guides, FAQs, API Reference and more. It is written in Vitepress.

We welcome all contributions! Please refer to our contribution guidelines.

Prerequisites

Bun can be installed via:

curl -fsSL https://bun.sh/install | bash

Just (rust based task runner) can be installed via:

brew/apt-get install just

See the Justfile for available commands.

Local Testing

If you want to test this locally, follow the next few steps:

Project Structure

Files under docs/.vitepress include components, style and configs.

To add new pages and have them appear in the side menu, add the links to the sidebar property in the docs/.vitepress/config.ts file for them to appear.