You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/13 02:57:17 UTC

[GitHub] [apisix-website] juzhiyuan commented on a change in pull request #716: feat: add Datadog plugin card in plugin hub

juzhiyuan commented on a change in pull request #716:
URL: https://github.com/apache/apisix-website/pull/716#discussion_r748672571



##########
File path: website/static/data/plugin.json
##########
@@ -145,6 +145,10 @@
             {
                 "name": "zipkin",
                 "description": "Zipkin is a OpenTracing plugin"
+            },
+            {
+                "name": "datadog",
+                "description": "Datadog is a monitoring plugin built into Apache APISIX for seamless integration with Datadog"

Review comment:
       Hi @bisakhmondal @yzeng25, do we have a better description for it?

##########
File path: website/src/pages/plugins.js
##########
@@ -167,7 +167,7 @@ function Plugins(props) {
       }
       return (
         <div key={plugin.name}>
-          <PluginCard href={`https://apisix.apache.org/docs/apisix/plugins/${pluginUrl}`} target="_blank">
+          <PluginCard href={`https://apisix.apache.org/docs/apisix/next/plugins/${pluginUrl}`} target="_blank">

Review comment:
       According to mailing list: https://lists.apache.org/thread/fprf95hxjwvbtomndsbd7mh9s7vzfykd
   
   We don't have an agreement on this IMO 🤔 




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org