Skip to content

Commit 3ed253f

Browse files
authored
Merge pull request #3 from open-craft/add-meilisearch
feat: Add meilisearch plugin to redwood contrib index
2 parents 2103ebf + 5c7f2bd commit 3ed253f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

contrib/nightly/plugins.yml

+9
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@
1515
description: |
1616
Tutor plugin enable pod-autoscaling mechanisms for OpenedX installations in Kubernetes.
1717
The specific mechanisms are HPA and VPA.
18+
19+
- name: meilisearch
20+
src: -e git+https://github.com/open-craft/tutor-contrib-meilisearch@main#egg=tutor-meilisearch
21+
url: https://github.com/open-craft/tutor-contrib-meilisearch
22+
author: OpenCraft
23+
maintainer: OpenCraft
24+
description: |
25+
Tutor plugin to install Meilisearch and enable course content search in Studio.
26+
See the README on GitHub for further setup instructions.

contrib/redwood/plugins.yml

+9
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@
1515
description: |
1616
Tutor plugin enable pod-autoscaling mechanisms for OpenedX installations in Kubernetes.
1717
The specific mechanisms are HPA and VPA.
18+
19+
- name: meilisearch
20+
src: -e git+https://github.com/open-craft/[email protected]#egg=tutor-meilisearch
21+
url: https://github.com/open-craft/tutor-contrib-meilisearch
22+
author: OpenCraft
23+
maintainer: OpenCraft
24+
description: |
25+
Tutor plugin to install Meilisearch and enable course content search in Studio.
26+
See the README on GitHub for further setup instructions.

0 commit comments

Comments
 (0)