Skip to content

Commit 3eef3f4

Browse files
authored
πŸ“š Documentation updates (#31)
* πŸ“š Update to Github Actions * πŸ“š Maintenance year * πŸ“š Doc tweaks
1 parent 91d95b3 commit 3eef3f4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
![Supports armv7 Architecture][armv7-shield]
1111
![Supports i386 Architecture][i386-shield]
1212

13-
[![GitLab CI][gitlabci-shield]][gitlabci]
13+
[![Github Actions][github-actions-shield]][github-actions]
1414
![Project Maintenance][maintenance-shield]
1515
[![GitHub Activity][commits-shield]][commits]
1616

@@ -107,12 +107,12 @@ SOFTWARE.
107107
[docs]: https://github.com/hassio-addons/addon-bookstack/blob/master/bookstack/DOCS.md
108108
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
109109
[forum]: https://community.home-assistant.io/t/community-hass-io-xxxxx/xxxxx
110-
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-bookstack/badges/master/pipeline.svg
111-
[gitlabci]: https://gitlab.com/hassio-addons/addon-bookstack/pipelines
110+
[github-actions-shield]: https://github.com/hassio-addons/addon-bookstack/workflows/CI/badge.svg
111+
[github-actions]: https://github.com/hassio-addons/addon-bookstack/actions
112112
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
113113
[issue]: https://github.com/hassio-addons/addon-bookstack/issues
114114
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-bookstack.svg
115-
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
115+
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
116116
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
117117
[reddit]: https://reddit.com/r/homeassistant
118118
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-bookstack.svg

β€Žbookstack/DOCS.mdβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ that there is no easy upgrade path between the two options.
106106
## Changelog & Releases
107107

108108
This repository keeps a change log using [GitHub's releases][releases]
109-
functionality. The format of the log is based on
110-
[Keep a Changelog][keepchangelog].
109+
functionality.
111110

112111
Releases are based on [Semantic Versioning][semver], and use the format
113112
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
@@ -170,7 +169,6 @@ SOFTWARE.
170169
[forum]: https://community.home-assistant.io/t/community-hass-io-xxxxx/xxxxx
171170
[sinclairpaul]: https://github.com/sinclairpaul
172171
[issue]: https://github.com/hassio-addons/addon-bookstack/issues
173-
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
174172
[reddit]: https://reddit.com/r/homeassistant
175173
[releases]: https://github.com/hassio-addons/addon-bookstack/releases
176174
[semver]: http://semver.org/spec/v2.0.0

0 commit comments

Comments
Β (0)