Skip to content

chrismarino/docs.rocketpool.net

 
 

Repository files navigation

Documentation Hub

Rocket Pool Documentation Hub - Features Whitepaper, FAQs, Technical Docs, Guides and more. Is written in Vuepress + has emojis and will be built out over the coming months.

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

Local Testing

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

  • Clone this repo eg: git clone git@github.com:rocket-pool/docs.rocketpool.net.git ./rpdocs
  • Move into the directory: cd rpdocs
  • Install dependencies using: npm install or yarn install
  • Run the dev server which will create the site and update automatically when you make changes: yarn dev or npm run dev
  • Go to http://localhost:8080/ in your browser to view the site.

Project Structure

Files under /.vuepress 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 /.vuepress/config.js file for them to appear.

About

Rocket Pool Documentation & Guide Hub

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.5%
  • Stylus 22.5%
  • Vue 6.2%
  • Dockerfile 1.8%