From 428dd80cfecc25b6bf5a9f7bc0e720b9602dcbb2 Mon Sep 17 00:00:00 2001 From: wuwen Date: Thu, 8 Sep 2022 15:03:55 +0800 Subject: [PATCH] Add `Javascript` components and `Rust` components to docs for component library. (#9580) --- docs/en/guides/Component-library-settings.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/guides/Component-library-settings.md b/docs/en/guides/Component-library-settings.md index 649dd1dba0..52661aaaf0 100644 --- a/docs/en/guides/Component-library-settings.md +++ b/docs/en/guides/Component-library-settings.md @@ -30,6 +30,8 @@ This uses a two-way mapping strategy. The agent or SDK could use the value (ID) - Python reserved: [7000, 8000) - PHP reserved: [8000, 9000) - C++ reserved: [9000, 10000) +- Javascript reserved: [10000, 11000) +- Rust reserved: [11000, 12000) Example: ```yaml