Little doc improvemnts + Blog (#1481)
This commit is contained in:
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user