Skip to content

Commit

Permalink
Merge pull request #92 from coollabsio/next
Browse files Browse the repository at this point in the history
use relative links fr now
  • Loading branch information
peaklabs-dev authored Dec 3, 2024
2 parents bd4b101 + 727f418 commit 4cfd8e0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 30 deletions.
12 changes: 2 additions & 10 deletions src/content/docs/services/overseerr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,15 @@ import { Badge } from "@astrojs/starlight/components";

<Badge text="One-click setup." variant="note" size="large" />

<img
src="../../../assets/images/services/overseerr.svg"
width="300"
alt="Overseerr"
/>
![Overseerr](../../../assets/images/services/overseerr.svg)

## What is Overseerr?

Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.

## Screenshots

<img
src="../../../assets/images/screenshots/overseerr_screenshot.webp"
width="300"
alt="Overseerr Dashboard"
/>
![Overseerr Dashboard](../../../assets/images/screenshots/overseerr_screenshot.webp)

## Links

Expand Down
12 changes: 2 additions & 10 deletions src/content/docs/services/plex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ import { Badge } from '@astrojs/starlight/components';

<Badge text="One-click setup." variant="note" size="large" />

<img
src="../../../assets/images/services/plex.svg"
width="300"
alt="Plex"
/>
![Plex](../../../assets/images/services/plex.svg)

## What is Plex?

Expand All @@ -35,11 +31,7 @@ Available on almost any device, Plex is the first-and-only streaming platform to

## Screenshots

<img
src="../../../assets/images/screenshots/plex_screenshot.png"
width="300"
alt="Plex"
/>
![Plex](../../../assets/images/screenshots/plex_screenshot.png)

## Links

Expand Down
8 changes: 2 additions & 6 deletions src/content/docs/services/prowlarr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,15 @@ import { Badge } from "@astrojs/starlight/components";

<Badge text="One-click setup." variant="note" size="large" />

<img
src="../../../assets/images/services/prowlarr.svg"
width="300"
alt="Prowlarr"
/>
![Prowlarr](../../../assets/images/services/prowlarr.svg)

## What is Prowlarr?

Prowlarr is an indexer manager/proxy built on the popular \*arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).

## Screenshots

<img src="../../../assets/images/screenshots/prowlarr_screenshot.png" width="300" alt="Prowlarr Movies" />
![Prowlarr Movies](../../../assets/images/screenshots/prowlarr_screenshot.png)

## Links

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/services/radarr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ import { Badge } from "@astrojs/starlight/components";

<Badge text="One-click setup." variant="note" size="large" />

<img src="../../../assets/images/services/radarr.svg" width="300" alt="Radarr" />
![Radarr](../../../assets/images/services/radarr.svg)

## What is Radarr?

See all your upcoming movies in one convenient location. Manual Search Find all the releases, choose the one you want and send it right to your download client.

## Screenshots

<img src="../../../assets/images/screenshots/radarr_screenshot.png" width="300" alt="Radarr Movies" />
![Radarr Movies](../../../assets/images/screenshots/radarr_screenshot.png)

## Links

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/services/sonarr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ import { Badge } from "@astrojs/starlight/components";
<Badge text="One-click setup." variant="note" size="large" />


<img src="../../../assets/images/services/sonarr.svg" width="300" alt="Sonarr" />
![Sonarr](../../../assets/images/services/sonarr.svg)

## What is Sonarr?

Sonarr is an internet PVR for Usenet and Torrents. Features Calendar See all your upcoming episodes in one convenient location.

## Screenshots

<img src="../../..//assets/images/screenshots/sonarr_screenshot.jpeg" width="300" alt="Sonarr Series" />
![Sonarr Series](../../../assets/images/screenshots/sonarr_screenshot.jpeg)

## Links

Expand Down

0 comments on commit 4cfd8e0

Please sign in to comment.