@@ -3,7 +3,7 @@ import yaml from 'vite-plugin-yaml'
33import llmstxt from 'vitepress-plugin-llms'
44import { defineConfig } from 'vitepress'
55import { useSidebar } from 'vitepress-openapi'
6- import spec from '../public /openapi.json' with { type : 'json' }
6+ import spec from './theme /openapi.json' with { type : 'json' }
77import container from 'markdown-it-container'
88import { bundledLanguages } from 'shiki'
99import { join , dirname } from 'node:path'
@@ -50,7 +50,7 @@ export default defineConfig({
5050 [ 'meta' , { property : 'twitter:url' , content : 'https://coolify.io/docs/' } ] ,
5151 [ 'meta' , { property : 'twitter:image' , content : 'https://coolcdn.b-cdn.net/assets/coolify/og-image-docs.png' } ] ,
5252 [ 'link' , { rel : 'icon' , href : '/docs/coolify-logo-transparent.png' } ] ,
53- [ 'link' , { rel : 'icon' , type : 'image/x-icon' , href : '/docs/public/ favicon.ico' } ] ,
53+ [ 'link' , { rel : 'icon' , type : 'image/x-icon' , href : '/favicon.ico' } ] ,
5454 [ 'script' , { defer : 'true' , src : 'https://analytics.coollabs.io/js/script.tagged-events.js' , 'data-domain' : env . VITE_ANALYTICS_DOMAIN ?? 'coolify.io/docs' } ] ,
5555 [ 'script' , { async : 'true' , src : '/docs/trieve-user-script.js' } ] ,
5656 ] ,
@@ -84,7 +84,7 @@ export default defineConfig({
8484
8585 socialLinks : [
8686 { icon : 'github' , link : 'https://github.com/coollabsio/coolify' } ,
87- { icon : 'discord' , link : 'https://discord.gg/coolify ' } ,
87+ { icon : 'discord' , link : 'https://coollabs.io/discord ' } ,
8888 { icon : 'x' , link : 'https://x.com/coolifyio' }
8989 ] ,
9090
@@ -550,6 +550,7 @@ export default defineConfig({
550550 items : [
551551 { text : 'Inaccessible ' , link : '/troubleshoot/dashboard/dashboard-inaccessible' } ,
552552 { text : 'Very Slow ' , link : '/troubleshoot/dashboard/dashboard-slow-performance' } ,
553+ { text : 'Disable 2FA Manually' , link : '/troubleshoot/dashboard/disable-2fa-manually' } ,
553554 ]
554555 } ,
555556 {
0 commit comments