Commit cd659c24 authored by Sean Carroll's avatar Sean Carroll Committed by Amy Qualls

Fix word wrapping, put items in backticks

Hard wraps on lines. Also, wrap the names of API calls in backticks;
we should not disable markdownlint on these lines. Instead, the real
answer is to acknowledge these are not English words and should not
be linted as such.
parent af46b2c9
This diff is collapsed.
......@@ -329,6 +329,10 @@ See [database guidelines](database/index.md).
- [CI/CD development documentation](cicd/index.md)
- [AppSec development documentation](appsec/index.md)
## Technical Reference by Group
- [Create: Source Code BE](backend/create_source_code_be/index.md)
## Other Development guides
- [Defining relations between files using projections](projections.md)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment