From de0bb38c2e64b8f048212e8ec1016edbdf48b7a4 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Mon, 21 Nov 2022 18:41:27 +0800 Subject: [PATCH] chore: add redirect for bots-proto-go --- content/page/bots-proto-go.md | 16 ++++++++++++++++ static/_redirects | 1 + 2 files changed, 17 insertions(+) create mode 100644 content/page/bots-proto-go.md diff --git a/content/page/bots-proto-go.md b/content/page/bots-proto-go.md new file mode 100644 index 0000000..86626dc --- /dev/null +++ b/content/page/bots-proto-go.md @@ -0,0 +1,16 @@ +--- +date: "2022-11-21T12:00:00+02:00" +title: "bots-proto-go" +slug: "bots-proto-go" +weight: 60 +toc: false +draft: false +menu: "sidebar" +goimport: "code.gitea.io/bots-proto-go git https://gitea.com/gitea/bots-proto-go" +gosource: "code.gitea.io/bots-proto-go https://gitea.com/gitea/bots-proto-go https://gitea.com/gitea/bots-proto-go/src/branch/main{/dir} https://gitea.com/gitea/bots-proto-go/src/branch/main{/dir}/{file}#L{line}" +--- + +# Bots-proto-go - A protobuf library for Gitea bots. + + +A [protobuf library](https://gitea.com/gitea/bots-proto-go) used by Gitea bots. diff --git a/static/_redirects b/static/_redirects index 1273f74..e536562 100644 --- a/static/_redirects +++ b/static/_redirects @@ -8,6 +8,7 @@ https://gitea-code.netlify.com/* https://code.gitea.io/:splat 302! /changelog/* /changelog/index.html 302 /distea/* /distea/index.html 302 /terraform-provider-gitea/* /terraform-provider-gitea/index.html 302 +/bots-proto-go/* /bots-proto-go/index.html 302 /pkg/log/* /pkg/log/index.html 302 /pkg/graceful/* /pkg/graceful/index.html 302 /pkg/process/* /pkg/process/index.html 302 -- 2.40.1