Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!220
Use official crdoc container image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Use official crdoc container image
use-crd-docs-image
into
master
Overview
1
Commits
4
Pipelines
4
Changes
2
Merged
Use official crdoc container image
Sören Henning
requested to merge
use-crd-docs-image
into
master
Jan 9, 2022
Overview
1
Commits
4
Pipelines
4
Changes
2
Depends on
!164 (merged)
, fixes
#307 (closed)
.
Edited
Jan 31, 2022
by
Sören Henning
0
0
Merge request reports
Compare
master
version 4
93eb0d2f
Jan 11, 2022
version 3
2d7029b3
Jan 11, 2022
version 2
2d7029b3
Jan 9, 2022
version 1
2d7029b3
Jan 9, 2022
master (base)
and
latest version
latest version
c1eadd20
4 commits,
Jan 31, 2022
version 4
93eb0d2f
2 commits,
Jan 11, 2022
version 3
2d7029b3
2 commits,
Jan 11, 2022
version 2
2d7029b3
2 commits,
Jan 9, 2022
version 1
2d7029b3
87 commits,
Jan 9, 2022
2 files
+
21
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
docs/README.md
+
1
−
1
View file @ c1eadd20
Edit in single-file editor
Open in Web IDE
Show full file
@@ -39,5 +39,5 @@ crdoc --resources ../theodolite/crd/ --template api-reference/crds.tmpl --outpu
With the following command, crdoc is executed in Docker:
```
sh
docker run
--rm
-v
"
`
pwd
`
/../theodolite/crd/"
:/crd
-u
$UID
-v
"
`
pwd
`
/api-reference"
:/api-reference ghcr.io/fybrik/crdoc:0.6.
0
--resources
/crd/
--template
/api-reference/crds.tmpl
--output
/api-reference/crds.md
docker run
--rm
-v
"
`
pwd
`
/../theodolite/crd/"
:/crd
-v
"
`
pwd
`
/api-reference"
:/api-reference ghcr.io/fybrik/crdoc:0.6.
1
--resources
/crd/
--template
/api-reference/crds.tmpl
--output
/api-reference/crds.md
```
Loading