From e40df2732b9d1b366844240185312740aee250b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leonard?= Date: Fri, 21 Oct 2022 13:04:16 +0200 Subject: [PATCH] add Authors file --- build/Cortex-Neurons/build.sh | 9 ++------- build/Cortex-Neurons/generate.py | 1 + 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/build/Cortex-Neurons/build.sh b/build/Cortex-Neurons/build.sh index 64d0394..13b8297 100755 --- a/build/Cortex-Neurons/build.sh +++ b/build/Cortex-Neurons/build.sh @@ -17,6 +17,7 @@ build_doc() { cp -v code_of_conduct.md docs/. cp -rv images docs/ cp -rv README.md docs/ + cp -rv AUTHORS docs/AUTHORS.md } [[ -z "$TYPE" ]] && die "No type setting given (./build.sh ) " @@ -24,10 +25,4 @@ build_doc() { build_doc # while [[ $# -gt 0 ]]; do # build_doc -# done - - - - - - +# done \ No newline at end of file diff --git a/build/Cortex-Neurons/generate.py b/build/Cortex-Neurons/generate.py index 5591517..f19e5c9 100755 --- a/build/Cortex-Neurons/generate.py +++ b/build/Cortex-Neurons/generate.py @@ -221,6 +221,7 @@ def build_mkdocs(md_path, mkdocs_filename): mkdocs_nav_part2 = """ - 'Security': 'SECURITY.md' - 'Changelog': 'CHANGELOG.md' + - 'Authors & contributors': 'AUTHORS.md' - 'Code of Conduct': 'code_of_conduct.md' """ mk = yaml.safe_load(mkdocs)