docs: update credits documentation to reflect MC base currency implementation

This commit is contained in:
mik-tf
2025-09-08 15:58:25 -04:00
parent d9a449304c
commit 02a0977b5d
3 changed files with 53 additions and 20 deletions

View File

@@ -162,7 +162,7 @@ impl DocsController {
render_template(&tmpl, "docs/services.html", &ctx)
}
/// USD Credits documentation page
/// Mycelium Credits documentation page
pub async fn credits(tmpl: web::Data<Tera>, session: Session) -> Result<impl Responder> {
let mut ctx = crate::models::builders::ContextBuilder::new()
.active_page("docs")