diff --git a/.env.example b/.env.example
index 76129748..fa3c27f1 100644
--- a/.env.example
+++ b/.env.example
@@ -1,8 +1,9 @@
NUXT_PUBLIC_SITE_URL=http://localhost:3000
NUXT_SITE_ENV=preview
-NUXT_PUBLIC_INKEEP_API_KEY=1cc5c5549ed34af9402c9370e3f5f3a095e6c8daafdfa955
NUXT_PUBLIC_NEWSLETTER_URL=https://product-team.directus.app/flows/trigger/webhook_id
NUXT_PUBLIC_PRODUCT_DIRECTUS_URL=https://product-team.directus.app
NUXT_IMAGE_DOMAINS="product-team.directus.app"
POSTHOG_API_KEY="phc_api_key"
POSTHOG_API_HOST="https://us.i.posthog.com"
+ALGOLIA_API_KEY="api_key"
+ALGOLIA_APPLICATION_ID="application_id"
diff --git a/app/app.config.ts b/app/app.config.ts
deleted file mode 100644
index 71f0e7db..00000000
--- a/app/app.config.ts
+++ /dev/null
@@ -1,26 +0,0 @@
-export default defineAppConfig({
- inkeep: {
- baseSettings: {
- primaryBrandColor: '#4322DD',
- organizationDisplayName: 'Directus',
- theme: {
- tokens: {
- fonts: {
- heading: '\'Poppins\', sans-serif',
- body: '\'Inter\', sans-serif',
- mono: '\'Fire Mono\', monospace',
- },
- },
- },
- colorMode: {
- enableSystem: true,
- },
- },
- modalSettings: {
- isModeSwitchingEnabled: false,
- defaultView: 'search',
- },
- searchSettings: {
- },
- },
-});
diff --git a/app/assets/css/main.scss b/app/assets/css/main.scss
index 4731d5c3..ec50e800 100644
--- a/app/assets/css/main.scss
+++ b/app/assets/css/main.scss
@@ -142,6 +142,12 @@ pre {
svg.icon {
margin-bottom: 4px;
}
+ video {
+ width: 100%;
+ border-radius: var(--border-radius);
+ overflow: hidden;
+ margin-bottom: 1rem;
+ }
}
.section-title {
diff --git a/app/components/DefaultLayout.vue b/app/components/DefaultLayout.vue
index 0d0a3efe..fbffb15d 100644
--- a/app/components/DefaultLayout.vue
+++ b/app/components/DefaultLayout.vue
@@ -11,5 +11,6 @@ const route = useRoute();
+
diff --git a/app/components/LayoutFooter.vue b/app/components/LayoutFooter.vue
new file mode 100644
index 00000000..ea878fbb
--- /dev/null
+++ b/app/components/LayoutFooter.vue
@@ -0,0 +1,380 @@
+
+
+
+
+
+
+
+
+
diff --git a/app/components/articles/ArticlesLayout.vue b/app/components/articles/ArticlesLayout.vue
index 837907d6..35932b60 100644
--- a/app/components/articles/ArticlesLayout.vue
+++ b/app/components/articles/ArticlesLayout.vue
@@ -9,22 +9,15 @@ defineProps<{
-
+
{{ title }}
-
+