1+ import { useConfig } from 'nextra-theme-docs'
2+
13export default {
24 logo : (
35 < div style = { { display : 'flex' , alignItems : 'center' , gap : '0.5rem' } } >
@@ -24,50 +26,16 @@ export default {
2426 docsRepositoryBase : 'https://github.com/lokus-ai/docs' ,
2527 useNextSeoProps ( ) {
2628 return {
27- titleTemplate : '%s – Lokus Documentation' ,
28- defaultTitle : 'Lokus Documentation – Local-First Knowledge Management' ,
29- description : 'Comprehensive documentation for Lokus - a powerful, privacy-first knowledge management system with advanced features including interactive graph visualization, AI integration, databases, canvas, and more.' ,
30- openGraph : {
31- type : 'website' ,
32- locale : 'en_US' ,
33- url : 'https://docs.lokus.dev' ,
34- siteName : 'Lokus Documentation' ,
35- images : [
36- {
37- url : 'https://docs.lokus.dev/og-image.png' ,
38- width : 1200 ,
39- height : 630 ,
40- alt : 'Lokus Documentation'
41- }
42- ]
43- } ,
44- twitter : {
45- handle : '@lokus_ai' ,
46- site : '@lokus_ai' ,
47- cardType : 'summary_large_image'
48- } ,
49- additionalMetaTags : [
50- {
51- name : 'viewport' ,
52- content : 'width=device-width, initial-scale=1.0'
53- } ,
54- {
55- name : 'keywords' ,
56- content : 'lokus, knowledge management, note-taking, markdown editor, wiki links, graph visualization, local-first, privacy, tauri, rust, documentation'
57- } ,
58- {
59- name : 'author' ,
60- content : 'Lokus Team'
61- } ,
62- {
63- name : 'theme-color' ,
64- content : '#6366f1'
65- }
66- ]
29+ titleTemplate : '%s – Lokus Documentation'
6730 }
6831 } ,
6932 head : (
7033 < >
34+ < meta name = "viewport" content = "width=device-width, initial-scale=1.0" />
35+ < meta httpEquiv = "Content-Language" content = "en" />
36+ < meta name = "description" content = "Lokus Documentation: Local-First Knowledge Management" />
37+ < meta name = "og:title" content = "Lokus Documentation" />
38+ < meta name = "og:description" content = "Lokus Documentation: Local-First Knowledge Management" />
7139 < link rel = "icon" href = "/logo.svg" type = "image/svg+xml" />
7240 < link rel = "apple-touch-icon" href = "/logo.svg" />
7341 < meta name = "msapplication-TileColor" content = "#6366f1" />
0 commit comments