From 2b1e0b4899cc357c64a75eaf882d7db4da8b4ef3 Mon Sep 17 00:00:00 2001 From: Nico Stapelbroek Date: Sun, 31 Mar 2024 18:01:40 +0200 Subject: [PATCH 1/3] feat: use config.Info.Title as the page title in the API docs --- api.go | 2 +- docs/docs/features/api-docs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api.go b/api.go index 8490c4aa..5b4f10cc 100644 --- a/api.go +++ b/api.go @@ -418,7 +418,7 @@ func NewAPI(config Config, a Adapter) API { - Elements in HTML + ` + config.Info.Title + ` reference