From 4a5fcc0e0136f2c338799dd19f90bc628b936d03 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 2 Nov 2020 12:28:28 -0500 Subject: [PATCH 1/3] Fix wording --- docs/api/utility-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/utility-apis.md b/docs/api/utility-apis.md index 1ebf2ae88b..d9a71c92cd 100644 --- a/docs/api/utility-apis.md +++ b/docs/api/utility-apis.md @@ -22,7 +22,7 @@ during their entire life cycle. Each Utility API is tied to an `ApiRef` instance, which is a global singleton object without any additional state or functionality, its only purpose is to -reference Utility APIs. `ApiRef`s are create using `createApiRef`, which is +reference Utility APIs. `ApiRef`s are created using `createApiRef`, which is exported by `@backstage/core`. There are many [predefined Utility APIs](../reference/utility-apis/README.md) defined in `@backstage/core`, and they're all exported with a name of the pattern From 8a497983411af61e74101f016a37c44007fd7f7a Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 2 Nov 2020 12:29:34 -0500 Subject: [PATCH 2/3] Link to baking, update chapter header, remove old footer --- docs/dls/design.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/dls/design.md b/docs/dls/design.md index fa3a0c159e..3fe9a0adb1 100644 --- a/docs/dls/design.md +++ b/docs/dls/design.md @@ -99,9 +99,10 @@ issues in GitHub with ‘design’ and/or ‘storybook’ - so feel free to brow tackle the tasks that interest you. If you have any questions regarding an issue, you can ask them in the comments section of the issue or on [Discord](https://discord.gg/EBHEGzX). We absolutely adore our external -contributors and will send you virtual semlas for your contributions! +contributors and will send you virtual +[semlas](https://en.wikipedia.org/wiki/Semla) for your contributions! -### Request a component. +### Request a component Create an issue (label it design and assign it to katz95) or send us a message on [Discord](https://discord.gg/EBHEGzX) (_#design_ channel) with details of @@ -135,5 +136,3 @@ contributing to Backstage as a designer is easy. From styling guidelines to UX principles to Figma documents, we’ll make sure you’re equipped to chip in on this project. We’re excited to work with you! In the meantime, we’d love to hear from you on [Discord](https://discord.gg/EBHEGzX). - -[Back to Docs](../README.md) From 9a3786309fa248e7135e76404d41dfe5c9784af4 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 2 Nov 2020 12:29:47 -0500 Subject: [PATCH 3/3] Remove extraneous footer --- docs/plugins/publishing.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/plugins/publishing.md b/docs/plugins/publishing.md index fbeab6340c..71c24a2c07 100644 --- a/docs/plugins/publishing.md +++ b/docs/plugins/publishing.md @@ -56,5 +56,3 @@ $ git reset --hard master $ yarn release $ git push --force ``` - -[Back to Docs](../README.md)