This repository was archived by the owner on Nov 2, 2024. It is now read-only.
File tree 1 file changed +15
-11
lines changed
1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { DocsThemeConfig, useConfig } from 'nextra-theme-docs'
3
3
import { useRouter } from 'next/router'
4
4
const logo = (
5
5
< span >
6
- < img src = ' /logo.png' />
6
+ < img src = " /logo.png" />
7
7
Mix Space
8
8
< style jsx > { `
9
9
span {
@@ -74,28 +74,32 @@ const config: DocsThemeConfig = {
74
74
footer : {
75
75
text : (
76
76
< div className = "flex w-full flex-col items-center sm:items-start" >
77
- < p className = "text-xs" >
78
- © { new Date ( ) . getFullYear ( ) } This project is licensed under AGPLv3 licensed. 2021 Innei
79
- </ p >
80
- </ div >
81
- )
77
+ < p className = "text-xs" >
78
+ © { new Date ( ) . getFullYear ( ) } This project is licensed under AGPLv3
79
+ with additional terms, and this documentation is licensed under CC BY
80
+ 4.0. All licensed. 2021-present Mix Space Team
81
+ </ p >
82
+ </ div >
83
+ ) ,
82
84
} ,
83
85
useNextSeoProps ( ) {
84
86
const { asPath } = useRouter ( )
85
87
if ( asPath !== '/' ) {
86
88
return {
87
- titleTemplate : '%s | Mix Space'
89
+ titleTemplate : '%s | Mix Space' ,
88
90
}
89
91
}
90
92
} ,
91
93
editLink : {
92
- text : 'Edit this page on GitHub →'
94
+ text : 'Edit this page on GitHub →' ,
93
95
} ,
94
96
banner : {
95
97
key : 'theme-shiro' ,
96
- text : < a href = "https://mx-space.js.org/themes/shiro" target = "_blank" >
97
- 🎨 New Mix Space theme `Shiro` is released. Read more →
98
- </ a > ,
98
+ text : (
99
+ < a href = "https://mx-space.js.org/themes/shiro" target = "_blank" >
100
+ 🎨 New Mix Space theme `Shiro` is released. Read more →
101
+ </ a >
102
+ ) ,
99
103
} ,
100
104
}
101
105
You can’t perform that action at this time.
0 commit comments