Skip to content

Commit

Permalink
Add docs for Changedetection.io widget (#97)
Browse files Browse the repository at this point in the history
* Add changedetectionio widget docs

* Add changedetectionio to config.ts

* Remove uppercase D in ChangeDetection.io

* Update changedetectionio.md

* Update config.ts

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
  • Loading branch information
atinsley and shamoon committed May 15, 2023
1 parent e91365f commit 503836f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export const SIDEBAR: Sidebar = {
{ text: 'Mastodon', link: 'en/services/mastodon' },
]},
{ text: 'Other', links: [
{ text: 'Changedetection.io', link: 'en/services/changedetectionio'},
{ text: 'Fileflows', link: 'en/services/fileflows' },
{ text: 'FreshRSS', link: 'en/services/freshrss' },
{ text: 'Ghostfolio', link: 'en/services/ghostfolio'},
Expand Down
16 changes: 16 additions & 0 deletions src/pages/en/services/changedetectionio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Changedetection.io
description: Changedetection.io Widget Configuration
layout: ../../../layouts/MainLayout.astro
---

Find your API key under `Settings > API`.

```yaml
widget:
type: changedetectionio
url: http://changedetection.host.or.ip:port
key: apikeyapikeyapikeyapikeyapikey
```

*Added in v0.5.1*

1 comment on commit 503836f

@vercel
Copy link

@vercel vercel bot commented on 503836f May 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

homepage-docs – ./

homepage-docs-git-main-benphelps.vercel.app
homepage-docs-benphelps.vercel.app
homepage-docs.vercel.app

Please sign in to comment.