Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
19 changes: 19 additions & 0 deletions docs/glossary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Glossary
---

<!-- This page uses HTML definition list tags. dl indicates the start and end of a definition list. dt indicates the defined term, and dd the definition. These will stay in place until we upgrade to Docusaurus 3 and are able to add the remark-definition-list plugin for native Markdown syntax. We are currently blocked as the plugin requires a handler that isn't currently exposed. See https://github.com/facebook/docusaurus/discussions/8743#discussioncomment-6085581 and https://github.com/facebook/docusaurus/pull/9674 -->

<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/glossary"/>
</head>

This page covers Rancher-specific terminology and symbols which might be unfamiliar, or which differ between Rancher versions.

```mdx-code-block
import Glossary, {toc as GlossaryTOC} from "/shared-files/_glossary.md"

<Glossary />

export const toc = GlossaryTOC;
```
Loading