docs: add Learning Hub article on installing and using plugins

- New article covering plugin concepts, finding/installing/managing plugins,
  marketplace browsing, and how this repo serves as a plugin marketplace
- Add 'installing-and-using-plugins' to fundamentalsOrder in index.astro
  and ArticleLayout.astro
- Add Plugin entry to terminology glossary

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Powell
2026-02-26 14:26:29 +11:00
parent 9d4e024f24
commit 4b25ed4543
4 changed files with 265 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ const fundamentalsOrder = [
'understanding-mcp-servers',
'automating-with-hooks',
'using-copilot-coding-agent',
'installing-and-using-plugins',
'before-after-customization-examples',
];