mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
New extension point (for readme) in code overview
The readme files should be rendered in the code overview below the file tree and not in a separate page. To render the readme file, a new extension point was added. The order of items in the side menu also got changed.
This commit is contained in:
@@ -90,6 +90,7 @@ export * from "./devices";
|
||||
export { default as copyToClipboard } from "./CopyToClipboard";
|
||||
export { createA11yId } from "./createA11yId";
|
||||
export { useSecondaryNavigation } from "./useSecondaryNavigation";
|
||||
export { default as useScrollToElement } from "./useScrollToElement";
|
||||
|
||||
export { default as comparators } from "./comparators";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user