From 81b30b597a24cf0f37ec3b15b28afaf45a38193a Mon Sep 17 00:00:00 2001 From: "qian.yao" Date: Wed, 10 Apr 2024 09:35:52 +0800 Subject: [PATCH] update(ptk):add v1.4 to TOC --- product/en/docs-ptk/v1.1/toc.md | 6 +++++- product/zh/docs-ptk/v1.1/toc.md | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/product/en/docs-ptk/v1.1/toc.md b/product/en/docs-ptk/v1.1/toc.md index ad087fcd..64cfd42b 100644 --- a/product/en/docs-ptk/v1.1/toc.md +++ b/product/en/docs-ptk/v1.1/toc.md @@ -51,6 +51,9 @@ + [ptk env](./commands/ptk-env.md) + [ptk gen-static-config](./commands/ptk-gen-static-config.md) + [ptk cluster](./commands/ptk-cluster.md) + + [ptk cluster uninstall-cm](./commands/ptk-cluster-uninstall-cm.md) + + [ptk cluster install-cm](./commands/ptk-cluster-install-cm.md) + + [ptk cluster gen-cert-files](./commands/ptk-cluster-gen-cert-files.md) + [ptk cluster load-cm-vip](./commands/ptk-cluster-load-cm-vip.md) + [ptk cluster del-kerberos-auth](./commands/ptk-cluster-del-kerberos-auth.md) + [ptk cluster add-kerberos-auth](./commands/ptk-cluster-add-kerberos-auth.md) @@ -84,8 +87,8 @@ + [ptk cluster restart](./commands/ptk-cluster-restart.md) + [ptk cluster stop](./commands/ptk-cluster-stop.md) + [ptk cluster start](./commands/ptk-cluster-start.md) - + [ptk ls](./commands/ptk-ls.md) + [ptk uninstall](./commands/ptk-uninstall.md) + + [ptk ls](./commands/ptk-ls.md) + [ptk install](./commands/ptk-install.md) + [ptk exec](./commands/ptk-exec.md) + [ptk template](./commands/ptk-template.md) @@ -103,6 +106,7 @@ + [Troubleshooting](./debug.md) + [FAQ](./faq.md) + [Release Note](./release.md) + + [v1.4](./release-14x.md) + [v1.3](./release-13x.md) + [v1.2](./release-12x.md) + [v1.1](./release-11x.md) diff --git a/product/zh/docs-ptk/v1.1/toc.md b/product/zh/docs-ptk/v1.1/toc.md index 5b14c49a..3ea9064a 100644 --- a/product/zh/docs-ptk/v1.1/toc.md +++ b/product/zh/docs-ptk/v1.1/toc.md @@ -106,6 +106,7 @@ + [故障排查](./debug.md) + [常见问题](./faq.md) + [发布记录](./release.md) + + [v1.4](./release-14x.md) + [v1.3](./release-13x.md) + [v1.2](./release-12x.md) + [v1.1](./release-11x.md) -- Gitee