8000 docs: add API documentation for Coder plugin by Parkreiner · Pull Request #15 · coder/backstage-plugins · GitHub
[go: up one dir, main page]

Skip to content

docs: add API documentation for Coder plugin #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 36 commits into from
Mar 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f3a8dae
docs: finish section for SearchBox
Parkreiner Mar 6, 2024
88bd95d
docs: finish rough draft of API docs
Parkreiner Mar 7, 2024
cfe2c4d
Merge branch 'main' into mes/coder-api-docs
Parkreiner Mar 7, 2024
605b2b9
fix: fill in missing section for CoderProvider
Parkreiner Mar 7, 2024
d5a46af
chore: move API docs up one level
Parkreiner Mar 7, 2024
abfcf0f
docs: fill in link for TODO comment
Parkreiner Mar 7, 2024
799132c
fix: reword docs message for clarity
Parkreiner Mar 7, 2024
8085717
Update plugins/backstage-plugin-coder/docs/README.md
Parkreiner Mar 7, 2024
54c65c2
fix: update version for Coder plugin
Parkreiner Mar 7, 2024
4511773
Merge branch 'mes/coder-api-docs' of github.com:coder/backstage-plugi…
Parkreiner Mar 7, 2024
dd56f00
docs: add info about useCoderEntityConfig
Parkreiner Mar 7, 2024
a899bad
fix: make sure all exported components have unique name values
Parkreiner Mar 8, 2024
af5e67a
fix: make sure all values are properly exported at top-level plugin root
Parkreiner Mar 8, 2024
6d67468
Merge branch 'main' into mes/coder-api-docs
Parkreiner Mar 8, 2024
3a09f9c
fix: remove forwardRef from exported sub-components
Parkreiner Mar 8, 2024
f99a1a4
fix: remove forwardRef from Root
Parkreiner Mar 8, 2024
63a71e8
Merge branch 'main' into mes/coder-api-docs
Parkreiner Mar 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: fill in link for TODO comment
  • Loading branch information
Parkreiner committed Mar 7, 2024
commit abfcf0fc66b1c47b15045c5cf7c31b1ab1022664
2 changes: 1 addition & 1 deletion plugins/backstage-plugin-coder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ the devcontainer.
);
```

<!-- > Note: You can also wrap a single page or component with `CoderProvider` if you only need Coder in a specific part of your app. See our [API reference](#TODO) for more details. -->
**Note:** You can also wrap a single page or component with `CoderProvider` if you only need Coder in a specific part of your app. See our [API reference](./docs/components.md#coderprovider) for more details.

1. Add the `CoderWorkspacesCard` card to the entity page in your app:

Expand Down
0