This is an automated email from the ASF dual-hosted git repository.
liuyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6f8d5159743 [doc][improve] add popular topics to dev landing page
(#610)
6f8d5159743 is described below
commit 6f8d515974314b6e3c7d9753d1f30519465ce291
Author: Anonymitaet <[email protected]>
AuthorDate: Wed Jun 28 10:16:23 2023 +0800
[doc][improve] add popular topics to dev landing page (#610)
---
docs/developers-landing.md | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/docs/developers-landing.md b/docs/developers-landing.md
index f5c8ccee181..36126827639 100644
--- a/docs/developers-landing.md
+++ b/docs/developers-landing.md
@@ -4,9 +4,22 @@ title: Pulsar for Developers
sidebar_label: "Pulsar for Developers"
---
-Developing applications for Pulsar can be a fun and rewarding experience. With
Pulsar, you can quickly create, deploy, and manage your services using a
powerful CLI tool and a comprehensive set of libraries. The topics below will
get you started!
+## Popular topics
-- [Develop simulation tools](develop-tools.md)
-- [Develop binary protocol](developing-binary-protocol.md)
-- [Develop load manager](develop-load-manager.md)
-- [Develop Pulsar plugin](develop-plugin.md)
+If you want to read top-viewed documents for developers, check out the
following concepts, examples, and tutorials.
+
+- [Pulsar concepts](concepts-messaging.md)
+- [Pulsar clients](client-libraries.md)
+- [Pulsar APIs](pulsar-api-overview.md)
+ - [Pulsar admin APIs](admin-api-overview.md)
+ - [Pulsar REST APIs](reference-rest-api-overview.md)
+- [Pulsar contribution guide](../../contribute)
+
+## Advanced topics
+
+If you want to learn how to develop Pulsar-related components, check out the
following documents.
+
+- [Create a test environment](develop-tools.md)
+- [Develop with the binary protocol](developing-binary-protocol.md)
+- [Develop broker load balancer](develop-load-manager.md)
+- [Develop plugins for Pulsar](develop-plugin.md)
\ No newline at end of file