docusaurus-plugin-glossary 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
# docusaurus-plugin-glossary
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/docusaurus-plugin-glossary)
|
|
4
|
+
[](https://github.com/mcclowes/docusaurus-plugin-glossary/actions/workflows/ci.yml)
|
|
5
|
+
|
|
6
|
+

|
|
7
|
+
|
|
3
8
|
A comprehensive Docusaurus plugin that provides glossary functionality with an auto-generated glossary page, searchable terms, and inline term tooltips.
|
|
4
9
|
|
|
5
|
-
> Compatibility: Fully compatible with Docusaurus v3 (MDX v3). If you were on a v2-era fork, please upgrade to the latest
|
|
10
|
+
> Compatibility: Fully compatible with Docusaurus v3 (MDX v3). If you were on a v2-era fork, please upgrade to the latest 2.x release of this plugin.
|
|
6
11
|
|
|
7
12
|
## Features
|
|
8
13
|
|
package/package.json
CHANGED