diff --git a/content/operators.yaml b/content/operators.yaml index 13f096ec53b9..af5807e6bb9a 100644 --- a/content/operators.yaml +++ b/content/operators.yaml @@ -1,6 +1,6 @@ - id: argocd label: ArgoCD Operations - links: + links: - id: argocd-application-manifests label: Create ArgoCD Application Manifest href: /operators/continuous-deployment/docs/create_argocd_application_manifest @@ -34,6 +34,9 @@ - id: quicklab-setup label: Quicklab Setup href: /operators/continuous-deployment/docs/downstream/quicklab + - id: quicklab-pv + label: Create persistent volumes + href: /operators/continuous-deployment/docs/downstream/on-cluster-persistent-storage/README - id: quicklab-odh label: Installing ODH on Quicklab href: /operators/continuous-deployment/docs/downstream/odh-install-quicklab @@ -42,4 +45,4 @@ links: - id: moc-getting-access label: Getting Access - href: /operators/moc-cnv-sandbox/docs/about-the-cluster \ No newline at end of file + href: /operators/moc-cnv-sandbox/docs/about-the-cluster diff --git a/gatsby-config.js b/gatsby-config.js index 7b4a6e4a65c7..3fc98cbaa228 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -81,7 +81,7 @@ let config = { options: { name: `data-science/data-science-workflows`, remote: `https://github.com/aicoe-aiops/data-science-workflows.git`, - patterns: [`**/*.md`, `**/*.png`, `!**/Thoth-bots.md`], + patterns: [`**/*.md`, `**/*.png`], } }, { @@ -121,7 +121,7 @@ let config = { options: { name: `operators/continuous-deployment`, remote: `https://github.com/operate-first/continuous-deployment.git`, - patterns: [`**/*.md`, `**/*.png`, `!**/docs/downstream/on-cluster-persistent-storage/README.md`], + patterns: [`**/*.md`, `**/*.png`], } }, {