Little doc improvemnts + Blog (#1481)

This commit is contained in:
Avgustin Marinov
2023-11-20 13:27:11 +02:00
committed by GitHub
parent fc01ad95bb
commit b9ed57e58d
6 changed files with 19 additions and 11 deletions

1
docs/.gitignore vendored
View File

@@ -1,6 +1,7 @@
# rest api doc
content/rest-api/*.json
content/rest-api/*.html
content/rest-api/*.yaml
# npm leftover
node_modules
package.json

View File

@@ -100,11 +100,16 @@ canonifyurls = false
weight = 80
[[menu.main]]
name = "Community"
url = "/community/"
name = "Release notes"
url = "/release-notes/"
weight = 90
[[menu.main]]
name = "Release notes"
url = "/release-notes/"
name = "Blog"
url = "/blog/"
weight = 100
[[menu.main]]
name = "Community"
url = "/community/"
weight = 110

View File

@@ -1,6 +1,7 @@
---
title: Eclipse hawkBit 0.2.0 - First Release
weight: -200
parent: Blog
weight: 200
---
hawkBit is a domain-independent back-end framework for rolling out software updates to constrained edge devices as well

View File

@@ -1,6 +1,7 @@
---
title: Eclipse hawkBit upgrade to Eclipse Public License - v 2.0
weight: -200
parent: Blog
weight: 100
---
hawkBit is a domain-independent back-end framework for rolling out software updates to constrained edge devices as well

View File

@@ -46,11 +46,6 @@
<hr>
<ul>
<li>
<a href="https://gitter.im/eclipse/hawkbit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" title="Chat on Gitter" target="_blank">
<img src="https://badges.gitter.im/eclipse/hawkbit.svg" />
</a>
</li>
<li>
<a href="https://circleci.com/gh/eclipse/hawkbit" title="Circle CI Status" target="_blank">
<img src="https://circleci.com/gh/eclipse/hawkbit.svg?style=shield" />
@@ -66,6 +61,11 @@
<img src="https://maven-badges.herokuapp.com/maven-central/org.eclipse.hawkbit/hawkbit-parent/badge.svg" />
</a>
</li>
<li>
<a href="https://gitter.im/eclipse/hawkbit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" title="Chat on Gitter" target="_blank">
<img src="https://badges.gitter.im/eclipse/hawkbit.svg" />
</a>
</li>
</ul>
{{ end }}
</div>