From ef082f902837927fb84a81e334beb8224a56bb09 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 8 Jan 2023 10:11:16 +0000 Subject: [PATCH] added index to readme --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ todo.md | 3 +-- 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab27b10..541c82e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/todo.md b/todo.md index b7c1130..4b0a372 100644 --- a/todo.md +++ b/todo.md @@ -1,4 +1,3 @@ # Todo - comments -- add kube yaml example? -- add index to readme \ No newline at end of file +- add kube yaml example? \ No newline at end of file