diff --git a/Changelog.md b/Changelog.md index 73693741..38799109 100644 --- a/Changelog.md +++ b/Changelog.md @@ -460,7 +460,7 @@ Complete - Joex: A new section for configuring the update task has been added. See section `update-check` in the default [config - file](https://docspell.org/docs/configure/main/#joex). + file](https://docspell.org/docs/configure/defaults/#joex). ## v0.25.1 @@ -909,7 +909,7 @@ Please open an issue if want more languages to be included. - the config regarding text analysis changed, there are new config options, like `nlp.mode` and the `max-due-date-years` has been moved inside `text-anlysis`. Please have a look at the new - [default config](https://docspell.org/docs/configure/main/#joex) + [default config](https://docspell.org/docs/configure/defaults/#joex) if you changed something there. - The `regex-ner` section has changed: the `enabled` flag has been removed, you can now limit the number of entries using diff --git a/website/push-docs.sh b/website/push-docs.sh index 9bc5a543..f02566cb 100755 --- a/website/push-docs.sh +++ b/website/push-docs.sh @@ -34,7 +34,7 @@ trap "{ rm -rf '$temp'; }" EXIT echo "Cloning docspell into new location $temp" git clone git@github.com:eikek/docspell.git "$temp" -cd "$temp" && git checkout --track origin/gh-pages +cd "$temp" && git checkout --track origin/gh-pages && rm -rf "$temp"/* echo "Create new website from current working directory" cd $cdir && nix-shell website/shell.nix --run 'sbt make-website' diff --git a/website/site/templates/docs.html b/website/site/templates/docs.html index 5c44179c..757d4b8b 100644 --- a/website/site/templates/docs.html +++ b/website/site/templates/docs.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}{{ currentTitle }} - Docspell Documentatios{% endblock title %} +{% block title %}{{ currentTitle }} - Docspell Documentation{% endblock title %} {% block sidebarItems %}