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 3ff21b6c..bc017433 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/content/blog/2022-05-16_audio_file_addon.md b/website/site/content/blog/2022-05-16_audio_file_addon.md index 7055ddd5..f7d34b1b 100644 --- a/website/site/content/blog/2022-05-16_audio_file_addon.md +++ b/website/site/content/blog/2022-05-16_audio_file_addon.md @@ -4,7 +4,7 @@ title = "Addon for audio file support" author = "eikek" +++ -# 1st Addon: Audio file support +# Audio file support Since version 0.36.0 Docspell can be extended by [addons](@/docs/addons/basics.md) - external programs that are diff --git a/website/site/content/docs/dev/add-language.md b/website/site/content/docs/dev/add-language.md index 67a2b135..011f62ed 100644 --- a/website/site/content/docs/dev/add-language.md +++ b/website/site/content/docs/dev/add-language.md @@ -8,7 +8,7 @@ weight = 30 Then there are other commits and issues to look at: - [Add Lithuanian](https://github.com/eikek/docspell/issues/1540) and [PR](https://github.com/eikek/docspell/pull/1559/commits/9d69401fea8ff07330c8a9116bd0d987827317c9) -- [Add Polish](https://github.com/eikek/docspell/issues/1345) and [PR](https://github.com/eikek/docspell/pull/1559/commits/1228937574ec52b36d5d77925c5fcdb1f536220c) +- [Add Polish](https://github.com/eikek/docspell/issues/1345) and [PR](https://github.com/eikek/docspell/pull/1559/commits/5ec311c331f1f78cc483cce54d5ab0e08454fea8) - [Add Spanish language](https://github.com/eikek/docspell/commit/26dff18ae0d32ce2b32b4d11ce381ada0e99314f) - [Add Latvian language](https://github.com/eikek/docspell/issues/679) and [PR](https://github.com/eikek/docspell/pull/694/commits/9991ad5fcc43ccefe011a6cc4d01bdae4bcd4573) - [Add Japanese language](https://github.com/eikek/docspell/issues/948) and [PR](https://github.com/eikek/docspell/pull/961/commits/f994d4b2488e64668ee064676f8c6469d9ccc1be), had some corrections: [1](https://github.com/eikek/docspell/commit/c59d4f8a6d021ec4b01a92320c211248503f16a5), [Issue](https://github.com/eikek/docspell/issues/973) 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 %}