Skip to content

Commit

Permalink
Merge pull request #837 from acelaya-forks/feature/dropshare-docs
Browse files Browse the repository at this point in the history
Add link to Dropshare
  • Loading branch information
acelaya authored Dec 30, 2024
2 parents f018037 + 32fcdeb commit 56dad38
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/utils/docUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
{
Expand Down

0 comments on commit 56dad38

Please sign in to comment.