mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-05 03:11:22 +00:00
Documentation tweaks
This commit is contained in:
parent
7337d6110b
commit
f6b996605d
2 changed files with 6 additions and 8 deletions
10
README.md
10
README.md
|
@ -10,7 +10,7 @@
|
||||||
![Supports amd64 Architecture][amd64-shield]
|
![Supports amd64 Architecture][amd64-shield]
|
||||||
![Supports i386 Architecture][i386-shield]
|
![Supports i386 Architecture][i386-shield]
|
||||||
|
|
||||||
[![GitLab CI][gitlabci-shield]][gitlabci]
|
[![Github Actions][github-actions-shield]][github-actions]
|
||||||
![Project Maintenance][maintenance-shield]
|
![Project Maintenance][maintenance-shield]
|
||||||
[![GitHub Activity][commits-shield]][commits]
|
[![GitHub Activity][commits-shield]][commits]
|
||||||
|
|
||||||
|
@ -111,19 +111,19 @@ SOFTWARE.
|
||||||
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-wireguard.svg
|
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-wireguard.svg
|
||||||
[commits]: https://github.com/hassio-addons/addon-wireguard/commits/master
|
[commits]: https://github.com/hassio-addons/addon-wireguard/commits/main
|
||||||
[contributors]: https://github.com/hassio-addons/addon-wireguard/graphs/contributors
|
[contributors]: https://github.com/hassio-addons/addon-wireguard/graphs/contributors
|
||||||
[discord-ha]: https://discord.gg/c5DvZ4e
|
[discord-ha]: https://discord.gg/c5DvZ4e
|
||||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||||
[discord]: https://discord.me/hassioaddons
|
[discord]: https://discord.me/hassioaddons
|
||||||
[docs]: https://github.com/hassio-addons/addon-wireguard/blob/master/wireguard/DOCS.md
|
[docs]: https://github.com/hassio-addons/addon-wireguard/blob/main/wireguard/DOCS.md
|
||||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-wireguard/134662?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-wireguard/134662?u=frenck
|
||||||
[frenck]: https://github.com/frenck
|
[frenck]: https://github.com/frenck
|
||||||
|
[github-actions-shield]: https://github.com/hassio-addons/addon-wireguard/workflows/CI/badge.svg
|
||||||
|
[github-actions]: https://github.com/hassio-addons/addon-wireguard/actions
|
||||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||||
[github-sponsors]: https://github.com/sponsors/frenck
|
[github-sponsors]: https://github.com/sponsors/frenck
|
||||||
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-wireguard/badges/master/pipeline.svg
|
|
||||||
[gitlabci]: https://gitlab.com/hassio-addons/addon-wireguard/pipelines
|
|
||||||
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[issue]: https://github.com/hassio-addons/addon-wireguard/issues
|
[issue]: https://github.com/hassio-addons/addon-wireguard/issues
|
||||||
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-wireguard.svg
|
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-wireguard.svg
|
||||||
|
|
|
@ -464,8 +464,7 @@ If you have, sharing would be appreciated!
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
functionality. The format of the log is based on
|
functionality.
|
||||||
[Keep a Changelog][keepchangelog].
|
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||||
|
@ -529,7 +528,6 @@ SOFTWARE.
|
||||||
[frenck]: https://github.com/frenck
|
[frenck]: https://github.com/frenck
|
||||||
[ha-rest]: https://www.home-assistant.io/components/rest/
|
[ha-rest]: https://www.home-assistant.io/components/rest/
|
||||||
[issue]: https://github.com/hassio-addons/addon-wireguard/issues
|
[issue]: https://github.com/hassio-addons/addon-wireguard/issues
|
||||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-wireguard/releases
|
[releases]: https://github.com/hassio-addons/addon-wireguard/releases
|
||||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue