Skip to content

Commit

Permalink
docs: add community files to webpage (#1077)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Schrottner <[email protected]>
  • Loading branch information
aepfli authored Apr 12, 2023
1 parent 72396cd commit ed3836a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ IgnoreDirectoryMissingTrailingSlash: true
IgnoreDirs:
- favicons
- docs/crd-ref/lifecycle/
- community/
IgnoreURLs:
- "linkedin.com"
- "localhost"
Expand Down
9 changes: 9 additions & 0 deletions docs/config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
15 changes: 14 additions & 1 deletion docs/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

<!-- markdownlint-disable MD033 -->
Expand All @@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 2 additions & 0 deletions docs/go.sum
Original file line number Diff line number Diff line change
@@ -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=

0 comments on commit ed3836a

Please sign in to comment.