diff --git a/packages/dashboard/src/app.css b/packages/dashboard/src/app.css index 94d386dd..5c12cfd4 100644 --- a/packages/dashboard/src/app.css +++ b/packages/dashboard/src/app.css @@ -13,6 +13,10 @@ @apply mt-2 mb-2; } +.prose :where(blockquote):not(:where([class~='not-prose'], [class~='not-prose'] *)) { + quotes: none; +} + .docs-content img { @apply border-accent rounded-lg border; } diff --git a/packages/dashboard/src/routes/(app)/instances/[instanceId]/+layout.svelte b/packages/dashboard/src/routes/(app)/instances/[instanceId]/+layout.svelte index 5629801e..1e2a5007 100644 --- a/packages/dashboard/src/routes/(app)/instances/[instanceId]/+layout.svelte +++ b/packages/dashboard/src/routes/(app)/instances/[instanceId]/+layout.svelte @@ -48,23 +48,23 @@ {#if isReady}
Your PocketBase URL is
-Your PocketBase URL is
+Installing PocketBase
-Installing PocketBase
+Connecting to Your Instance
- {#if $instance.cname} - {#if $instance.cname_active} -.noaxis on Discord to get set up.
- Connecting to Your Instance
+Making Your First Query
-Making Your First Query
+Additional Resources:
-Additional Resources:
+- Admin Sync ensures that your instance always has an admin account that matches the login credentials of your - pockethost.io account. -
++ Admin Sync ensures that your instance always has an admin account that matches the login credentials of your + pockethost.io account. +
-pb_data/*
pb_public/*
pb_migrations/*
pb_static/*
pb_data/*
pb_public/*
pb_migrations/*
pb_static/*