diff --git a/docs/docs/usage/index.md b/docs/docs/usage/index.md index a9ca12b..c20d504 100644 --- a/docs/docs/usage/index.md +++ b/docs/docs/usage/index.md @@ -1,5 +1,6 @@ --- title: Usage +sidebar_position: 0 --- - [CLI Usage](cli) diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 2be8e55..f107f6c 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -3,7 +3,7 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs" const sidebars: SidebarsConfig = { usage: [{ type: "autogenerated", dirName: "usage" }], api: [ - "api/index", + { type: "doc", id: "api/index", label: "Overview" }, { type: "category", label: "Functions", diff --git a/src/types.ts b/src/types.ts index ea13df2..9dd5b9d 100644 --- a/src/types.ts +++ b/src/types.ts @@ -428,4 +428,5 @@ export type RemoteConfigLoadConfig = LogConfig & Pick +/** @internal */ export type ListCommandCliOptions = Pick