mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-14 10:25:40 +00:00
* 358 Glossary project initial draft + styling for definition tags * added sidebar, revised styling * redundant styling specification * typo * switching to shared-file/import structure so we have a single source file to update regardless of version to achieve this, we needed to use an madx-code-block to give us a proper side navigation TOC * updated styling + synonyms * moved version back to before def as grouping it with the synonyms/related terms was visually confusing added some definitions (catalogs, downstream cluster) * styling * filling out definitions icons through M * build failed due to comment tag? * rem'd comments as they were causing the build to fail due to unexpected token error * revised some definitions * revised wording and some formatting fixes * syncing with list in PR * versioning * rm'd placeholders * added Sunil's definitions * tag * Apply suggestions from code review Co-authored-by: Billy Tat <btat@suse.com> Co-authored-by: Sunil Singh <sunil.singh@suse.com> * rm'd placeholder * rancher server definition + synonyms * rm'd note from files to put in issue * rm rancher enterprise, rke government * + extension catalogs & registered cluster, syncing related terms, syncing language in definitions * extra tag * versioning info for rke2 * Apply suggestions from code review Co-authored-by: Billy Tat <btat@suse.com> * Apply suggestions from code review Co-authored-by: Billy Tat <btat@suse.com> * updated RKE def --------- Co-authored-by: Billy Tat <btat@suse.com> Co-authored-by: Sunil Singh <sunil.singh@suse.com>
17 lines
391 B
Markdown
17 lines
391 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;
|
|
``` |