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
|
# rest api doc
|
||||||
content/rest-api/*.json
|
content/rest-api/*.json
|
||||||
content/rest-api/*.html
|
content/rest-api/*.html
|
||||||
|
content/rest-api/*.yaml
|
||||||
# npm leftover
|
# npm leftover
|
||||||
node_modules
|
node_modules
|
||||||
package.json
|
package.json
|
||||||
|
|||||||
@@ -100,11 +100,16 @@ canonifyurls = false
|
|||||||
weight = 80
|
weight = 80
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Community"
|
name = "Release notes"
|
||||||
url = "/community/"
|
url = "/release-notes/"
|
||||||
weight = 90
|
weight = 90
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Release notes"
|
name = "Blog"
|
||||||
url = "/release-notes/"
|
url = "/blog/"
|
||||||
weight = 100
|
weight = 100
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Community"
|
||||||
|
url = "/community/"
|
||||||
|
weight = 110
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Eclipse hawkBit 0.2.0 - First Release
|
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
|
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
|
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
|
hawkBit is a domain-independent back-end framework for rolling out software updates to constrained edge devices as well
|
||||||
@@ -46,11 +46,6 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<ul>
|
<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>
|
<li>
|
||||||
<a href="https://circleci.com/gh/eclipse/hawkbit" title="Circle CI Status" target="_blank">
|
<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" />
|
<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" />
|
<img src="https://maven-badges.herokuapp.com/maven-central/org.eclipse.hawkbit/hawkbit-parent/badge.svg" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user