We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca1f02b + c00d7e7 commit d3b5871Copy full SHA for d3b5871
ci/deploy_website/website.sh
@@ -28,6 +28,7 @@ set -euo pipefail
28
# or change how we want bugs to be filed.
29
declare -A shortlinks=(
30
[bug]="https://github.com/MaterializeInc/materialize/issues/new?labels=C-bug&template=01-bug.yml"
31
+ [docs]="https://materialize.com/docs"
32
[non-materialized-error]="https://materialize.com/docs/lts/sql/create-view/#querying-non-materialized-views"
33
[sink-key-selection]="https://materialize.com/docs/sql/create-sink/kafka/#upsert-key-selection"
34
[chat]="https://join.slack.com/t/materializecommunity/shared_invite/zt-ljdufufo-PTwVPmgzlZtI7RIQLDrAiA"
0 commit comments