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/05/15 06:03:08 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#ad96be0)

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 b5b0344c237 Docs sync done from apache/pulsar(#ad96be0)
b5b0344c237 is described below

commit b5b0344c237e705aed0cc499f38d2c0f97683964
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Sun May 15 06:03:03 2022 +0000

    Docs sync done from apache/pulsar(#ad96be0)
---
 site2/docs/develop-plugin.md              | 2 +-
 site2/website-next/docs/develop-plugin.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/docs/develop-plugin.md b/site2/docs/develop-plugin.md
index fe7129923d3..f35c7468c3a 100644
--- a/site2/docs/develop-plugin.md
+++ b/site2/docs/develop-plugin.md
@@ -57,7 +57,7 @@ For how to create a Maven project, see [here](https://maven.apache.org/guides/ge
 
 3. Describe a NAR file.
 
-    Create an `entry_filter.yml` file in the `resources/META-INF/services` directory to describe a NAR file.
+    Create an `entry_filter.yml` or `entry_filter.yaml` file in the `resources/META-INF/services` directory to describe a NAR file.
 
     ```conf
     # Entry filter name, which should be configured in the broker.conf file later
diff --git a/site2/website-next/docs/develop-plugin.md b/site2/website-next/docs/develop-plugin.md
index 6223c3dbbc0..55d6a2d84ce 100644
--- a/site2/website-next/docs/develop-plugin.md
+++ b/site2/website-next/docs/develop-plugin.md
@@ -59,7 +59,7 @@ For how to create a Maven project, see [here](https://maven.apache.org/guides/ge
 
 3. Describe a NAR file.
 
-   Create an `entry_filter.yml` file in the `resources/META-INF/services` directory to describe a NAR file.
+   Create an `entry_filter.yml` or `entry_filter.yaml` file in the `resources/META-INF/services` directory to describe a NAR file.
 
    ```conf