Move the in_dummy plugin article to input/#651
Open
Watson1978 wants to merge 1 commit into
Open
Conversation
`plugins/input/dummy.md` was the last file left under `plugins/`. Every other article moved out of that directory long ago, but this one stayed behind and was never added to SUMMARY.md, so GitBook does not publish it and `v1.0/articles/in_dummy` returns 404. `in_dummy` was renamed `in_sample` in v1.11.12, but the plugin itself is still shipped, so readers who land on the old URL should still get the article that explains the rename instead of a 404. * Move it to `input/dummy.md`, next to the other input plugin articles, and add it to SUMMARY.md right after `sample`. * Point the `v1.0/articles/in_dummy` redirect at the new path. * Fix its link to the `sample` article. `/input/sample.md` is a root-absolute path and does not resolve. * Match the conventions of the surrounding articles: `# dummy` as the title, like `input/sample.md` and the rest, and the current one-line footer. This was the only file in the repository still carrying the old hard-wrapped footer with a horizontal rule. It is intentionally left out of the plugin list in `input/README.md`, since `dummy` is a deprecated alias rather than a plugin to choose; `monitor_agent` is listed in SUMMARY.md but not there either. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
plugins/input/dummy.mdwas the last file left underplugins/. Every other article moved out of that directory long ago, but this one stayed behind and was never added toSUMMARY.md, so GitBook does not publish it — which is whyv1.0/articles/in_dummyreturns 404 today:in_dummywas renamedin_samplein v1.11.12, but the plugin is still shipped, so readers who land on the old URL should still get the article that explains the rename instead of a 404.Changes
input/dummy.md, next to the other input plugin articles, and add it toSUMMARY.mdright aftersample.v1.0/articles/in_dummyredirect at the new path.samplearticle:/input/sample.mdis a root-absolute path and does not resolve.# dummyas the title, likeinput/sample.mdand the rest, and the current one-line footer. This was the only file in the repository still carrying the old hard-wrapped footer with a horizontal rule.It is intentionally left out of the plugin list in
input/README.md, sincedummyis a deprecated alias rather than a plugin to choose.monitor_agentis listed inSUMMARY.mdbut not there either.Verification
honkit buildproducesinput/dummy.html, it appears in the sidebar, and its link tosampleresolves tosample.html. No reference to the oldplugins/input/dummy.mdpath remains anywhere in the repository.codespellpasses.Note
This is a follow-up to #650, which fixes the rest of the broken internal links. The two do not overlap: #650 deliberately leaves this file untouched, and both edit
.gitbook.yamlbut in different places.🤖 Generated with Claude Code