Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 4442868

Browse files
author
Lukas Puehringer
committed
Move Code of conduct to community section
The contributing section already has a bunch of pages, unlike the community section, which also seems like a good fit for the code of conduct. Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
1 parent fe62eb1 commit 4442868

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

docs/contribute/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Detailed guidelines about writing code, tests, documentation, and more are below
1515
* [Unit Tests](unit-tests.md)
1616
* [Adding to the docs](writeDoc.md)
1717
* [Security Policy](security.md)
18-
* [Code of Conduct](conduct.md)
18+
* [Code of Conduct](../community/conduct.md)

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ nav:
2626
- Unit tests: contribute/unit-tests.md
2727
- Adding to the docs: contribute/writeDoc.md
2828
- Security policy: contribute/security.md
29-
- Code of conduct: contribute/conduct.md
3029
- Community:
3130
- community/README.md
3231
- Team: community/team.md
32+
- Code of conduct: community/conduct.md
3333

3434
extra_css:
3535
- stylesheets/img.css

0 commit comments

Comments
 (0)