This repository was archived by the owner on Jul 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default defineConfig({
3232 "label" : "Home" ,
3333 link : '/' ,
3434 attrs : {
35- icon : 'flag .svg'
35+ icon : 'home .svg'
3636 } ,
3737 } ,
3838 {
@@ -42,7 +42,7 @@ export default defineConfig({
4242 "label" : "What is Daytona?" ,
4343 "link" : "/explanation/what-is-daytona" ,
4444 attrs : {
45- icon : 'git-commit .svg'
45+ icon : 'flag .svg'
4646 } ,
4747 } ,
4848 ]
@@ -54,7 +54,7 @@ export default defineConfig({
5454 "label" : "Installation" ,
5555 "link" : "/installation/installation" ,
5656 attrs : {
57- icon : 'git-commit .svg'
57+ icon : 'install .svg'
5858 } ,
5959 }
6060 ]
@@ -66,7 +66,7 @@ export default defineConfig({
6666 "label" : "Git Providers" ,
6767 "link" : "/configuration/git-providers" ,
6868 attrs : {
69- icon : 'git-commit .svg'
69+ icon : 'git-branch .svg'
7070 } ,
7171 } ,
7272 {
@@ -85,7 +85,7 @@ export default defineConfig({
8585 "label" : "Workspaces" ,
8686 "link" : "/usage/workspaces" ,
8787 attrs : {
88- icon : 'git-commit .svg'
88+ icon : 'computer .svg'
8989 } ,
9090 } ,
9191 ]
@@ -97,14 +97,14 @@ export default defineConfig({
9797 "label" : "CLI" ,
9898 "link" : "/reference/cli" ,
9999 attrs : {
100- icon : 'git-commit .svg'
100+ icon : 'terminal .svg'
101101 } ,
102102 } ,
103103 {
104104 "label" : "Server" ,
105105 "link" : "/reference/server" ,
106106 attrs : {
107- icon : 'git-commit .svg'
107+ icon : 'globe .svg'
108108 } ,
109109 } ,
110110 ]
You can’t perform that action at this time.
0 commit comments