File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
content/guide/getting-started Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,14 @@ export default defineConfig({
43
43
{ href : 'https://fonts.googleapis.com/css2?family=Roboto&display=swap' , rel : 'stylesheet' } ,
44
44
] ,
45
45
] ,
46
+ lastUpdated : true ,
46
47
themeConfig : {
47
48
search : {
48
49
provider : 'local' ,
49
50
} ,
51
+ editLink : {
52
+ pattern : 'https://github.com/selemondev/spark-ui/edit/main/docs/:path'
53
+ } ,
50
54
logo : '../icon.png' ,
51
55
nav : [
52
56
{ text : 'Guide' , items : [
@@ -81,6 +85,8 @@ export default defineConfig({
81
85
82
86
socialLinks : [
83
87
{ icon : 'github' , link : 'https://github.com/selemondev/spark-ui' } ,
88
+ { icon : 'twitter' , link : 'https://twitter.com/selemondev' } ,
89
+ { icon : 'discord' , link : 'https://discord.com/invite/87p2vpsat5' } ,
84
90
] ,
85
91
footer : {
86
92
message : 'Released under the MIT License.' ,
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : doc
3
+ ---
You can’t perform that action at this time.
0 commit comments