mirror of https://github.com/apache/druid.git
Prepare the release branch
This commit is contained in:
parent
aa833a711c
commit
2061c220b8
|
@ -355,7 +355,7 @@ exports[`HeaderBar matches snapshot 1`] = `
|
|||
<Blueprint5.MenuItem
|
||||
active={false}
|
||||
disabled={false}
|
||||
href="https://druid.apache.org/docs/latest"
|
||||
href="https://druid.apache.org/docs/31.0.0"
|
||||
icon="th"
|
||||
multiline={false}
|
||||
popoverProps={{}}
|
||||
|
|
|
@ -17,7 +17,7 @@ exports[`RestrictedMode matches snapshot when in auto capability detection mode
|
|||
For more info refer to the
|
||||
|
||||
<Memo(ExternalLink)
|
||||
href="https://druid.apache.org/docs/latest/operations/web-console"
|
||||
href="https://druid.apache.org/docs/31.0.0/operations/web-console"
|
||||
>
|
||||
web console documentation
|
||||
</Memo(ExternalLink)>
|
||||
|
@ -88,7 +88,7 @@ exports[`RestrictedMode matches snapshot when in manual capability detection mod
|
|||
For more info refer to the
|
||||
|
||||
<Memo(ExternalLink)
|
||||
href="https://druid.apache.org/docs/latest/operations/web-console"
|
||||
href="https://druid.apache.org/docs/31.0.0/operations/web-console"
|
||||
>
|
||||
web console documentation
|
||||
</Memo(ExternalLink)>
|
||||
|
|
|
@ -360,7 +360,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (dynamic
|
|||
For more information refer to the
|
||||
|
||||
<Memo(ExternalLink)
|
||||
href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace"
|
||||
href="https://druid.apache.org/docs/31.0.0/ingestion/concurrent-append-replace"
|
||||
>
|
||||
documentation
|
||||
</Memo(ExternalLink)>
|
||||
|
@ -770,7 +770,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (hashed p
|
|||
For more information refer to the
|
||||
|
||||
<Memo(ExternalLink)
|
||||
href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace"
|
||||
href="https://druid.apache.org/docs/31.0.0/ingestion/concurrent-append-replace"
|
||||
>
|
||||
documentation
|
||||
</Memo(ExternalLink)>
|
||||
|
@ -1180,7 +1180,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (range pa
|
|||
For more information refer to the
|
||||
|
||||
<Memo(ExternalLink)
|
||||
href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace"
|
||||
href="https://druid.apache.org/docs/31.0.0/ingestion/concurrent-append-replace"
|
||||
>
|
||||
documentation
|
||||
</Memo(ExternalLink)>
|
||||
|
@ -1590,7 +1590,7 @@ exports[`CompactionConfigDialog matches snapshot without compactionConfig 1`] =
|
|||
For more information refer to the
|
||||
|
||||
<Memo(ExternalLink)
|
||||
href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace"
|
||||
href="https://druid.apache.org/docs/31.0.0/ingestion/concurrent-append-replace"
|
||||
>
|
||||
documentation
|
||||
</Memo(ExternalLink)>
|
||||
|
|
|
@ -67,7 +67,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/latest/operations/rule-configuration"
|
||||
href="https://druid.apache.org/docs/31.0.0/operations/rule-configuration"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
// This is set to the latest available version and should be updated to the next version before release
|
||||
const DRUID_DOCS_VERSION = 'latest';
|
||||
const DRUID_DOCS_VERSION = '31.0.0';
|
||||
|
||||
function fillVersion(str: string): string {
|
||||
return str.replace(/\{\{VERSION}}/g, DRUID_DOCS_VERSION);
|
||||
|
|
|
@ -10,7 +10,7 @@ exports[`ExecutionErrorPane matches snapshot 1`] = `
|
|||
>
|
||||
<React.Fragment>
|
||||
<Memo(ExternalLink)
|
||||
href="https://druid.apache.org/docs/latest/multi-stage-query/reference#error_TooManyWarnings"
|
||||
href="https://druid.apache.org/docs/31.0.0/multi-stage-query/reference#error_TooManyWarnings"
|
||||
>
|
||||
TooManyWarnings
|
||||
</Memo(ExternalLink)>
|
||||
|
|
Loading…
Reference in New Issue