File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33PWD=$( pwd)
4- FEATURES=" ${PWD} /docs/modules/ features/partials "
4+ FEATURES=" ${PWD} /features/"
55CATEGORIES=" ${PWD} /docs/modules/categories"
66VERSIONS=" ${PWD} /docs/modules/versions"
77GIT_COMMIT=" "
88
99echo " * xref:index.adoc[]" > " ${CATEGORIES} /nav.adoc"
1010echo " * xref:index.adoc[]" > " ${VERSIONS} /nav.adoc"
11+ mkdir -p " ${PWD} /docs/modules/features/partials"
1112
1213for page in $( ls ${FEATURES} )
1314do
1415 echo " ➡️ Processing ${page} "
16+ cp " ${FEATURES} /${page} " " ${PWD} /docs/modules/features/partials/${page} "
1517 DATABASE_CATEGORY=$( grep " :database-category:" " ${FEATURES} /${page} " | awk ' {print $2}' )
1618 DATABASE_VERSION=$( grep " :database-version:" " ${FEATURES} /${page} " | awk ' {print $2}' )
1719
File renamed without changes.
You can’t perform that action at this time.
0 commit comments