Update docs website
- add notification-controller/api commands to index - move diagrams to docs website - update CRDs docs Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
8
.github/workflows/docs.yaml
vendored
8
.github/workflows/docs.yaml
vendored
@@ -15,10 +15,10 @@ jobs:
|
||||
- name: Copy assets
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SOURCE_VER: ${{ 'v0.1.0' }}
|
||||
KUSTOMIZE_VER: ${{ 'v0.1.0' }}
|
||||
HELM_VER: ${{ 'v0.1.1' }}
|
||||
NOTIFICATION_VER: ${{ 'v0.1.0' }}
|
||||
SOURCE_VER: ${{ 'v0.1.1' }}
|
||||
KUSTOMIZE_VER: ${{ 'v0.1.1' }}
|
||||
HELM_VER: ${{ 'v0.1.2' }}
|
||||
NOTIFICATION_VER: ${{ 'v0.1.1' }}
|
||||
run: |
|
||||
controller_version() {
|
||||
sed -n "s/\(.*$1\/.*?ref=\)//p;n" "manifests/bases/$1/kustomization.yaml"
|
||||
|
||||
Reference in New Issue
Block a user