diff --git a/_data/alerts.yml b/_data/alerts.yml index 157e1622b00..6c0f04d95c3 100644 --- a/_data/alerts.yml +++ b/_data/alerts.yml @@ -4,12 +4,12 @@ important: '' -callout_danger: '
' -callout_default: '
' -callout_primary: '
' -callout_success: '
' -callout_info: '
' -callout_warning: '
' +callout_danger: '
' +callout_default: '
' +callout_primary: '
' +callout_success: '
' +callout_info: '
' +callout_warning: '
' hr_faded: '
' hr_shaded: '
' \ No newline at end of file diff --git a/beta-20170112.md b/beta-20170112.md index 0c96701565e..bfb55975478 100644 --- a/beta-20170112.md +++ b/beta-20170112.md @@ -23,8 +23,8 @@ Get future release notes emailed to you: {{site.data.alerts.callout_danger}} Data corruption has been observed with this release and is still under investigation. -Until the root cause has been determined we recommend using -beta-20170105 instead of this release. +Until the root cause has been determined, we recommend using +beta-20170105 instead of this release. {{site.data.alerts.end}} ### Binaries diff --git a/sql-grammar.md b/sql-grammar.md index 085221b6ec8..ea62d408b68 100644 --- a/sql-grammar.md +++ b/sql-grammar.md @@ -17,4 +17,8 @@ a[name]:focus { } +{{site.data.alerts.callout_success}} +This page describes the full CockroachDB SQL grammar. However, as a starting point, it's best to reference our [sql-statements pages](sql-statements.html) first, which provide detailed explanations and examples. +{{site.data.alerts.end}} + {% include sql/diagrams/grammar.html %}