fix: remove unused background colors and tabs from documentation configuration
This commit is contained in:
+1
-15
@@ -10,11 +10,7 @@
|
|||||||
"colors": {
|
"colors": {
|
||||||
"primary": "#3B82F6",
|
"primary": "#3B82F6",
|
||||||
"light": "#EFF6FF",
|
"light": "#EFF6FF",
|
||||||
"dark": "#1E40AF",
|
"dark": "#1E40AF"
|
||||||
"background": {
|
|
||||||
"dark": "#0F172A",
|
|
||||||
"light": "#FFFFFF"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"topbarLinks": [
|
"topbarLinks": [
|
||||||
{
|
{
|
||||||
@@ -26,16 +22,6 @@
|
|||||||
"name": "Install",
|
"name": "Install",
|
||||||
"url": "https://github.com/thedotmack/claude-mem#quick-start"
|
"url": "https://github.com/thedotmack/claude-mem#quick-start"
|
||||||
},
|
},
|
||||||
"tabs": [
|
|
||||||
{
|
|
||||||
"name": "Documentation",
|
|
||||||
"url": "/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Architecture",
|
|
||||||
"url": "/architecture"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"navigation": [
|
"navigation": [
|
||||||
{
|
{
|
||||||
"group": "Get Started",
|
"group": "Get Started",
|
||||||
|
|||||||
Reference in New Issue
Block a user