Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 081dc41

Browse files
committed
fix navigating + change api path to api-ref
1 parent a5860b7 commit 081dc41

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed
File renamed without changes.

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const config = {
103103
{
104104
spec: "openapi/NitroAPI.yaml", // can be local file, url, or parsed json object
105105
// spec: "openapi/OpenAIAPI.yaml",
106-
route: "/api/",
106+
route: "/api-reference/",
107107
},
108108
],
109109
theme: {

docs/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const sidebars = {
6161
],
6262

6363
apiSidebar: [
64-
"api"
64+
"api-reference"
6565
],
6666

6767
// communitySidebar: [

docs/src/styles/base.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
@layer base {
2-
html {
3-
@apply scroll-smooth;
4-
}
52
html[data-theme="light"] {
63
--ifm-background-color: white;
74
--ifm-color-primary: #2563eb; /* New Primary Blue */

0 commit comments

Comments
 (0)