Fix links in changelog due to page moves, fix doc title

This commit is contained in:
eikek
2022-05-22 13:36:59 +02:00
parent 284bbe9d41
commit e5c761f7e0
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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'

View File

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}{{ currentTitle }} - Docspell Documentatios{% endblock title %}
{% block title %}{{ currentTitle }} - Docspell Documentation{% endblock title %}
{% block sidebarItems %}
<div class="flex flex-col mt-2">