An open API service indexing awesome lists of open source software.

https://github.com/n9v9/haproxy-docs-keyword-search

Search for keywords in the HAProxy Configuration Manual more easily
https://github.com/n9v9/haproxy-docs-keyword-search

haproxy haproxy-configuration tampermonkey

Last synced: 3 months ago
JSON representation

Search for keywords in the HAProxy Configuration Manual more easily

Awesome Lists containing this project

README

          

# HAProxy Documentation Keyword Search

This repository contains a small Tampermonkey script that adds a keyword search to the HAProxy Configuration Manual website.

It adds a third column titled "Keyword Search" to the site (as pictured below) that contains an input field where you can enter a regular expression to filter the keywords displayed in the table. Filtering only happens on the "Keyword" column, the "Section" column is only there to give you more context because the same keyword (for example `server`) exists multiple times.

Each keyword when clicked takes you to the related documentation.

## Modified Website

The following image shows the modified website. The elements outlined in red are added by the script.

![Modified Website](ui.png)

## License

The code in this repository is licensed under the MIT license.