Move some files around (#376)

This commit is contained in:
Franck Nijhof 2022-06-13 02:46:29 +02:00 committed by GitHub
parent b3b56aece2
commit cec643b84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View File

View File

@ -20,9 +20,9 @@ cp -Rf images/* docs/images/
# Get the pages into the docs folder
ln -sf ../README.md docs/index.md
ln -sf ../LICENSE.md docs/license.md
ln -sf ../CONTRIBUTING.md docs/contributing.md
ln -sf ../CODE_OF_CONDUCT.md docs/code-of-conduct.md
ln -sf ../.github/LICENSE.md docs/license.md
ln -sf ../.github/CONTRIBUTING.md docs/contributing.md
ln -sf ../.github/CODE_OF_CONDUCT.md docs/code-of-conduct.md
# Build!
mkdocs build