You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/08/09 07:33:39 UTC

[pulsar-site] branch main updated: swagger lookup page

This is an automated email from the ASF dual-hosted git repository.

urfree 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 df32d1062e7 swagger lookup page
df32d1062e7 is described below

commit df32d1062e78bc9a90e3c456434f2c5ef97795a6
Author: Li Li <ur...@apache.org>
AuthorDate: Tue Aug 9 15:33:23 2022 +0800

    swagger lookup page
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/src/pages/lookup-rest-api.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/site2/website-next/src/pages/lookup-rest-api.js b/site2/website-next/src/pages/lookup-rest-api.js
new file mode 100644
index 00000000000..75183721ceb
--- /dev/null
+++ b/site2/website-next/src/pages/lookup-rest-api.js
@@ -0,0 +1,6 @@
+const React = require("react");
+import RestApi from "../components/RestApi";
+
+export default () => {
+  return <RestApi />;
+};