summaryrefslogtreecommitdiff
path: root/docs/contributing/code_of_conduct.rst
AgeCommit message (Collapse)Author
2025-03-07fix: Turn various .rst files from symbolic links to proper filesDarian Leung
"code_of_conduct.rst" and "contributors.rst" both contain RST include directives, but their file types are symoblic links. This commit turns them into proper files.
2024-12-27update docs, remove uses.rst, structure.rst. Refactor docs, use README.rst ↵hathach
for docs index.rst
2023-07-10Fix documentation symlinksSzymon Janc
There were typos in symlinks target names resulting in following warrning on checkout (at least in Mynewt newt tool): * Warning: stat mynewt/repos/tinyusb/docs/contributing/code_of_conduct.rst: no such file or directory * Warning: stat mynewt/repos/tinyusb/docs/info/contributors.rst: no such file or directory
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2021-07-30docs: symbolic link to code of conduct file for use in documentationperigoso
Signed-off-by: perigoso <[email protected]>