Commit 3ad6598
Move the dummy article to input/
`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>1 parent 3dee451 commit 3ad6598
4 files changed
Lines changed: 18 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
This file was deleted.
0 commit comments