talos/docs/website
Spencer Smith 7c1d950686 docs: clarify vmware instructions
This PR clarifies a few nits about the vmware docs. We were referring to
alpha.2 in lots of places. I moved this to a note that just says to set
TALOS_VERSION to `v0.3.0-alpha.10` or similar. Also clarifies the path
to the ova could be any /path/to/downloaded/file.

Should close #1572 when we've gotten some extra info about the hardware
versions.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
2019-12-03 16:40:50 -05:00
..
assets docs: fix roadmap layout 2019-11-10 15:59:51 -08:00
components feat: allow deep-linking to specific docs pages 2019-12-03 07:31:48 -08:00
content docs: clarify vmware instructions 2019-12-03 16:40:50 -05:00
layouts docs: show background only on landing page 2019-10-19 17:27:07 -07:00
middleware docs: add documentation website 2019-10-18 21:28:40 -07:00
pages docs: add a project dropdown 2019-11-11 21:48:34 -08:00
plugins docs: add documentation website 2019-10-18 21:28:40 -07:00
static docs: remove v0.2 docs 2019-10-31 14:59:17 -07:00
store docs: add v0.3 boilerplate 2019-10-18 23:46:12 -07:00
.editorconfig docs: add documentation website 2019-10-18 21:28:40 -07:00
.eslintrc.js docs: add documentation website 2019-10-18 21:28:40 -07:00
.gitignore docs: add landing page 2019-10-19 14:45:47 -07:00
.prettierrc docs: add documentation website 2019-10-18 21:28:40 -07:00
docgen.config.js docs: add troubleshooting guide on common PKI scenarios 2019-10-30 15:54:29 -07:00
docgen.js docs: add troubleshooting guide on common PKI scenarios 2019-10-30 15:54:29 -07:00
jsconfig.json docs: add documentation website 2019-10-18 21:28:40 -07:00
nuxt.config.js feat: add Google Analytics tracking to the project website 2019-11-27 10:56:15 -08:00
package-lock.json feat: add Google Analytics tracking to the project website 2019-11-27 10:56:15 -08:00
package.json feat: add Google Analytics tracking to the project website 2019-11-27 10:56:15 -08:00
README.md chore: fix markdown lint error 2019-10-25 10:26:36 -07:00
tailwind.config.js docs: add public roadmap 2019-11-09 05:04:16 -08:00

docs

A static site for Talos documentation

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run dev

# build for production and launch server
npm run build
npm run start

# generate static project
npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.