From ab24200ebe26fd0d0f575e139138af33d7d7f1b4 Mon Sep 17 00:00:00 2001 From: Roger Qiu Date: Tue, 14 Oct 2025 16:56:33 -0500 Subject: [PATCH] chore: renaming PSP-1 slug to just `psp-1` - easier to read --- .../{PSP-1 - Capability Model and Grammar.mdx => psp-1.mdx} | 0 sidebars.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/reference/specifications/{PSP-1 - Capability Model and Grammar.mdx => psp-1.mdx} (100%) diff --git a/docs/reference/specifications/PSP-1 - Capability Model and Grammar.mdx b/docs/reference/specifications/psp-1.mdx similarity index 100% rename from docs/reference/specifications/PSP-1 - Capability Model and Grammar.mdx rename to docs/reference/specifications/psp-1.mdx diff --git a/sidebars.ts b/sidebars.ts index 18d8e66..b4ee061 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -103,7 +103,7 @@ const sidebars: SidebarsConfig = { id: 'reference/specifications/README' }, items: [ - 'reference/specifications/PSP-1 - Capability Model and Grammar', + 'reference/specifications/psp-1', ], }, {