activate lfs on images and fix search path for resources
This commit is contained in:
@@ -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"
|
||||
"
|
||||
|
Reference in New Issue
Block a user