docs(api): hide render compatibility aliases

Keep render_html/lower_html available for explicit compatibility while generated/public docs steer authors to render/lower and generated resource commands.

req: dx/006
This commit is contained in:
slhx agent
2026-06-02 03:18:53 +02:00
parent 73836f3742
commit 9fd614f86d
3 changed files with 8 additions and 5 deletions
+1
View File
@@ -13,6 +13,7 @@ pub fn render(view: &impl hemplate::Hemplate) -> SafeHtml {
SafeHtml::trusted(html)
}
#[doc(hidden)]
pub fn render_html(view: &impl hemplate::Hemplate) -> SafeHtml {
render(view)
}