mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-16 03:15:39 +00:00
* Update docusaurus.config.js/Remove v2.5 redirects and update v2.5 label and path * Update version-2.5-sidebars.json with notice * Remove v2.5 files/Add v2.5 files to archived_docs folder * Fix broken link * Fix broken link/typo * Fix broken links
18 lines
392 B
Markdown
18 lines
392 B
Markdown
---
|
|
title: Glossary
|
|
---
|
|
|
|
<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;
|
|
```
|