talos/docs/website
Tim Gerla c3a0302f17 docs: various layout and responsiveness fixes
- adjust ul margin to keep the bullets inside the content area
- fix a few docs page responsiveness problems on small screens
- adjust the layout of the logo relative to the docs sidebar
- clean up some vestigial CSS classes

Signed-off-by: Tim Gerla <tim@gerla.net>
2019-11-01 05:58:15 -07:00
..
assets docs: add customization guide 2019-10-31 14:47:17 -07:00
components docs: various layout and responsiveness fixes 2019-11-01 05:58:15 -07:00
content docs: remove v0.2 docs 2019-10-31 14:59:17 -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: various layout and responsiveness fixes 2019-11-01 05:58:15 -07:00
plugins docs: add documentation website 2019-10-18 21:28:40 -07:00
static docs: remove v0.2 docs 2019-10-31 14:59:17 -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 troubleshooting guide on common PKI scenarios 2019-10-30 15:54:29 -07:00
docgen.js docs: add troubleshooting guide on common PKI scenarios 2019-10-30 15:54:29 -07:00
jsconfig.json docs: add documentation website 2019-10-18 21:28:40 -07:00
nuxt.config.js docs: add note on CRNG initialization 2019-10-30 14:12:31 -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 chore: fix markdown lint error 2019-10-25 10:26:36 -07:00
tailwind.config.js docs: fix list-style-position 2019-10-31 14:57:08 -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.