talos/docs/website
Spencer Smith 7bc3fcf77d feat: support metric values for DHCP
This PR adds a "DHCPOptions" field to the config. This field contains a
single subfield currently, "RouteMetric". Setting this well ensure that
any routes provided from the DHCP server are given this metric upon
injection into the routing table.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
2020-10-16 08:29:04 -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: fix latest tag 2020-10-12 15:10:10 -07:00
content feat: support metric values for DHCP 2020-10-16 08:29:04 -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: add link to latest docs 2020-10-12 14:21:38 -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.