diff --git a/docs/.htmltest.yml b/docs/.htmltest.yml index 0d6dfadc76..3764f4c826 100644 --- a/docs/.htmltest.yml +++ b/docs/.htmltest.yml @@ -4,6 +4,7 @@ IgnoreDirectoryMissingTrailingSlash: true IgnoreDirs: - favicons - docs/crd-ref/lifecycle/ + - community/ IgnoreURLs: - "linkedin.com" - "localhost" diff --git a/docs/config/_default/config.yaml b/docs/config/_default/config.yaml index 598b9c4238..d3669f9531 100644 --- a/docs/config/_default/config.yaml +++ b/docs/config/_default/config.yaml @@ -18,6 +18,15 @@ module: target: assets - source: archetypes target: archetypes + - path: github.com/keptn/community + ignoreConfig: false + mounts: + - source: ./ + target: ./content/en/community + excludeFiles: + - "mentorship" + - source: "README.md" + target: "./content/community/_index.md" proxy: direct languages: en: diff --git a/docs/content/en/_index.md b/docs/content/en/_index.md index 229f32f66f..5394b1e07b 100644 --- a/docs/content/en/_index.md +++ b/docs/content/en/_index.md @@ -10,6 +10,19 @@ cascade: path: "/docs-*/**" sitemap: priority: 0.1 + + - _target: + path: "/community/**" + type: docs + - _target: + path: "/community/readme.md" + draft: true + - _target: + path: "/community/_index.md" + title: Community + menu: + main: + weight: 20 --- @@ -29,7 +42,7 @@ cascade: {{% blocks/lead color="white" %}} [![Keptn Lifecycle Toolkit in a Nutshell](https://img.youtube.com/vi/K-cvnZ8EtGc/0.jpg)](https://www.youtube.com/watch?v=K-cvnZ8EtGc) {{% /blocks/lead %}} - +git add {{< blocks/section color="dark" >}} {{% blocks/feature icon="fa-lightbulb" title="Keptn Recordings" %}} See Keptn [in Action](https://youtube.com/playlist?list=PL6i801Rjt9DbikPPILz38U1TLMrEjppzZ) diff --git a/docs/go.mod b/docs/go.mod index cc6846f5af..ca8bf79cd6 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -4,5 +4,6 @@ go 1.19 require ( github.com/google/docsy/dependencies v0.6.0 // indirect + github.com/keptn/community v0.0.0-20230412061900-85b0a5576ec5 // indirect github.com/keptn/docs-tooling v0.1.1 // indirect ) diff --git a/docs/go.sum b/docs/go.sum index 45f9543ee2..a95c1d4810 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -1,6 +1,8 @@ github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= github.com/google/docsy/dependencies v0.6.0 h1:BFXDCINbp8ZuUGl/mrHjMfhCg+b1YX+hVLAA5fGW7Pc= github.com/google/docsy/dependencies v0.6.0/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE= +github.com/keptn/community v0.0.0-20230412061900-85b0a5576ec5 h1:7B0khjhyk8QlzvxJ82Rg+Alj38ODw3VghjD04sP3jeU= +github.com/keptn/community v0.0.0-20230412061900-85b0a5576ec5/go.mod h1:0G5nUhSv7ch9BgIFXiY7+U+cV5SbVmneysNGQwQkH8s= github.com/keptn/docs-tooling v0.1.1 h1:IuI0Fgs0JrtffLN05iaRZVkRMbPu6h9bxR4C8q1ApGU= github.com/keptn/docs-tooling v0.1.1/go.mod h1:x0iT5YsJosz6wzjQke/YaLgiXF6PV+N8QzxSAc2MY/4= github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=