Skip to content

Commit

Permalink
chore: improve footer
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
  • Loading branch information
aepfli committed Mar 20, 2023
1 parent 90cf1d8 commit 1e4f9c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion docs/config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ versions:


mermaid:
enable: true
enable: true

links:
developer:
- desc: Development takes place here!
icon: fab fa-github
name: Keptn Lifecycle Toolkit GitHub Repository
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.19

require (
github.com/google/docsy/dependencies v0.6.0 // indirect
github.com/keptn/docs-tooling v0.0.2-beta1 // indirect
github.com/keptn/docs-tooling v0.0.2-beta2 // indirect
)
4 changes: 2 additions & 2 deletions docs/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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/docs-tooling v0.0.2-beta1 h1:yvHmMqJ5JsdOYR4zCC+gnkslmWc1wrbvyJXNVCkuSYg=
github.com/keptn/docs-tooling v0.0.2-beta1/go.mod h1:6nzm4ykIXyoxsJo3gFsaNWbpycj4pG03lOwE3x927eo=
github.com/keptn/docs-tooling v0.0.2-beta2 h1:Sa4tSH6IzdIE4pDFp5AqGCgMw+GLM8pEXEiNZQIadAc=
github.com/keptn/docs-tooling v0.0.2-beta2/go.mod h1:x0iT5YsJosz6wzjQke/YaLgiXF6PV+N8QzxSAc2MY/4=
github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 comments on commit 1e4f9c6

Please sign in to comment.