File tree Expand file tree Collapse file tree 5 files changed +15
-43
lines changed Expand file tree Collapse file tree 5 files changed +15
-43
lines changed Original file line number Diff line number Diff line change 8
8
"preview" : " rspress preview"
9
9
},
10
10
"dependencies" : {
11
+ "@callstack/rspress-theme" : " ^0.1.3" ,
11
12
"rsbuild-plugin-open-graph" : " ^1.0.0" ,
12
13
"rspress" : " 1.20.1" ,
13
14
"rspress-plugin-font-open-sans" : " ^1.0.0" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { defineConfig } from 'rspress/config';
3
3
import { pluginFontOpenSans } from 'rspress-plugin-font-open-sans' ;
4
4
import vercelAnalytics from 'rspress-plugin-vercel-analytics' ;
5
5
import { pluginOpenGraph } from 'rsbuild-plugin-open-graph' ;
6
+ import callstackTheme from '@callstack/rspress-theme' ;
6
7
7
8
export default defineConfig ( {
8
9
root : 'docs' ,
@@ -27,6 +28,7 @@ export default defineConfig({
27
28
search : {
28
29
versioned : true ,
29
30
} ,
31
+ theme : callstackTheme ,
30
32
themeConfig : {
31
33
enableContentAnimation : true ,
32
34
enableScrollToTop : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,6 +14,17 @@ __metadata:
14
14
languageName : node
15
15
linkType : hard
16
16
17
+ " @callstack/rspress-theme@npm:^0.1.3 " :
18
+ version : 0.1.3
19
+ resolution : " @callstack/rspress-theme@npm:0.1.3"
20
+ peerDependencies :
21
+ react : ^19.0.0
22
+ bin :
23
+ rspress-theme : cli.cjs
24
+ checksum : 10c0/9a726c51294635a674a8a22727f196646271c208237aca1f9292ef327eea2699fb93db4a8a4e1e58029b45e4fa130e86faa562dc9ed17b19ec36874179afa03c
25
+ languageName : node
26
+ linkType : hard
27
+
17
28
" @isaacs/cliui@npm:^8.0.2 " :
18
29
version : 8.0.2
19
30
resolution : " @isaacs/cliui@npm:8.0.2"
@@ -5042,6 +5053,7 @@ __metadata:
5042
5053
version : 0.0.0-use.local
5043
5054
resolution : " website@workspace:."
5044
5055
dependencies :
5056
+ " @callstack/rspress-theme " : " npm:^0.1.3"
5045
5057
" @types/node " : " npm:^18"
5046
5058
" @types/react " : " npm:^18.2.64"
5047
5059
rsbuild-plugin-open-graph : " npm:^1.0.0"
You can’t perform that action at this time.
0 commit comments