这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from "fumadocs-ui/page";
import { notFound } from "next/navigation";
import defaultMdxComponents from "fumadocs-ui/mdx";
import { openapi, openapiPages } from "../../../source";
import { openapi, openapiPages } from "../source";
// eslint-disable-next-line rulesdir/global-css
import "./openapi.css";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { DocsLayout } from "@/components/docs-layout";
import { baseOptions } from "../../../../layout-config";
import { baseOptions } from "#/app/layout-config";
import { Navigation } from "@/components/nav";
import { Sidebar } from "#/components/docs-layout/sidebar";
import { openapiPages } from "../../source";
import { openapiPages } from "./source";

export default async function Layout({
children,
Expand Down
4 changes: 2 additions & 2 deletions docs/site/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ const config = {
},
// OpenAPI redirects (until we have more content)
{
source: "/repo/docs/openapi",
source: "/docs/openapi",
destination: "/repo/docs/openapi/artifacts/artifact-exists",
permanent: false,
},
{
source: "/repo/docs/openapi/artifacts",
source: "/docs/openapi/artifacts",
destination: "/repo/docs/openapi/artifacts/artifact-exists",
permanent: false,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-types/schemas/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,4 @@
"additionalProperties": false
}
}
}
}
2 changes: 1 addition & 1 deletion packages/turbo-types/schemas/schema.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@
"additionalProperties": false
}
}
}
}
2 changes: 1 addition & 1 deletion packages/turbo-types/schemas/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,4 @@
"additionalProperties": false
}
}
}
}
Loading