You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configured hugo build and CI.
Published a complete documentation site for github pages, with many code
examples.
* fixes#124
doc(site): externalize Go code examples to docs/examples/ (separate
module).
> go code lives better as actual source that builds, lint and format
> without any extra tools. Hugo uses a custom shortcode to render source.
{{< code file=... region=... >}} shortcode includes sourced from a new
docs/examples/ module (separate go.mod).
The shortcode supports named regions via // snippet:NAME / // endsnippet:NAME markers,
auto-emits a "Full source" link to GitHub URL, and auto-strips //nolint: directives so
they do not leak into rendered snippets.
interface defs identical to source, excerpt and pseudocode blocks intentionally left inline.
doc(site): add Features and Tutorials sections
Adds a Features overview page with normative RFC references for the
standards this runtime implements (HTTP, content negotiation, URI
template, media types, auth, tracing).
Adds a Tutorials section that absorbs the formerly top-level FAQ.md, MEDIA_TYPES.md and KEEP-ALIVE.md
as Hugo pages.
doc(site): integrate compression middleware example
Adds a new "Custom middleware" subsection under usage/examples/ and
its first recipe page (compression).
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments