Skip to content

Commit f59c289

Browse files
committed
styles and add favicon
1 parent 20f65b7 commit f59c289

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</button>
1111
<div class="collapse navbar-collapse main-menu" id="main-menu">
1212
<ul class="navbar-nav">
13-
<li><a href="{{ site.baseurl }}/"">Home</a></li>
13+
<li><a href="{{ site.baseurl }}/">Home</a></li>
1414
</li>
1515
<li><a href="https://discord.gg/DacEhAy">Contact Us</a></li>
1616
</ul>

docs/_includes/links.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="icon" href="{{ site.baseurl }}/assets/images/Webp.net-resizeimage.png"/>
2-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic|Exo:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Dosis:200,300,regular,500,600,700,800" crossorigin="anonymous">
1+
<link rel="shortcut icon" href="{{ site.baseurl }}/assets/images/favicon.ico" type="image/x-icon">
2+
<link rel="icon" href="{{ site.baseurl }}/assets/images/favicon.ico" type="image/x-icon"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic|Exo:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Dosis:200,300,regular,500,600,700,800" crossorigin="anonymous">
33
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
44
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css"/>

docs/assets/images/favicon.ico

1.12 KB
Binary file not shown.

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ layout: homepage
77
Whether you want to build applications that operate themselves or provision infrastructure from Java code, Kubernetes
88
Operators are the way to go. This SDK will make it easy for Java developers to embrace this new way of automation.
99

10-
#### Features
10+
# Features
1111
* Framework for handling Kubernetes API events
1212
* Registering Custom Resource watches
1313
* Retry action on failure
1414
* Smart event scheduling (only handle latest event for the same resource)
1515

16-
#### Why build your own Operator?
16+
# Why build your own Operator?
1717
* Infrastructure automation using the power and flexibility of Java. See [blog post](https://blog.container-solutions.com/cloud-native-java-infrastructure-automation-with-kubernetes-operators).
1818
* Provisioning of complex applications - avoiding Helm chart hell
1919
* Integration with Cloud services - e.g. Secret stores
2020
* Safer deployment of applications - only expose cluster to users by Custom Resources
2121

22-
#### Roadmap
22+
# Roadmap
2323
* Testing of the framework and all samples while running on a real cluster.
2424
* Generate a project skeleton
2525
* Generate Java classes from CRD definion (and/or the other way around)
2626
* Integrate with Quarkus (including native image build)
2727
* Integrate with OLM (Operator Lifecycle Manager)
2828

29-
#### Contributing
29+
# Contributing
3030

3131
We are a friendly team of Java and Kubernetes enthusiasts and welcome everyone to contribute in any way to the framework!
3232
Get in touch either on GitHub or our [Discord server](https://discord.gg/DacEhAy), we are always happy to chat and help

0 commit comments

Comments
 (0)