Skip to content

Commit b27034d

Browse files
committed
Add giscus - comments for website pages
1 parent ba53d96 commit b27034d

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All notable changes to Http11Probe are documented in this file.
1313
- **Truncation notice** — tooltip and modal now show a `[Truncated]` notice at the top when raw request/response data exceeds the 8,192-byte display limit
1414
- **Filter box** — text input above result tables to filter by server name, language, or test name; supports multiple comma-separated keywords
1515
- **`--verbose` CLI flag** — prints the raw server response below each test result when enabled (`--verbose` or `-v`)
16+
- **Giscus comments** — every glossary page now has a GitHub Discussions-powered comments section at the bottom
1617

1718
### Changed
1819
- **Horizontal column headers** — test name headers are now displayed horizontally instead of rotated at -55°, improving readability
@@ -33,6 +34,7 @@ All notable changes to Http11Probe are documented in this file.
3334
- **Scrollable tooltips** — hover tooltips are now interactive and scrollable for large payloads (removed `pointer-events:none`, increased `max-height` to `60vh`)
3435
- **Larger click modal** — expanded from `max-width:700px` to `90vw` and `max-height` from `80vh` to `85vh` to better accommodate large request/response data
3536
- **Kestrel HEAD/OPTIONS support** — added explicit HEAD and OPTIONS endpoint handlers to ASP.NET Minimal server so smuggling tests evaluate correctly instead of returning 405
37+
- **Add a Framework docs** — documented HEAD and OPTIONS as required endpoints
3638
- Raw request capture now includes truncation metadata when payload exceeds 8,192 bytes (`TestRunner.cs`)
3739
- Raw response capture now includes truncation metadata when response exceeds 8,192 bytes (`ResponseParser.cs`)
3840

docs/hugo.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ params:
8181
footer:
8282
displayCopyright: false
8383
displayPoweredBy: false
84+
comments:
85+
enable: true
86+
type: giscus
87+
giscus:
88+
repo: MDA2AV/Http11Probe
89+
repoId: R_kgDORKyHAA
90+
category: General
91+
categoryId: DIC_kwDORKyHAM4C2UBf
8492
editURL:
8593
enable: true
8694
base: https://github.com/MDA2AV/Http11Probe/edit/main/docs/content

0 commit comments

Comments
 (0)