Commit Graph

712 Commits

Author SHA1 Message Date
Patrik Oldsberg f5cc804ca3 docs: add docs for how to handle type checking issues with linked in packages 2021-01-16 15:44:40 +01:00
Adam Harvey 33f7fbc5b2 Fix wrapping 2021-01-15 14:12:23 -05:00
Adam Harvey 177f7984d8 Add TechDocs CLI for mkdocs build errors 2021-01-15 14:10:09 -05:00
Himanshu Mishra e2030972fc Merge pull request #4062 from backstage/orkohunter/use-urlreader-in-techdocs 2021-01-15 13:12:45 +01:00
Patrik Oldsberg b6d6295f1d Merge pull request #4072 from backstage/rugvip/docompost
docs: add documentation and migration instructions for new composability API
2021-01-15 13:02:06 +01:00
Patrik Oldsberg d385dae57c Merge pull request #4003 from RoadieHQ/gh-3788-auth-tutorial-docs
Modifying auth tutorial to contain different providers.
2021-01-15 12:10:23 +01:00
Emma Indal 057cb8e84f Backstage Glossary Documentation (#4073)
* add Backstage Glossary documentation

* Update docs/glossary.md

Co-authored-by: Himanshu Mishra <himanshu@orkohunter.net>

* Update docs/glossary.md

Co-authored-by: Adam Harvey <adam.harvey@dxc.com>

* Update docs/glossary.md

Co-authored-by: Adam Harvey <adam.harvey@dxc.com>

* updates from feedback

Co-authored-by: Himanshu Mishra <himanshu@orkohunter.net>
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
2021-01-15 10:45:39 +01:00
Patrik Oldsberg 68cf50c523 Apply suggestions from code review
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-14 16:52:10 +01:00
Patrik Oldsberg 93be0f55e3 docs/composability: fooRootRouteRef -> fooPageRouteRef 2021-01-14 16:34:59 +01:00
Patrik Oldsberg 151e365040 docs/composability: ran prettier + added to mkdocs.yml 2021-01-14 12:53:25 +01:00
Patrik Oldsberg 22d2a52347 Apply suggestions from code review
Co-authored-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-01-14 12:25:58 +01:00
Himanshu Mishra b2fc74ea16 docs: Write a HOW TO guide for using URL Reader 2021-01-14 12:22:45 +01:00
Fredrik Adelöw a6f9dca0dc plugins should not depend on core-api 2021-01-14 08:54:54 +01:00
Patrik Oldsberg 72ce0f8b16 docs/composability: include in sidebar and add note about purpose 2021-01-14 02:05:45 +01:00
Patrik Oldsberg 70d8653bda docs/composability: the rest of the f***ing owl 2021-01-14 01:45:35 +01:00
Patrik Oldsberg 492258d2a1 docs: lotsa more composability docs 2021-01-14 01:45:34 +01:00
Patrik Oldsberg 3e9b38e288 docs: initial incomplete composability docs 2021-01-14 01:45:34 +01:00
Jussi Hallila 37e4bf3473 Modifying GitLab text to be stylized 2021-01-13 10:12:40 +01:00
Jussi Hallila e921fb2ec7 Fix GitHub stylization 2021-01-13 09:25:25 +01:00
Jussi Hallila 6dee39ebe2 Fix spelling. 2021-01-13 09:16:58 +01:00
Jussi Hallila 85fb668164 Merge branch 'master' into gh-3788-auth-tutorial-docs
# Conflicts:
#	docs/tutorials/quickstart-app-auth.md
2021-01-13 08:52:48 +01:00
Himanshu Mishra 92e9fc9103 docs: move Kubernetes to core features (#4038) 2021-01-12 21:46:40 +00:00
Fredrik Adelöw ffa36ff101 Merge pull request #3927 from adamdmharvey/doco-prettier-seo
docs: Align Docusaurus for fixed SEO output and "prettier" happiness
2021-01-12 21:42:53 +01:00
Fredrik Adelöw 2c69fd0a8d Merge pull request #4031 from tragiclifestories/component-partof-2
Add subcomponent relations to catalog backend
2021-01-12 18:45:22 +01:00
Himanshu Mishra 7712795f9b docs: add port to url 2021-01-12 17:46:24 +01:00
James Turley 9b9a561298 Document subcomponentOf field 2021-01-12 16:00:00 +00:00
Himanshu Mishra c3d90881ce Merge pull request #4026 from backstage/orkohunter/improve-aws-credentials-handling 2021-01-12 15:33:25 +01:00
Oliver Sand 63b92ca5f0 Merge pull request #3957 from SDA-SE/feat/system-domains
Introduce structure for domains, systems and resources
2021-01-12 15:29:21 +01:00
Fredrik Adelöw 619ef5978c Merge pull request #4020 from adamdmharvey/k8s-doco
docs: Update Kubernetes microsite documentation
2021-01-12 15:14:16 +01:00
Adam Harvey 0728c5ad7d Fix typo 2021-01-12 09:07:52 -05:00
Oliver Sand c773e00d54 Remove providesApis and consumesApis from systems
We can later add them again.
2021-01-12 15:05:47 +01:00
Dominik Henneke 192b0b70a8 Update vale vocabulary to unify company and product names 2021-01-12 13:52:58 +01:00
Himanshu Mishra f454b9f865 TechDocs/AWS: Update tutorial with auth best practices 2021-01-12 12:35:13 +01:00
Himanshu Mishra 16b73697a3 TechDocs/AWS: Enable authentication using env variables and ~/.aws/config shared file
If authentication secrets are provided in app-config.yaml, it will be used. If not, environment variables AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_REGION will be used. If not present, ~/.aws/config will be used to read the configs.

https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/loading-node-credentials-environment.html
https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/loading-node-credentials-shared.html
https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-region.html
2021-01-12 11:41:00 +01:00
Jussi Hallila 6d74776e12 Adds in more modifications based on PR comments
Run prettier.
Add heading level for list items.
Fix styling and nomenclature.
2021-01-12 08:55:45 +01:00
Jussi Hallila 0fed686aed Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-12 08:47:27 +01:00
Jussi Hallila 80619474d8 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-12 08:46:22 +01:00
Jussi Hallila 4f0993407b Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-12 08:31:32 +01:00
Jussi Hallila dc48cfc9f2 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-12 08:27:31 +01:00
Adam Harvey 7105a33b91 Update K8S doco 2021-01-11 20:56:45 -05:00
Oliver Sand 580b4cad8e Use dependsOn between components and resources for now 2021-01-11 22:09:59 +01:00
Himanshu Mishra 15cc6ff12c Merge pull request #3981 from backstage/orkohunter/improve-gcs-credentials-handling 2021-01-11 21:12:55 +01:00
Himanshu Mishra 7ed4807748 1. docs: Rephrase setting the config
2. Update changeset with info about removing projectId from googleGcs config
2021-01-11 21:05:23 +01:00
Oliver Sand 15432e61f1 Rework system model diagrams as drawio files 2021-01-11 20:56:55 +01:00
Himanshu Mishra 97716f2b04 Apply suggestions from code review
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 20:50:20 +01:00
Oliver Sand feded2d252 Include review comments 2021-01-11 20:23:52 +01:00
Matthew Clarke 5a9a7e7c26 Kubernetes plugin: UI revamp (#3918)
* initial revamp, no error reporting

* initial error detection

* more error detection

* add microsite page

* minor fixes

* add HPA error detection

* refactor error reporting; add tests

* fix import

* add changeseet

* empty error state

* prettier yaml file

* Update plugins/kubernetes/src/components/KubernetesDrawer/KubernetesDrawer.tsx

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>

* Update plugins/kubernetes/src/components/KubernetesDrawer/KubernetesDrawer.tsx

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>

* PR feedback

* revert odd change

* make patch change

* fix test

* Apply suggestions from code review

Co-authored-by: Fredrik Adelöw <freben@gmail.com>

* prettier

* pr feedback

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 16:50:30 +00:00
Jussi Hallila 39b45b62b4 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 17:01:49 +01:00
Jussi Hallila 33267d1cb9 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 17:01:39 +01:00
Jussi Hallila ecba810c98 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 17:01:32 +01:00