Skip to content

Commit 5b0c81b

Browse files
committed
clean up stuff
1 parent 19ac475 commit 5b0c81b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/reference/intro.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

site/docusaurus.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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.

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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",

0 commit comments

Comments
 (0)