Skip to content

Commit

Permalink
add Authors file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Oct 21, 2022
1 parent bb9586c commit e40df27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build/Cortex-Neurons/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,12 @@ 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 <TYPE>) "

build_doc
# while [[ $# -gt 0 ]]; do
# build_doc
# done






# done
1 change: 1 addition & 0 deletions build/Cortex-Neurons/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e40df27

Please sign in to comment.