Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

archive kafka events plugin #1423

Merged
merged 3 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions archived_plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Archived Plugins

Below is a list of plugins that once resided in this repo but have since been archived.

Archiving a plugin may occur for a few reasons:

- **Merged:** the functionality of the plugin has been merged into the core ACA-Py distribution
- **Deprecated:** the plugin is deprecated in favor of features provided by core ACA-Py or another plugin
- **Abandoned:** the plugin is no longer used or maintained

These plugins have been archived but still exist in the history of this repo. A reference to the last commit/tag containing the plugin is included to easily locate a particular archived plugin in the history.

The first item in the table is an example only and does not represent a real archived plugin. This example may be removed after a real plugin is archived.

Archived Plugin | Reason | Reference
------------------------|--------|----------
Example Archived Plugin | Merged | https://github.com/openwallet-foundation/acapy-plugins/commit/3bad29d553a6c8b8150cf4f877ba34d73e630f0c
3 changes: 2 additions & 1 deletion setupDocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ for d in */ ; do
fi
done

# Generate the contributing navigation entries
# Generate the remaining navigation entries
cat <<-EOF >>${MKDOCS}
- Archived: archived_plugins.md
- Contributing:
- How to Contribute: CONTRIBUTING.md
- Maintainers: MAINTAINERS.md
Expand Down
Loading