Skip to content

Commit ee97f5c

Browse files
anubhavsinghmaarclaude
authored andcommitted
fix(docs): drop sidebar entry for a page that was never added
sidebars.js referenced ui-testing-with-kane-cli, but docs/ui-testing-with-kane-cli.md exists on neither stage nor main. Docusaurus validates sidebar ids at load, so "npx docusaurus build" fails on stage today: Invalid sidebar file at "sidebars-unified.js". These sidebar document ids do not exist: - ui-testing-with-kane-cli This is pre-existing and unrelated to the mobile docs, but it blocks the build check on any docs PR, so it is fixed here in its own commit. If the page is being written, replace this commit by adding the file instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 790c4ed commit ee97f5c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

sidebars.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5246,11 +5246,6 @@ module.exports = {
52465246
label: "API Testing",
52475247
id: "api-testing-with-kane-cli",
52485248
},
5249-
{
5250-
type: "doc",
5251-
label: "UI Testing",
5252-
id: "ui-testing-with-kane-cli",
5253-
},
52545249
{
52555250
type: "doc",
52565251
label: "AI Coding Agents",

0 commit comments

Comments
 (0)