Skip to content

Commit

Permalink
[Misc] Operator (website): latest version used
Browse files Browse the repository at this point in the history
- Update to the latest version
- Minor fixes to overall content
  • Loading branch information
Pavan-SAP committed May 31, 2024
1 parent 0e25a6b commit 2481c04
Show file tree
Hide file tree
Showing 7 changed files with 1,602 additions and 217 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.121.2"
hugo-version: "0.126.2"
extended: true
- name: Setup Node
uses: actions/setup-node@v4
Expand Down
10 changes: 5 additions & 5 deletions website/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ description: A Kubernetes operator for managing the lifecycle of multi-tenant SA
{{% blocks/cover title="Welcome to CAP Operator" image_anchor="top" height="full" color="primary" %}}
<div class="mx-auto">
<span class="font-weight-bold">A Kubernetes operator for managing the lifecycle of multi-tenant CAP applications</span><br><br><br>
<a class="btn btn-lg btn-outline-info mr-3 mb-4" href="docs/">
Learn more <i class="fas fa-arrow-alt-circle-right ml-2"></i>
<a class="btn btn-lg btn-primary me-3 mb-4" href="docs/">
Learn more <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-outline-info mr-3 mb-4" href="https://github.com/sap/cap-operator">
Go to the source repository <i class="fab fa-github ml-2 "></i>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/sap/cap-operator">
Go to the source repository <i class="fab fa-github ms-2 "></i>
</a>
<br><br><br><p>
<br><br><br><p class="lead mt-5">
<img src="https://img.shields.io/github/go-mod/go-version/SAP/cap-operator" alt="go.mod Go Version">
<a href="https://goreportcard.com/report/github.com/sap/cap-operator">
<img src="https://goreportcard.com/badge/github.com/sap/cap-operator" alt="Go Report Card">
Expand Down
5 changes: 2 additions & 3 deletions website/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module github.com/sap/cap-operator/website

go 1.22

require github.com/google/docsy v0.8.0 // indirect
go 1.22.3
require github.com/google/docsy v0.10.0 // indirect
8 changes: 4 additions & 4 deletions website/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.8.0 h1:RgHyKRTo8YwScMThrf01Ky2yCGpUS1hpkspwNv6szT4=
github.com/google/docsy v0.8.0/go.mod h1:FqTNN2T7pWEGW8dc+v5hQ5VF29W5uaL00PQ1LdVw5F8=
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg=
github.com/google/docsy v0.10.0/go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
14 changes: 7 additions & 7 deletions website/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,15 @@ params:
# or specify a new value if you want to reference another branch in your GitHub links
github_branch: "main"

# Enable Algolia DocSearch
algolia_docsearch: false

# Enable Lunr.js offline search
offlineSearch: true

# User interface configuration
ui:
# Set to true to disable breadcrumb navigation.
breadcrumb_disable: false
# Set to true to disable the About link in the site footer
footer_about_disable: false
# Set to false to disable the About link in the site footer
footer_about_enable: true
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
navbar_logo: false
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
Expand Down Expand Up @@ -162,6 +159,9 @@ params:

# Add docsy as hugo module
module:
hugoVersion:
extended: true
min: 0.110.0
imports:
- path: "github.com/google/docsy"
- path: "github.com/google/docsy/dependencies"
- path: github.com/google/docsy
disable: false
Loading

0 comments on commit 2481c04

Please sign in to comment.