mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Merge branch 'current-docs'
This commit is contained in:
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user