2022-06-15 07:51:47 +00:00
---
title: "authelia-gen docs"
description: "Reference for the authelia-gen docs command."
lead: ""
2022-06-27 08:27:57 +00:00
date: 2022-06-15T17:51:47+10:00
2022-06-15 07:51:47 +00:00
draft: false
images: []
menu:
reference:
parent: "cli-authelia-gen"
2022-11-19 05:47:09 +00:00
weight: 915
2022-06-15 07:51:47 +00:00
toc: true
---
## authelia-gen docs
Generate docs
```
authelia-gen docs [flags]
```
### Options
```
2022-09-16 04:21:05 +00:00
-h, --help help for docs
```
### Options inherited from parent commands
```
-C, --cwd string Sets the CWD for git commands
2022-10-22 11:19:32 +00:00
--dir.docs string The directory with the docs (default "docs")
--dir.docs.cli-reference string The directory to store the markdown in (default "en/reference/cli")
--dir.docs.content string The directory with the docs content (default "content")
--dir.docs.data string The directory with the docs data (default "data")
2022-09-16 04:21:05 +00:00
--dir.locales string The locales directory in relation to the root (default "internal/server/locales")
-d, --dir.root string The repository root (default "./")
2023-01-26 08:04:46 +00:00
--dir.web string The repository web directory in relation to the root directory (default "web")
2022-09-16 04:21:05 +00:00
-X, --exclude strings Sets the names of excluded generators
--file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml")
2023-01-26 08:04:46 +00:00
--file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js")
2022-09-16 04:21:05 +00:00
--file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go")
2022-10-02 03:32:16 +00:00
--file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md")
2022-10-22 11:19:32 +00:00
--file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json")
--file.docs.data.languages string The languages docs data file in relation to the docs data folder (default "languages.json")
--file.docs.data.misc string The misc docs data file in relation to the docs data folder (default "misc.json")
2022-09-16 04:21:05 +00:00
--file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml")
--file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go")
2022-10-22 11:19:32 +00:00
--file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go")
2023-01-26 08:04:46 +00:00
--file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts")
--file.web.package string The node package configuration file in relation to the web directory (default "package.json")
2022-09-16 04:21:05 +00:00
--package.configuration.keys string Sets the package name of the keys file (default "schema")
--package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd")
--versions int the maximum number of minor versions to list in output templates (default 5)
2022-06-15 07:51:47 +00:00
```
### SEE ALSO
* [authelia-gen ](authelia-gen.md ) - Authelia's generator tooling
* [authelia-gen docs cli ](authelia-gen_docs_cli.md ) - Generate CLI docs
2022-10-22 11:19:32 +00:00
* [authelia-gen docs data ](authelia-gen_docs_data.md ) - Generate docs data files
2022-06-15 07:51:47 +00:00
* [authelia-gen docs date ](authelia-gen_docs_date.md ) - Generate doc dates