Skip to content

Commit

Permalink
[Misc] website: update to latest version
Browse files Browse the repository at this point in the history
update content and dependencies
  • Loading branch information
Pavan-SAP committed Feb 6, 2025
1 parent e00519d commit e7842ea
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 99 deletions.
57 changes: 32 additions & 25 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,35 @@ description: Includes the Helm chart and the CAP Operator Manager component for
---

{{% blocks/cover title="Welcome to CAP Operator Lifecycle" image_anchor="top" height="full" color="primary" %}}
<div class="mx-auto">
<span class="font-weight-bold">Includes the Helm chart and the CAP Operator Manager component for installing CAP Operator</span><br><br><br>
<a class="btn btn-lg btn-primary me-3 mb-4 rounded-pill" href="docs/">
Learn more <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4 rounded-pill" href="https://github.com/sap/cap-operator-lifecycle">
Go to the source repository <i class="fab fa-github ms-2 "></i>
</a>
<br><br><br><p>
<img src="https://img.shields.io/github/go-mod/go-version/SAP/cap-operator-lifecycle" alt="go.mod Go Version">
<a href="https://goreportcard.com/report/github.com/sap/cap-operator-lifecycle">
<img src="https://goreportcard.com/badge/github.com/sap/cap-operator-lifecycle" alt="Go Report Card">
</a>
<a href="https://sonarcloud.io/summary/overall?id=SAP_cap-operator-lifecycle">
<img src="https://sonarcloud.io/api/project_badges/measure?project=SAP_cap-operator-lifecycle&metric=coverage" alt="Sonar Coverage">
</a>
<a href="https://github.com/sap/cap-operator-lifecycle/actions/workflows/github-code-scanning/codeql">
<img src="https://github.com/sap/cap-operator-lifecycle/actions/workflows/github-code-scanning/codeql/badge.svg" alt="CodeQL">
</a>
<a href="https://api.reuse.software/info/github.com/SAP/cap-operator-lifecycle">
<img src="https://api.reuse.software/badge/github.com/SAP/cap-operator-lifecycle" alt="Reuse status">
</a>
</p>
</div>
{{% /blocks/cover %}}
{{% blocks/lead %}}
Includes the Helm chart and the CAP Operator Manager component for installing CAP Operator
{{% /blocks/lead %}}
{{% blocks/section height="min" color="inherit" %}}
<a class="btn btn-lg btn-primary me-3 mb-4 rounded-pill" href="docs/">
Learn more <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4 rounded-pill" href="https://github.com/sap/cap-operator-lifecycle">
Go to the source repository <i class="fab fa-github ms-2 "></i>
</a>
{{% /blocks/section %}}
{{% blocks/section color="inherit" %}}
<a>
<img src="https://img.shields.io/github/go-mod/go-version/SAP/cap-operator-lifecyle" alt="go.mod Go Version">
</a>
<a style="text-decoration:auto" href="https://pkg.go.dev/github.com/sap/cap-operator">
<img src="https://pkg.go.dev/badge/github.com/sap/cap-operator.svg" alt="Go Reference">
</a>
<a style="text-decoration:auto" href="https://goreportcard.com/report/github.com/sap/cap-operator-lifecycle">
<img src="https://goreportcard.com/badge/github.com/sap/cap-operator-lifecycle" alt="Go Report Card">
</a>
<a style="text-decoration:auto" href="https://sonarcloud.io/summary/overall?id=SAP_cap-operator-lifecycle">
<img src="https://sonarcloud.io/api/project_badges/measure?project=SAP_cap-operator-lifecycle&metric=coverage" alt="Sonar Coverage">
</a>
<a style="text-decoration:auto" href="https://github.com/SAP/cap-operator-lifecycle/actions/workflows/github-code-scanning/codeql">
<img src="https://github.com/SAP/cap-operator-lifecycle/actions/workflows/github-code-scanning/codeql/badge.svg" alt="CodeQL">
</a>
<a style="text-decoration:auto" href="https://api.reuse.software/info/github.com/SAP/cap-operator-lifecycle">
<img src="https://api.reuse.software/badge/github.com/SAP/cap-operator-lifecycle" alt="Reuse status">
</a>
{{% /blocks/section %}}
{{% /blocks/cover %}}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/sap/cap-operator/website

go 1.23.4
go 1.23.6

require github.com/google/docsy v0.11.0 // indirect
117 changes: 45 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"autoprefixer": "^10.4.20",
"hugo-extended": "^0.140.0",
"hugo-extended": "^0.143.1",
"postcss-cli": "^11.0.0"
}
}

0 comments on commit e7842ea

Please sign in to comment.