This is an automated email from the ASF dual-hosted git repository.
vogievetsky pushed a commit to branch 0.23.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/0.23.0 by this push:
new 7bb7add97f Web console: updated the doc link (#12619)
7bb7add97f is described below
commit 7bb7add97f8a851a29e316db70c88135562d3a7c
Author: Vadim Ogievetsky <[email protected]>
AuthorDate: Mon Jun 13 15:43:25 2022 -0700
Web console: updated the doc link (#12619)
* updated the doc link
* update snapshots
---
.../src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap | 2 +-
.../__snapshots__/coordinator-dynamic-config-dialog.spec.tsx.snap | 2 +-
.../__snapshots__/overload-dynamic-config-dialog.spec.tsx.snap | 2 +-
.../retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap | 2 +-
web-console/src/links.ts | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap
b/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap
index b3943e556a..b715283ca2 100644
---
a/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap
+++
b/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap
@@ -224,7 +224,7 @@ exports[`HeaderBar matches snapshot 1`] = `
<Blueprint4.MenuItem
active={false}
disabled={false}
- href="https://druid.apache.org/docs/0.20.0"
+ href="https://druid.apache.org/docs/0.23.0"
icon="th"
multiline={false}
popoverProps={Object {}}
diff --git
a/web-console/src/dialogs/coordinator-dynamic-config-dialog/__snapshots__/coordinator-dynamic-config-dialog.spec.tsx.snap
b/web-console/src/dialogs/coordinator-dynamic-config-dialog/__snapshots__/coordinator-dynamic-config-dialog.spec.tsx.snap
index bc7684f8fe..e889ab8bde 100644
---
a/web-console/src/dialogs/coordinator-dynamic-config-dialog/__snapshots__/coordinator-dynamic-config-dialog.spec.tsx.snap
+++
b/web-console/src/dialogs/coordinator-dynamic-config-dialog/__snapshots__/coordinator-dynamic-config-dialog.spec.tsx.snap
@@ -12,7 +12,7 @@ exports[`CoordinatorDynamicConfigDialog matches snapshot 1`]
= `
Edit the coordinator dynamic configuration on the fly. For more
information please refer to the
<Memo(ExternalLink)
-
href="https://druid.apache.org/docs/0.20.0/configuration/index.html#dynamic-configuration"
+
href="https://druid.apache.org/docs/0.23.0/configuration/index.html#dynamic-configuration"
>
documentation
</Memo(ExternalLink)>
diff --git
a/web-console/src/dialogs/overlord-dynamic-config-dialog/__snapshots__/overload-dynamic-config-dialog.spec.tsx.snap
b/web-console/src/dialogs/overlord-dynamic-config-dialog/__snapshots__/overload-dynamic-config-dialog.spec.tsx.snap
index 8b38255303..a2f2ce41f2 100644
---
a/web-console/src/dialogs/overlord-dynamic-config-dialog/__snapshots__/overload-dynamic-config-dialog.spec.tsx.snap
+++
b/web-console/src/dialogs/overlord-dynamic-config-dialog/__snapshots__/overload-dynamic-config-dialog.spec.tsx.snap
@@ -11,7 +11,7 @@ exports[`OverlordDynamicConfigDialog matches snapshot 1`] = `
Edit the overlord dynamic configuration on the fly. For more information
please refer to the
<Memo(ExternalLink)
-
href="https://druid.apache.org/docs/0.20.0/configuration/index.html#overlord-dynamic-configuration"
+
href="https://druid.apache.org/docs/0.23.0/configuration/index.html#overlord-dynamic-configuration"
>
documentation
</Memo(ExternalLink)>
diff --git
a/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
b/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
index 42df04d3e8..6aaa2ffbf5 100644
---
a/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
+++
b/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
@@ -63,7 +63,7 @@ exports[`RetentionDialog matches snapshot 1`] = `
Druid uses rules to determine what data should be retained in the
cluster. The rules are evaluated in order from top to bottom. For more
information please refer to the
<a
-
href="https://druid.apache.org/docs/0.20.0/operations/rule-configuration.html"
+
href="https://druid.apache.org/docs/0.23.0/operations/rule-configuration.html"
rel="noopener noreferrer"
target="_blank"
>
diff --git a/web-console/src/links.ts b/web-console/src/links.ts
index 488b238e12..0055ae5edc 100644
--- a/web-console/src/links.ts
+++ b/web-console/src/links.ts
@@ -19,7 +19,7 @@
import hasOwnProp from 'has-own-prop';
// This is set to the latest available version and should be updated to the
next version before release
-const DRUID_DOCS_VERSION = '0.20.0';
+const DRUID_DOCS_VERSION = '0.23.0';
function fillVersion(str: string): string {
return str.replace(/\{\{VERSION}}/g, DRUID_DOCS_VERSION);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]