Merge pull request #8315 from adamdmharvey/update-api-ref

chore(docs): Minor updates to improve the API Reference
This commit is contained in:
Johan Haals
2021-12-02 09:44:48 +01:00
committed by GitHub
5 changed files with 16 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/theme': patch
'@backstage/plugin-kubernetes-common': patch
'@backstage/plugin-sonarqube': patch
---
Improvements to API Reference documentation
+1 -1
View File
@@ -15,7 +15,7 @@
*/
/**
* material-ui theme for use with Backstage.
* {@link https://mui.com | material-ui} theme for use with Backstage
*
* @packageDocumentation
*/
+1 -1
View File
@@ -15,7 +15,7 @@
*/
/**
* Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin
* Common functionalities for Kubernetes, to be shared between the `kubernetes` and `kubernetes-backend` plugins
*
* @packageDocumentation
*/
-2
View File
@@ -53,6 +53,4 @@ export { sonarQubePlugin };
// Warnings were encountered during analysis:
//
// src/components/SonarQubeCard/SonarQubeCard.d.ts:11:5 - (ae-forgotten-export) The symbol "DuplicationRating" needs to be exported by the entry point index.d.ts
// (No @packageDocumentation comment for this package)
```
+7
View File
@@ -14,6 +14,13 @@
* limitations under the License.
*/
/**
* A Backstage plugin to display {@link https://www.sonarqube.org | SonarQube}
* code quality and security results.
*
* @packageDocumentation
*/
export * from './components';
export {
sonarQubePlugin,