docs: move files to docs folder (#5654)

* docs

* fix links
This commit is contained in:
Jack 2024-07-25 18:21:20 +02:00 committed by GitHub
parent 5c58270bde
commit 1d8930cb0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 8 additions and 4 deletions

View file

@ -52,7 +52,7 @@ jobs:
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
repository: ${{ env.BE_REPO }}
short-description: Official backend server for monkeytype.com
readme-filepath: ./SELF_HOSTING.md
readme-filepath: ./docs/SELF_HOSTING.md
- name: Frontend extract metadata (tags, labels)
id: femeta
@ -79,4 +79,4 @@ jobs:
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
repository: ${{ env.FE_REPO }}
short-description: Official frontend server for monkeytype.com
readme-filepath: ./SELF_HOSTING.md
readme-filepath: ./docs/SELF_HOSTING.md

View file

@ -33,11 +33,15 @@ If you encounter a bug or have a feature request, [send us an email](mailto:cont
# Want to Contribute?
Refer to [CONTRIBUTING.md](./CONTRIBUTING.md).
Refer to [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
# Code of Conduct
Before contributing to this repository, please read the [code of conduct](./CODE_OF_CONDUCT.md).
Before contributing to this repository, please read the [code of conduct](./docs/CODE_OF_CONDUCT.md).
# Security
To report a security vulnerability, please refer to [SECURITY.md](./docs/SECURITY.md).
# Credits