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
- Host: GitHub
- URL: https://github.com/n9v9/haproxy-docs-keyword-search
- Owner: n9v9
- License: mit
- Created: 2024-07-27T12:54:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-27T13:29:52.000Z (over 1 year ago)
- Last Synced: 2025-03-29T11:43:28.839Z (10 months ago)
- Topics: haproxy, haproxy-configuration, tampermonkey
- Language: JavaScript
- Homepage:
- Size: 568 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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