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
Copy file name to clipboardExpand all lines: docs/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ STAC-Manager is a react app designed for managing the values of a STAC (SpatioTe
10
10
The ecosystem is composed of a web app (the client) and a plugin system that powers it.
11
11
The different parts of the project are located in the `packages` directory structured as follows:
12
12
13
-
-[`@stac-manager/client`](./packages/client) - STAC-Manager web app.
14
-
-[`@stac-manager/data-core`](./packages/data-core) - Core functionality of the form builder plugin system.
15
-
-[`@stac-manager/data-widgets`](./packages/data-widgets) - Form components to be used by the form builder plugin system, when custom ones are not provided.
16
-
-[`@stac-manager/data-plugins`](./packages/data-plugins) - Data plugins for the forms. Each plugin defines how a section of the data structure is displayed and edited.
13
+
-[`@stac-manager/client`](../packages/client) - STAC-Manager web app.
14
+
-[`@stac-manager/data-core`](../packages/data-core) - Core functionality of the form builder plugin system.
15
+
-[`@stac-manager/data-widgets`](../packages/data-widgets) - Form components to be used by the form builder plugin system, when custom ones are not provided.
16
+
-[`@stac-manager/data-plugins`](../packages/data-plugins) - Data plugins for the forms. Each plugin defines how a section of the data structure is displayed and edited.
17
17
18
18
The `@stac-manager/data-*` packages contain the default implementation of the plugin system, the widgets used to render the forms and some core functions to allow the system to be extended.
0 commit comments