@@ -5,7 +5,7 @@ const config = {
5
5
title : "eliza" ,
6
6
tagline : "The flexible, scalable AI agent for everyone" ,
7
7
favicon : "img/favicon.ico" ,
8
-
8
+
9
9
// GitHub Pages Configuration
10
10
url : "https://ai16z.github.io" ,
11
11
baseUrl : "/eliza/" ,
@@ -15,7 +15,7 @@ const config = {
15
15
trailingSlash : true ,
16
16
onBrokenLinks : "throw" ,
17
17
onBrokenMarkdownLinks : "warn" ,
18
-
18
+
19
19
i18n : {
20
20
defaultLocale : "en" ,
21
21
locales : [ "en" ] ,
@@ -24,7 +24,7 @@ const config = {
24
24
mermaid : true ,
25
25
} ,
26
26
themes : [
27
- " @docusaurus/theme-mermaid" ,
27
+ ' @docusaurus/theme-mermaid' ,
28
28
// Any other themes...
29
29
] ,
30
30
plugins : [
@@ -35,7 +35,7 @@ const config = {
35
35
entryPoints : [ "src/index.ts" ] ,
36
36
tsconfig : "../tsconfig.json" ,
37
37
out : "./api" ,
38
- skipErrorChecking : true ,
38
+ skipErrorChecking : true ,
39
39
} ,
40
40
] ,
41
41
// Search functionality
@@ -72,7 +72,7 @@ const config = {
72
72
( {
73
73
// Enable dark mode by default
74
74
colorMode : {
75
- defaultMode : " dark" ,
75
+ defaultMode : ' dark' ,
76
76
disableSwitch : false ,
77
77
respectPrefersColorScheme : true ,
78
78
} ,
@@ -107,50 +107,50 @@ const config = {
107
107
href : "https://github.com/ai16z/eliza" ,
108
108
label : "GitHub" ,
109
109
position : "right" ,
110
- } ,
111
- ] ,
110
+ }
111
+ ]
112
112
} ,
113
113
footer : {
114
- style : " dark" ,
114
+ style : ' dark' ,
115
115
links : [
116
116
{
117
- title : " Docs" ,
117
+ title : ' Docs' ,
118
118
items : [
119
- {
120
- label : " General" ,
121
- href : "./" ,
119
+ {
120
+ label : ' General' ,
121
+ href : './'
122
122
} ,
123
- ] ,
123
+ ]
124
124
} ,
125
125
{
126
- title : " Community" ,
126
+ title : ' Community' ,
127
127
items : [
128
128
{
129
- label : " Discord" ,
130
- href : " https://discord.gg/NQHKW7US" ,
129
+ label : ' Discord' ,
130
+ href : ' https://discord.gg/NQHKW7US'
131
131
} ,
132
132
{
133
- label : " Twitter" ,
134
- href : " https://twitter.com/pmairca" ,
135
- } ,
136
- ] ,
133
+ label : ' Twitter' ,
134
+ href : ' https://twitter.com/pmairca'
135
+ }
136
+ ]
137
137
} ,
138
138
{
139
- title : " More" ,
139
+ title : ' More' ,
140
140
items : [
141
141
{
142
- label : " GitHub" ,
143
- href : " https://github.com/ai16z/eliza" ,
144
- } ,
145
- ] ,
146
- } ,
142
+ label : ' GitHub' ,
143
+ href : ' https://github.com/ai16z/eliza'
144
+ }
145
+ ]
146
+ }
147
147
] ,
148
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } ai16z.ai` ,
148
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } ai16z.ai`
149
149
} ,
150
150
prism : {
151
151
theme : prismThemes . github ,
152
- darkTheme : prismThemes . dracula ,
153
- } ,
152
+ darkTheme : prismThemes . dracula
153
+ }
154
154
} ) ,
155
155
} ;
156
156
export default config ;
0 commit comments