talos/docs/website
Niklas Wik eb9ee06dbc feat: add support for disabling time
Adds the capability to diasable NTP when it cannot be provided in the deployed network

Signed-off-by: Niklas Wik <niklas.wik@nokia.com>

add document update.

Signed-off-by: Niklas Wik <niklas.wik@nokia.com>
2020-09-30 06:58:33 -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.7 docs 2020-09-22 07:10:14 -07:00
content feat: add support for disabling time 2020-09-30 06:58:33 -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 fix: address node package update 2020-09-17 16:43:54 -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.