Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: Update the docs banner for managed dbs
  • Loading branch information
kyleconroy committed Sep 26, 2023
commit 899c282b3d02dd788737c7daa98dacf026bc0a17
2 changes: 1 addition & 1 deletion docs/_templates/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block breadcrumbs %}
{% if show_banner %}
<header id="banner">
<div>✨ We're now working full-time on sqlc. Read more <a href="https://sqlc.dev/posts/2023/07/06/working-on-sqlc-full-time">here</a>.</div>
<div>You bring the SQL, we'll bring the db: Introducing <a href="https://sqlc.dev/posts/2023/09/25/v1.22.0-managed-databases">managed databases</a>.</div>
</header>
{% endif %}
{{ super() }}
Expand Down