From 32fcdebc4a08867db2d7710c3a304a4825cb35cc Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 30 Dec 2024 20:11:15 +0100 Subject: [PATCH] Add link to Dropshare --- CHANGELOG.md | 17 +++++++++++++++++ src/utils/docUtils.ts | 1 + 2 files changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 278475bd..23c83792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [7.16.0] - 2024-12-30 +### Added +* [#835](https://github.com/shlinkio/shlink.io/issues/835) Add links to integration docs for Dropshare and Shortshare. + +### Changed +* Update to Astro 5.1 + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* *Nothing* + + ## [7.15.0] - 2024-12-27 ### Added * Document changes for Shlink 4.4.0 diff --git a/src/utils/docUtils.ts b/src/utils/docUtils.ts index 5573f094..821a2bd6 100644 --- a/src/utils/docUtils.ts +++ b/src/utils/docUtils.ts @@ -100,6 +100,7 @@ const docsRoutes: Route[] = [ { text: 'Short Menu for Mac', link: '/documentation/integrations/short-menu-mac' }, { text: 'Short Menu for iOS', link: '/documentation/integrations/short-menu-ios' }, { text: 'GNOME Shell extension', link: '/documentation/integrations/gnome-shell-extension' }, + { text: 'Dropshare/Shortshare', link: 'https://support.dropshare.app/hc/en-us/articles/23560649959826-How-to-set-up-Shlink-as-URL-shortener' }, ], }, {