diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-11-13 12:03:18 -0600 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-11-13 18:03:18 +0000 |
commit | 3b0303a4fcbb8b8fda258e11edb3fd3c5c09396e (patch) | |
tree | 40bb579e03bc20b52fb2f6b82d078e325e0dd378 /docs/content/doc/help/search.zh-cn.md | |
parent | afe50873a5d6b52177b0cd6bc9d2657faf82f311 (diff) | |
download | gitea-3b0303a4fcbb8b8fda258e11edb3fd3c5c09396e.tar.gz gitea-3b0303a4fcbb8b8fda258e11edb3fd3c5c09396e.zip |
Implement documentation search (#8937)
* Implement documentation search
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Diffstat (limited to 'docs/content/doc/help/search.zh-cn.md')
-rw-r--r-- | docs/content/doc/help/search.zh-cn.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/content/doc/help/search.zh-cn.md b/docs/content/doc/help/search.zh-cn.md new file mode 100644 index 0000000000..a51860aacd --- /dev/null +++ b/docs/content/doc/help/search.zh-cn.md @@ -0,0 +1,25 @@ +--- +date: "2019-11-12T16:00:00+02:00" +title: "搜索" +slug: "search" +weight: 4 +toc: true +draft: false +menu: + sidebar: + parent: "help" + name: "搜索" + weight: 4 + identifier: "search" +sitemap: + priority : 0.1 +layout: "search" +--- + + +This file exists solely to respond to /search URL with the related `search` layout template. + +No content shown here is rendered, all content is based in the template layouts/doc/search.html + +Setting a very low sitemap priority will tell search engines this is not important content. + |