Skip to content

Commit

Permalink
docs: move files to docs folder (#5654)
Browse files Browse the repository at this point in the history
* docs

* fix links
  • Loading branch information
Miodec authored Jul 25, 2024
1 parent 5c58270 commit 1d8930c
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 4 deletions.
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.

0 comments on commit 1d8930c

Please sign in to comment.