Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: move files to docs folder #5654

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading