Skip to content

Tags: pb33f/doctor

Tags

v0.0.79

Toggle v0.0.79's commit message
fixed pipeline

v0.0.78

Toggle v0.0.78's commit message
fix printing press base href and runtime asset resolution for hosted …

…docs

Resolve runtime JS/JSON/CSS assets from data-pp-base-url instead of relying
on the <base href> tag, which is now emitted only for portable nested pages
that need it for file:// navigation. Adds runtimeAssetHref in the bootstrap
scripts and UI utils, and StaticAssetBaseURL/EmitBaseHref plumbing through
the Go HTML writer and templ layout.

v0.0.77

Toggle v0.0.77's commit message
fix chroma markdown test assertions

v0.0.76

Toggle v0.0.76's commit message
fix chroma markdown test assertions

v0.0.75

Toggle v0.0.75's commit message
Fixed rendering issues with custom content

and fixed some css issues with lists and added a copy button to the code.

v0.0.74

Toggle v0.0.74's commit message
fix duplicate description on catalog content pages

Catalog content pages rendered the page description twice: once from the page chrome and again from the content template. Pass an empty description to catalogPageData so only the content-rendered copy appears, and add test assertions that the description occurs once and follows the breadcrumb.

v0.0.73

Toggle v0.0.73's commit message
add conventional Markdown content pages rendered as guide docs

Add EnableContentPages support to PrintingPress: discover conventional
Markdown files (about.md, quickstart.md, guide.md, auth.md, docs/*.md)
next to a local spec and render them as static guide pages alongside
the API reference.

- New content pipeline: content_loader.go, content_pages.go and
  markdown_content_rewrite.go handle discovery, frontmatter, partial
  expansion ({{< partial >}}) with depth/size budgets, image assets,
  and link rewriting.
- New render templates for content pages and a content index, plus
  layout/nav integration (Lit pp-nav guide entries, shared nav cache,
  CSS) across full and lite bundles.
- Aggregate mode: aggregate_content_pages.go plus discovery/writer
  updates publish content pages across multi-spec catalogs.
- Config validation now distinguishes URL vs local BasePath/SpecPath,
  only enabling content discovery for local directories and keeping
  remote spec metadata out of libopenapi's filesystem BasePath.
- cmd/press flag wiring, pppaths constants, model/catalog additions,
  and tests for content pages, layout and nav.

v0.0.72

Toggle v0.0.72's commit message
added diagnostics to the api catalog page

v0.0.71

Toggle v0.0.71's commit message
couple of small fixes on caching

v0.0.70

Toggle v0.0.70's commit message
enable XML rendering for examples!