tisonkun commented on code in PR #610: URL: https://github.com/apache/pulsar-site/pull/610#discussion_r1246288959
########## 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) Review Comment: This link would break. I'll prepare a fix to it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
