f2dd70fee5
* docs(techdocs): add basic structure * chore: add techdocs-core to docs/features/techdocs * fix: separated out links * fix: convert into markdown table
13 lines
597 B
Plaintext
13 lines
597 B
Plaintext
# This file registers ownership for certain parts of the backstage code.
|
|
# Review from a member of the corresponding code owner is required to merge pull requests.
|
|
#
|
|
# The last matching pattern takes precedence.
|
|
# https://help.github.com/articles/about-codeowners/
|
|
|
|
* @spotify/backstage-core
|
|
/docs/features/techdocs @spotify/techdocs-core
|
|
/plugins/techdocs @spotify/techdocs-core
|
|
/plugins/techdocs-backend @spotify/techdocs-core
|
|
/packages/techdocs-cli @spotify/techdocs-core
|
|
/packages/techdocs-container @spotify/techdocs-core
|