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/.gitignore | |
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/.gitignore')
-rw-r--r-- | docs/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/.gitignore b/docs/.gitignore index 55ec469a42..9cd1408bd2 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,3 +1,4 @@ public/ templates/swagger/v1_json.tmpl themes/ +resources/ |