# IPFS Docs IA nav test
Hello friends. This is a barebones VuePress install that exists to help us see how the proposed navigation structure for the new IPFS docs beta would look/act in the real world, but work now is happening in https://github.com/ipfs/ipfs-docs-v2.
Please consider this repo essentially deprecated; we're keeping it around for a bit in case we need a playground. Move along, nothing to see here! 😄
# How to play with this
Install by
yarn global add vuepress
or npm install -g vuepress
then run by
npm run docs:dev
To generate a static site,
npm run docs:build
This creates a static site in /docs/.vuepress/dist
.
# How to deploy to Netlify
Make a build:
npm run docs:build
Then push the contents of the dist directory to the master
branch. Netlify should automatically deploy.
# VuePress' docs (so meta)
https://vuepress.vuejs.org/guide