* docs: improve documentation about adding plugins to the marketplace
The relative path is misleading as one has to come from root.
* docs: add api-docs plugin to marketplace
* Add Plugins Page to microsite
* Updates to microsite Plugins Page
* Correct plugin authors and documentation links
* Add category to UI
* Move documentation from README to the docs website
* Use external urls for logos
* Updates to microsite Plugins Page
* trailing whitespace
* Run prettier on new markdown
* Updates to microsite Plugins Page
* Move plugins link
* Clarify category field
* Updates to microsite Plugins Page
* Add authorUrl field to plugin config
* Render author as a muted link like those in the site map
* Updates to microsite Plugins Page
* Add authorUrl field to example in docs
* Updates to microsite Plugins Page
* Add npmPackageName field - intended for future use
* Updates to microsite Plugins Page
* Add npmPackageName field - intended for future use
* Updates to microsite Plugins Page
* Use correct docs link
* Updated docs for techdocs plugin
* Error in example comment
* Update plugins/techdocs/README.md
Co-authored-by: Emma Indal <emmai@spotify.com>
* Update plugins/techdocs/src/reader/README.md
Co-authored-by: Emma Indal <emmai@spotify.com>
* Update plugins/techdocs/src/reader/README.md
Co-authored-by: Emma Indal <emmai@spotify.com>
* Update plugins/techdocs/src/reader/README.md
Co-authored-by: Emma Indal <emmai@spotify.com>
* Update link to transformers doc to point to reader doc for now
Co-authored-by: Emma Indal <emmai@spotify.com>
* docs(techdocs): update getting started docs
* docs(techdocs): update text and link to version
* fix docs link
* fix docs link
* Update docs/features/techdocs/getting-started.md
* update creating and publishing docs
* fix(template tags): fixes issues with tags specified with uppercase
* adds new validator for metadata tags
* fix(template tags): change tags to be lowercase
* fix(template tags docs): update docs to include lowercased tags
* fix(validator): change back to using isValidDnsLabel for tags
* fix(software catalog docs): use lowercase tags in docs
* Update the system model to focus more on the core entities.
Now that we have a way of labeling and annotating catalogue
entities, we can focus the system model more on the entities
themselves. I believe that also makes more sense as a model that
is shared across many companies - it's easier to standardize on
the core entities, and leave some room to implement further
abstraction or categories to individual implementations.
* Re-add system and domain conepts.
Most API will require some configuration.
So it would be more useful to show an example where the config is available when the API's are being wired up
* Add documentation explaining authentication in the backend
* Link newly added document to mkdocs and app documentation
Co-authored-by: Govindarajan Nagarajan <govindarajan.nagarajan@zalando.de>