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
4 changes: 2 additions & 2 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ Profile storage, credential providers, and Global Discovery Service integration.
## Next Steps

- [Configure authentication](/docs/guides/authentication) to connect to your environment
- [Explore the CLI commands](/docs/reference/cli/overview)
- [Learn the libraries](/docs/reference/libraries/overview)
- [Explore the CLI commands](/docs/reference/cli)
- [Learn the libraries](/docs/reference/libraries)
4 changes: 2 additions & 2 deletions docs/guides/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,5 +343,5 @@ ppds auth create

## Next steps

- [CLI Command Reference](/docs/reference/cli/overview)
- [Libraries Overview](/docs/reference/libraries/overview)
- [CLI Command Reference](/docs/reference/cli)
- [Libraries Overview](/docs/reference/libraries)
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ All four of the first variables must be set. Setting one to three of four is a h
## Next Steps

- [Authentication](/docs/guides/authentication) — create profiles, service principal setup, federated auth
- [Libraries Overview](/docs/reference/libraries/overview) — the libraries the CLI is built on
- [Libraries Overview](/docs/reference/libraries) — the libraries the CLI is built on
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,4 @@ Breaking changes are listed in each package's `CHANGELOG.md` in the main repo: [
## Next steps

- [Authentication guide](/docs/guides/authentication) — profile creation and credential flows
- [CLI reference](/docs/reference/cli/overview) — commands built on these libraries
- [CLI reference](/docs/reference/cli) — commands built on these libraries
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ Treat the MCP server the same way you treat an interactive CLI session: scope it

- [Claude Code MCP docs](https://docs.claude.com/en/docs/claude-code/mcp) — host-side configuration and debugging
- [modelcontextprotocol.io](https://modelcontextprotocol.io) — protocol specification
- [PPDS CLI reference](/docs/reference/cli/overview) — same backend, command-line surface
- [PPDS CLI reference](/docs/reference/cli) — same backend, command-line surface
- [Authentication guide](/docs/guides/authentication) — create profiles for `--profile`
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const config: Config = {
items: [
{ label: 'Getting Started', to: '/docs/getting-started/installation' },
{ label: 'Guides', to: '/docs/guides/authentication' },
{ label: 'CLI Reference', to: '/docs/reference/cli/overview' },
{ label: 'CLI Reference', to: '/docs/reference/cli' },
],
},
{
Expand Down
15 changes: 2 additions & 13 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,8 @@ const sidebars: SidebarsConfig = {
label: 'Reference',
items: [
{
type: 'category',
label: 'CLI',
items: ['reference/cli/overview'],
},
{
type: 'category',
label: 'Libraries',
items: ['reference/libraries/overview'],
},
{
type: 'category',
label: 'MCP',
items: ['reference/mcp/overview'],
type: 'autogenerated',
dirName: 'reference',
},
],
},
Expand Down
Loading