github.com/quay/claircore@v1.5.28/docs/contributor/misc.md (about) 1 Here's various codebase conventions that don't have dedicated pages: 2 3 - URLs 4 URLs in code should be annotated with a `//doc:url` directive comment. See 5 the the `internal/cmd/mdbook-injecturls` command for documentation on how the 6 preprocessor works. The list of keywords isn't an allowlist, so an invocation 7 like the following should list the ones actually used in the documentation 8 using a command like `git grep injecturls -- :/docs/*.md`.