This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 9e478df295 [core] fix rest api doc charset and tab's icon and title
(#5380)
9e478df295 is described below
commit 9e478df29529f94f4b3029452250719111177ec6
Author: jerry <[email protected]>
AuthorDate: Tue Apr 1 10:42:33 2025 +0800
[core] fix rest api doc charset and tab's icon and title (#5380)
---
docs/layouts/_default/baseof.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/layouts/_default/baseof.html
b/docs/layouts/_default/baseof.html
index 50fcb1b3ad..6e2c0b6916 100644
--- a/docs/layouts/_default/baseof.html
+++ b/docs/layouts/_default/baseof.html
@@ -21,7 +21,11 @@ under the License.
<head>
{{ hugo.Generator }}
- {{ if not .Params.redocPage }}
+ {{ if .Params.redocPage }}
+ <meta charset="UTF-8">
+ <title>{{ partial "docs/title" . }} | {{ .Site.Title -}}</title>
+ <link rel="icon" href="{{ "favicon.png" | relURL }}" type="image/x-icon">
+ {{else}}
{{ partial "docs/html-head" . }}
{{end}}
{{ partial "docs/inject/head" . }}