Skip to content

Commit d48e9fe

Browse files
committed
Add glossary back
1 parent ad6366f commit d48e9fe

File tree

4 files changed

+692
-12
lines changed

4 files changed

+692
-12
lines changed

docs/docs-home.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ slug: /
33
sidebar_position: 0
44
---
55

6+
import Term from "@lunaticmuch/docusaurus-terminology/components/tooltip.js";
67

78

89
# Home
910

1011
## Unraid Documentation
1112

12-
Welcome!
13+
Welcome! <Term popup="A standard interface mode for disk controllers that allows storage devices to communicate with your computer. In Unraid, AHCI mode is typically recommended for better compatibility." reference="\docs\terms\AHCI">AHCI</Term>
1314

1415
Hi Larry. This landing page is temporary while I'm working on the rest of the documentation, and will be completed after the content is in place. Also, there's a glossary term at the beginning so you can see what that functionality will look like. Have a great day!

docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ const config = {
190190
disableInDev: false,
191191
},
192192
],
193+
[
194+
"@lunaticmuch/docusaurus-terminology",
195+
{
196+
//options
197+
}
198+
]
193199
],
194200
};
195201

0 commit comments

Comments
 (0)