chore(docs): Some SQL queries to copy paste for advanced debugging (#4074)

* enable sql code highlighting, first queries

* remove tabs

* something with moons...

* feat: more queries

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
Daniel Dietzler
2023-09-18 16:25:15 +02:00
committed by GitHub
parent a0163d8df0
commit 7d07aaeba3
4 changed files with 83 additions and 5 deletions

View File

@@ -161,6 +161,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ['sql'],
},
image: 'overview/img/feature-panel.png',
}),