@ukpc-lib/react 0.1.15 → 0.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -104,6 +104,11 @@ export default function PrivateLayout() {
104
104
  - `user`: A JSON string representing the current user.
105
105
  - `logo`: The URL of the logo image to be displayed on the topbar.
106
106
 
107
+ ## Details documentation of Components and Shared Authentication Logic Links
108
+
109
+ - [Components](./docs/components.md)
110
+ - [Shared Logic](./docs/share.md)
111
+
107
112
  ## Contributing
108
113
 
109
114
  We always welcome community contributions. If you want to contribute, please create a Pull Request and we will review it.