This is an automated email from the ASF dual-hosted git repository.
slievrly pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new c07818fbec6 docs: add namingserver registry documentation (#1082)
c07818fbec6 is described below
commit c07818fbec6aaaf6c46f0bb241154abc83b47f91
Author: xchy2004 <[email protected]>
AuthorDate: Sun Sep 6 10:50:10 2026 +0800
docs: add namingserver registry documentation (#1082)
---
docs/user/registry/namingserver.md | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/docs/user/registry/namingserver.md
b/docs/user/registry/namingserver.md
index 8f9293a8d53..9af36a8ae1f 100644
--- a/docs/user/registry/namingserver.md
+++ b/docs/user/registry/namingserver.md
@@ -1 +1,27 @@
-Placeholder. DO NOT DELETE.
+---
+title: Seata Namingserver Registry
+keywords: [Seata, Namingserver, Registry]
+description: Use Seata Namingserver as the registry center.
+---
+
+# Namingserver Registry
+
+Namingserver is Seata's native registry center. It maintains the mapping
between transaction groups and Seata server clusters, and helps Seata clients
discover available Seata server nodes.
+
+:::caution
+Namingserver is currently a beta feature. Please evaluate it carefully before
using it in production, and do not expose the service directly to the public
network.
+:::
+
+## Start Namingserver
+
+You can start Namingserver from a binary package or by using the Docker image.
+
+### Start from Binary Package
+
+Download and extract the Seata binary package, then enter the
`seata-namingserver` directory.
+
+For macOS or Linux:
+
+```shell
+bin/seata-namingserver.sh
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]