activate lfs on images and fix search path for resources

This commit is contained in:
2022-03-27 19:07:28 +02:00
parent afe05e528e
commit 49aa902d80
44 changed files with 9 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ if [ $kind = 'user' ]; then
$kind/intro.md
$kind/concept.md
$kind/interface.md
$kind/search.md
$kind/person.md
$kind/person-vendee.md
$kind/activite.md
@@ -34,7 +35,7 @@ if [ $kind = 'user' ]; then
$kind/social_actions.md
$kind/notifications.md
$kind/tasks.md
$kind/search.md
$kind/workflows.md
$kind/choisir_une_adresse.md
"
elif [ $kind = 'admin' ]; then
@@ -49,6 +50,7 @@ fi
export ARGS="
--from markdown
--number-sections
--resource-path ./$kind
--metadata-file ./$kind/metadata.yaml
--lua-filter "${PANDOC_DIR}/format-link.lua"
"