talos/docs/website
Timothy Gerla 5348332d26 docs: adjust docs layouts and add tables of contents
- add an auto-generated table of contents with markdown-toc
- docs pages now fill the whole page width; other pages are are 4/5ths wide as before
- clean up and reorganize some styles
- version dropdown moved to the left
- cleaned up the github edit link
- a couple of responsive cleanups
- add page title to HTML title attribute

Signed-off-by: Timothy Gerla <tim@gerla.net>
2020-05-11 10:26:31 -07:00
..
assets docs: adjust docs layouts and add tables of contents 2020-05-11 10:26:31 -07:00
components docs: adjust docs layouts and add tables of contents 2020-05-11 10:26:31 -07:00
content docs: backport intro text to 0.3 and 0.4 docs 2020-05-05 10:02:05 -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: adjust docs layouts and add tables of contents 2020-05-11 10:26:31 -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 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 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: adjust docs layouts and add tables of contents 2020-05-11 10:26:31 -07:00
jsconfig.json docs: add documentation website 2019-10-18 21:28:40 -07:00
nuxt.config.js docs: fix netlify deep linking for 0.5 docs by generating fallback routes 2020-05-05 07:35:07 -07:00
package-lock.json docs: adjust docs layouts and add tables of contents 2020-05-11 10:26:31 -07:00
package.json docs: adjust docs layouts and add tables of contents 2020-05-11 10:26:31 -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.