talos/docs/website
Spencer Smith 9e6eb90203 docs: add reset doc
This PR adds a simple doc on how to do a talos machine reset. This
command was introduced all the way back on v0.4 so the docs are added
everywhere.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
2020-08-31 11:53:47 -07:00
..
assets docs: add some information about Arges and expand the bare metal section a bit 2020-05-18 08:00:53 -07:00
components docs: add v0.6 docs 2020-06-10 10:39:38 -07:00
content docs: add reset doc 2020-08-31 11:53:47 -07:00
layouts docs: adjust docs layouts and add tables of contents 2020-05-11 10:26:31 -07:00
middleware docs: add documentation website 2019-10-18 21:28:40 -07:00
pages docs: fix a few minor styling issues 2020-05-28 11:12:50 -07:00
plugins docs: add documentation website 2019-10-18 21:28:40 -07:00
static docs: remove repeated component in the Arges architecture image 2020-05-29 08:46:23 -07:00
store fix: clean up docs page scripts in preparation for 0.5 docs 2020-05-02 02:49:19 -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 a sitemap and Netlify redirects 2020-05-13 12:28:01 -07:00
.prettierrc docs: add documentation website 2019-10-18 21:28:40 -07:00
docgen.config.js docs: add a sitemap and Netlify redirects 2020-05-13 12:28:01 -07:00
docgen.js docs: add a sitemap and Netlify redirects 2020-05-13 12:28:01 -07:00
jsconfig.json docs: add documentation website 2019-10-18 21:28:40 -07:00
nuxt.config.js docs: fix broken links in components pages (fixes #2117) 2020-05-18 08:06:23 -07:00
package-lock.json chore: update node.js dependencies 2020-08-18 13:18:27 -07:00
package.json chore: update node dependencies 2020-08-10 16:25:23 -07:00
README.md chore: fix markdown lint error 2019-10-25 10:26:36 -07:00
tailwind.config.js feat: add a basic architectural diagram and a call to action 2020-01-10 07:44:47 -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.