docs: added a note about db user create privilege (#4584)
* docs: added a note about db user create privilege * added troubleshooting section
This commit is contained in:
@@ -1876,7 +1876,7 @@ module.exports = {
|
||||
{
|
||||
type: "doc",
|
||||
id: "troubleshooting/database-error",
|
||||
label: "Database SASL Error",
|
||||
label: "Database Errors",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function DocItemContent({ children }: Props): JSX.Element {
|
||||
badge && "md:tw-flex md:tw-items-center md:tw-gap-0.5 tw-mb-2"
|
||||
)}
|
||||
>
|
||||
<Heading as="h1" className="!tw-mb-0">
|
||||
<Heading as="h1" className={clsx(badge && "!tw-mb-0")}>
|
||||
{syntheticTitle}
|
||||
{badge && (
|
||||
<Badge
|
||||
|
||||
Reference in New Issue
Block a user