mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-22 16:29:51 +01:00
Add additional help to quick search and an advanced search documentation page (#1757)
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
This commit is contained in:
committed by
GitHub
parent
f2249cea73
commit
ddd2fc1055
@@ -29,15 +29,15 @@ import { urls } from "@scm-manager/ui-api";
|
||||
|
||||
// not sure if it is required
|
||||
import {
|
||||
AnnotationFactory,
|
||||
AnnotationFactoryContext,
|
||||
BaseContext,
|
||||
Change,
|
||||
DiffEventContext,
|
||||
DiffEventHandler,
|
||||
File,
|
||||
FileChangeType,
|
||||
Hunk,
|
||||
Change,
|
||||
BaseContext,
|
||||
AnnotationFactory,
|
||||
AnnotationFactoryContext,
|
||||
DiffEventHandler,
|
||||
DiffEventContext
|
||||
} from "./repos";
|
||||
|
||||
export { validation, repositories };
|
||||
@@ -81,6 +81,7 @@ export { default as SplitAndReplace, Replacement } from "./SplitAndReplace";
|
||||
export { regExpPattern as changesetShortLinkRegex } from "./markdown/remarkChangesetShortLinkParser";
|
||||
export * from "./markdown/PluginApi";
|
||||
export * from "./devices";
|
||||
export { default as copyToClipboard } from "./CopyToClipboard";
|
||||
|
||||
export { default as comparators } from "./comparators";
|
||||
|
||||
@@ -108,7 +109,7 @@ export {
|
||||
AnnotationFactory,
|
||||
AnnotationFactoryContext,
|
||||
DiffEventHandler,
|
||||
DiffEventContext
|
||||
DiffEventContext,
|
||||
};
|
||||
|
||||
// Re-export from ui-api
|
||||
@@ -125,7 +126,7 @@ export {
|
||||
MissingLinkError,
|
||||
createBackendError,
|
||||
isBackendError,
|
||||
TOKEN_EXPIRED_ERROR_CODE
|
||||
TOKEN_EXPIRED_ERROR_CODE,
|
||||
} from "@scm-manager/ui-api";
|
||||
|
||||
export { urls };
|
||||
|
||||
Reference in New Issue
Block a user