]> source.dussan.org Git - gitea.git/commit
Implement documentation search (#8937)
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>
Wed, 13 Nov 2019 18:03:18 +0000 (12:03 -0600)
committerzeripath <art27@cantab.net>
Wed, 13 Nov 2019 18:03:18 +0000 (18:03 +0000)
commit3b0303a4fcbb8b8fda258e11edb3fd3c5c09396e
tree40bb579e03bc20b52fb2f6b82d078e325e0dd378
parentafe50873a5d6b52177b0cd6bc9d2657faf82f311
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>
13 files changed:
docs/.gitignore
docs/assets/js/search.js [new file with mode: 0644]
docs/config.yaml
docs/content/doc/help.en-us.md
docs/content/doc/help.fr-fr.md [new file with mode: 0644]
docs/content/doc/help.zh-cn.md
docs/content/doc/help.zh-tw.md [new file with mode: 0644]
docs/content/doc/help/search.en-us.md [new file with mode: 0644]
docs/content/doc/help/search.fr-fr.md [new file with mode: 0644]
docs/content/doc/help/search.zh-cn.md [new file with mode: 0644]
docs/content/doc/help/search.zh-tw.md [new file with mode: 0644]
docs/layouts/_default/index.json [new file with mode: 0644]
docs/layouts/doc/search.html [new file with mode: 0644]