docs(i18n): point tutorial entries at index pages

This commit is contained in:
pku-xht
2026-08-19 02:01:56 +08:00
parent d745107674
commit 4f8ff004e6
15 changed files with 46 additions and 15 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write docs/user/develop/basic/config.md
config.md: 21ba39fd7de1795e9139aff3e2b11743eedd4833
config.md: d935fc3f3b5b42c5b3fbd8d3b0d398a2608aead3
config.zh.md: 642a413950e2d8deb8591bc688968607604c050d
+1 -1
View File
@@ -102,5 +102,5 @@ A configuration edit hot-replaces the plugin: the framework unloads the old inst
## Next steps
- [Package and install a plugin](./publish.md) — ship the plugin as an installable package
- [Plugins and lifecycle](../framework/) — understand the full plugin lifecycle
- [Plugins and lifecycle](../framework/index.md) — understand the full plugin lifecycle
- [Services and dependencies](../framework/service.md) — provide a service to other plugins
+1 -1
View File
@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write docs/user/develop/basic/publish.md
publish.md: 9548fe2f8e4636dd160c79cd0d50f01f8bdfd3d1
publish.md: 17f83e5448d5cfc65cd128c3fe1abbaa88925f77
publish.zh.md: 00b8885d6cbd39fa9899e110b1d31ef96175e127
+1 -1
View File
@@ -179,5 +179,5 @@ If you would rather not ask users for the allowance, distribute built artifacts
## Next steps
- [Plugins and lifecycle](../framework/) — the full plugin lifecycle
- [Plugins and lifecycle](../framework/index.md) — the full plugin lifecycle
- [CLI behavior reference](../../../../apps/cli/reference/README.md) — exact layer precedence, flags, and profile mechanics
+1 -1
View File
@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write docs/user/develop/basic/tool.md
tool.md: eb262d131a7f2b540827e86e56f8c0a28cb5f904
tool.md: 24a82d277e626ba78760a0afb1c41e2a157eb8ee
tool.zh.md: a07bef588f5a18093cf2eb1971b855bf40d1d0b6
+2 -2
View File
@@ -2,7 +2,7 @@
English | [中文](tool.zh.md)
This tutorial adds a `greet` tool to the Web UI. Complete [Your first plugin](./) first and keep its `scratch-plugin` directory.
This tutorial adds a `greet` tool to the Web UI. Complete [Your first plugin](./index.md) first and keep its `scratch-plugin` directory.
## Create the tool plugin
@@ -49,4 +49,4 @@ Open `http://127.0.0.1:3080` and ask: `Use the greet tool to greet Ada.` The mod
- [Plugin configuration](./config.md) — make the greeting configurable.
- [Tool authoring reference](../../../cookbook/adding-a-tool.md) — look up nested schemas, canonical values, background work, policy hooks, Code Mode, and UI cards.
- [Capability layering](../practice/) — split a replaceable capability into Service Definition, Service Provider, and Consumer packages.
- [Capability layering](../practice/index.md) — split a replaceable capability into Service Definition, Service Provider, and Consumer packages.