talos/docs/website
Andrew Rynhard 49eaaec9b0 docs: improve asciinema casts
This replaces the existing casts with longer waits so that users can
parse the output.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-10-21 19:01:26 -07:00
..
assets docs: remove header animation 2019-10-21 18:34:47 -07:00
components docs: improve asciinema casts 2019-10-21 19:01:26 -07:00
content docs: add FAQs page 2019-10-19 19:26:30 -07: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: make the footer bigger 2019-10-21 12:22:49 -07:00
plugins docs: add documentation website 2019-10-18 21:28:40 -07:00
static docs: improve asciinema casts 2019-10-21 19:01:26 -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 landing page 2019-10-19 14:45:47 -07:00
docgen.js docs: add landing page 2019-10-19 14:45:47 -07:00
jsconfig.json docs: add documentation website 2019-10-18 21:28:40 -07:00
nuxt.config.js docs: add API examples to the landing page 2019-10-20 21:27:32 -07:00
package-lock.json docs: add landing page 2019-10-19 14:45:47 -07:00
package.json docs: add landing page 2019-10-19 14:45:47 -07:00
README.md docs: add documentation website 2019-10-18 21:28:40 -07:00
tailwind.config.js docs: add documentation website 2019-10-18 21:28:40 -07:00

docs

A static site for Talos documentation

Build Setup

# install dependencies
$ npm run 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.