File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -38,14 +38,13 @@ const config: Config = {
3838 /** @type {import('@metamask/docusaurus-openrpc/dist/preset').Options } */
3939 {
4040 docs : {
41- id : 'execution-apis' ,
4241 routeBasePath : '/' ,
4342 openrpc : {
4443 openrpcDocument : '../refs-openrpc.json' ,
4544 path : 'Reference' ,
4645 sidebarLabel : 'JSON-RPC' ,
4746 } ,
48- path : '/' ,
47+
4948 sidebarPath : './sidebars.ts' ,
5049 // Please change this to your repo.
5150 // Remove this to remove the "edit this page" links.
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
77 "start" : " docusaurus start" ,
8- "build" : " docusaurus build" ,
8+ "build" : " docusaurus build && cp -r build/docs ../build/docs " ,
99 "swizzle" : " docusaurus swizzle" ,
1010 "deploy" : " docusaurus deploy" ,
1111 "clear" : " docusaurus clear" ,
You can’t perform that action at this time.
0 commit comments