Skip to content

Commit 0beda6f

Browse files
committed
docs: add database migration documentation
1 parent 3812617 commit 0beda6f

File tree

2 files changed

+535
-18
lines changed

2 files changed

+535
-18
lines changed

docs.json

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
33
"theme": "mint",
4-
"name": "ElizaOS Documentation",
4+
"name": "ElizaOS Documentation",
55
"homepage": "index",
66
"colors": {
77
"primary": "#0B35F1",
@@ -31,12 +31,7 @@
3131
"groups": [
3232
{
3333
"group": "GETTING STARTED",
34-
"pages": [
35-
"index",
36-
"installation",
37-
"quickstart",
38-
"what-you-can-build"
39-
]
34+
"pages": ["index", "installation", "quickstart", "what-you-can-build"]
4035
},
4136
{
4237
"group": "GUIDES",
@@ -47,15 +42,13 @@
4742
"guides/deploy-a-project",
4843
"guides/create-a-plugin",
4944
"guides/publish-a-plugin",
45+
"guides/dynamic-migrations",
5046
"guides/contribute-to-core"
5147
]
5248
},
5349
{
5450
"group": "PROJECTS",
55-
"pages": [
56-
"projects/overview",
57-
"projects/environment-variables"
58-
]
51+
"pages": ["projects/overview", "projects/environment-variables"]
5952
},
6053
{
6154
"group": "AGENTS",
@@ -412,12 +405,6 @@
412405
}
413406
},
414407
"contextual": {
415-
"options": [
416-
"copy",
417-
"view",
418-
"chatgpt",
419-
"claude",
420-
"perplexity"
421-
]
408+
"options": ["copy", "view", "chatgpt", "claude", "perplexity"]
422409
}
423410
}

0 commit comments

Comments
 (0)