Rename doc to folder docs
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
bc7999e2d2
commit
4a7921ee90
14 changed files with 42 additions and 13 deletions
11
docs/.generate-plugin-licenses.sh
Executable file
11
docs/.generate-plugin-licenses.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
for p in ../plugins/*/plugin.json; do
|
||||
name=$(jq -crM .name ${p})
|
||||
license=$(jq -crM .license ${p})
|
||||
echo "| ${name} | ${license} |"
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue