Skip to content

Commit

Permalink
Merge pull request #1421 from sunilarjun/sync-glossary-v2.9
Browse files Browse the repository at this point in the history
Re-syncing Glossary - v2.9 Docs/Versioned Sidebars
  • Loading branch information
sunilarjun authored Aug 2, 2024
2 parents c2f2645 + 25450ce commit c81ab8a
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 6 deletions.
17 changes: 17 additions & 0 deletions versioned_docs/version-2.9/glossary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
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;
```
3 changes: 2 additions & 1 deletion versioned_sidebars/version-2.0-2.4-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,7 @@
}
]
},
"contribute-to-rancher"
"contribute-to-rancher",
"glossary"
]
}
3 changes: 2 additions & 1 deletion versioned_sidebars/version-2.5-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,7 @@
}
]
},
"contribute-to-rancher"
"contribute-to-rancher",
"glossary"
]
}
3 changes: 2 additions & 1 deletion versioned_sidebars/version-2.6-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@
}
]
},
"contribute-to-rancher"
"contribute-to-rancher",
"glossary"
]
}
3 changes: 2 additions & 1 deletion versioned_sidebars/version-2.7-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,7 @@
}
]
},
"contribute-to-rancher"
"contribute-to-rancher",
"glossary"
]
}
3 changes: 2 additions & 1 deletion versioned_sidebars/version-2.8-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@
"api/v3-rancher-api-guide"
]
},
"contribute-to-rancher"
"contribute-to-rancher",
"glossary"
]
}
3 changes: 2 additions & 1 deletion versioned_sidebars/version-2.9-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,7 @@
"api/v3-rancher-api-guide"
]
},
"contribute-to-rancher"
"contribute-to-rancher",
"glossary"
]
}

0 comments on commit c81ab8a

Please sign in to comment.