mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fix links in changelog due to page moves, fix doc title
This commit is contained in:
@ -460,7 +460,7 @@ Complete
|
|||||||
|
|
||||||
- Joex: A new section for configuring the update task has been added.
|
- Joex: A new section for configuring the update task has been added.
|
||||||
See section `update-check` in the default [config
|
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
|
## 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
|
- the config regarding text analysis changed, there are new config
|
||||||
options, like `nlp.mode` and the `max-due-date-years` has been
|
options, like `nlp.mode` and the `max-due-date-years` has been
|
||||||
moved inside `text-anlysis`. Please have a look at the new
|
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.
|
if you changed something there.
|
||||||
- The `regex-ner` section has changed: the `enabled` flag has been
|
- The `regex-ner` section has changed: the `enabled` flag has been
|
||||||
removed, you can now limit the number of entries using
|
removed, you can now limit the number of entries using
|
||||||
|
@ -34,7 +34,7 @@ trap "{ rm -rf '$temp'; }" EXIT
|
|||||||
|
|
||||||
echo "Cloning docspell into new location $temp"
|
echo "Cloning docspell into new location $temp"
|
||||||
git clone git@github.com:eikek/docspell.git "$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"
|
echo "Create new website from current working directory"
|
||||||
cd $cdir && nix-shell website/shell.nix --run 'sbt make-website'
|
cd $cdir && nix-shell website/shell.nix --run 'sbt make-website'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}{{ currentTitle }} - Docspell Documentatios{% endblock title %}
|
{% block title %}{{ currentTitle }} - Docspell Documentation{% endblock title %}
|
||||||
|
|
||||||
{% block sidebarItems %}
|
{% block sidebarItems %}
|
||||||
<div class="flex flex-col mt-2">
|
<div class="flex flex-col mt-2">
|
||||||
|
Reference in New Issue
Block a user