Merge pull request #20738 from akz08/add-docker-useroptions-bypass

Add a way to bypass user modification for TechDocs CLI docs generation in Docker
This commit is contained in:
Patrik Oldsberg
2023-11-20 17:41:14 +01:00
committed by GitHub
11 changed files with 23 additions and 1 deletions
+1
View File
@@ -147,6 +147,7 @@ Options:
Defaults to false, which means that the techdocs-core plugin is always added to the mkdocs file.
--legacyCopyReadmeMdToIndexMd Attempt to ensure an index.md exists falling back to using <docs-dir>/README.md or README.md
in case a default <docs-dir>/index.md is not provided. (default: false)
--runAsDefaultUser Bypass setting the container user as the same user and group id as host for Linux and MacOS (default: false)
-v --verbose Enable verbose output. (default: false)
-h, --help display help for command
```