added index to readme

This commit is contained in:
BroodjeAap 2023-01-08 10:11:16 +00:00
parent a0dfb7a2f7
commit ef082f9028
2 changed files with 49 additions and 2 deletions

View file

@ -2,6 +2,54 @@
[![Build Status](https://drone.broodjeaap.net/api/badges/broodjeaap/go-watch/status.svg)](https://drone.broodjeaap.net/broodjeaap/go-watch)
A change detection server that can notify through various services, written in Go
- [Intro](#intro)
- [Run](#run)
- [Binary](#binary)
- [Docker](#docker)
- [Database](#database)
- [Pruning](#pruning)
- [Proxy](#proxy)
- [Proxy Pools](#proxy-pools)
- [Browserless](#browserless)
- [Authentication](#Authentication)
- [Compose Templates](#compose-templates)
- [Filters](#filters)
- [Cron](#cron)
- [Get URL](#get-url)
- [Get URLs](#get-urls)
- [CSS](#css)
- [XPath](#xpath)
- [JSON](#json)
- [Replace](#replace)
- [Match](#match)
- [Substring](#substring)
- [Contains](#contains)
- [Store](#store)
- [Notify](#notify)
- [Math](#math)
- [Sum](#sum)
- [Minimum](#minimum)
- [Maximum](#maximum)
- [Average](#average)
- [Count](#count)
- [Round](#round)
- [Condition](#condition)
- [Different Than Last](#different-than-last)
- [Lower Than Last](#lower-than-last)
- [Lowest](#lowest)
- [Lower Than](#lower-than)
- [Higher Than Last](#higher-than-last)
- [Highest](#highest)
- [Higher Than](#higher-than)
- [Lua](#lua)
- [Notifiers](#notifiers)
- [Shoutrrr](#shoutrrr)
- [Apprise](#apprise)
- [Build/Development](#builddevelopment)
- [Typescript compilation](#type-script-compilation)
- [Dependencies](#dependencies)
# Intro
GoWatch works through filters, a filter performs operations on the input it recieves.

View file

@ -1,4 +1,3 @@
# Todo
- comments
- add kube yaml example?
- add index to readme
- add kube yaml example?