You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Coder pluginfor Backstage does follow semantic versioning.
3
+
This document lists core information for the Backstage Coder plugin. It is intended for users who have already set up the plugin and are looking to take it further.
4
4
5
-
For users who need more information about how to extend and modify the Coder plugin. For general setup, please see our main [README](../README.md).
5
+
For general setup, please see our [main README](../README.md).
6
6
7
-
## Documentation directory
7
+
## Documentation listing
8
8
9
9
### Guides
10
10
@@ -16,3 +16,7 @@ For users who need more information about how to extend and modify the Coder plu
16
16
-[Components](./api-reference/components.md)
17
17
-[Custom React hooks](./api-reference/hooks.md)
18
18
-[Important types](./api-reference/types.md)
19
+
20
+
## Notes about semantic versioning
21
+
22
+
We fully intend to follow semantic versioning with the Coder plugin for Backstage. Expect some pain points as we figure out the right abstractions needed to hit version 1, but we will try to minimize breaking changes as much as possible as the library gets ironed out.
0 commit comments