Timothy Gerla 8fca374ca6 docs: add a sitemap and Netlify redirects
- add nuxtjs/sitemap for an automatic sitemap generator
- add auto-generated explicit redirects for docs pages: right now, if you
navigate to a deep docs page (/docs/v0.5/en/guides/cloud/aws, for instance),
you will get an HTTP 404 from Netlify because the page doesn't exist
on disk, but the resulting single-page-app javascript will show you the content.
These redirects are an attempt to solve the 404 problem which probably affects
search engines.

Signed-off-by: Timothy Gerla <tim@gerla.net>
2020-05-13 12:28:01 -07:00
..
2019-10-18 21:28:40 -07:00
2019-10-31 14:59:17 -07:00
2019-10-18 21:28:40 -07:00
2019-10-18 21:28:40 -07:00
2019-10-18 21:28:40 -07:00
2019-10-18 21:28:40 -07:00
2019-10-25 10:26:36 -07: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.