talos/docs/website/docgen.config.js
Andrew Rynhard 6e03adad06 docs: add troubleshooting guide on common PKI scenarios
This adds a "Troubleshooting" section to the documention along with a
guide on generating a certificate. This covers the scenario when a
user's certificate has expired.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-10-30 15:54:29 -07:00

9 lines
350 B
JavaScript

module.exports = {
defaultLanguage: `en`,
availableRoutesFile: `${__dirname}/routes.json`,
contentInputFolder: `${__dirname}/content/`,
menuInputFile: `${__dirname}/content/{version}.{lang}.json`,
menuOutputFile: `${__dirname}/static/{version}.menu.{lang}.json`,
sectionsOutputFile: `${__dirname}/static/{version}.sections.{lang}.json`
}