mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-16 10:03:28 +00:00
Glossary project part 1 (#1305)
* 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>
This commit is contained in:
committed by
GitHub
parent
a90c5f94a1
commit
3c0a23c564
@@ -144,6 +144,23 @@ code {
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
dl p {
|
||||
font-size: .9rem;
|
||||
font-weight: lighter;
|
||||
margin-inline-start: 40px; /*This is intended to match the margin spacing for the dd element*/
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
background-image: -webkit-linear-gradient(left,#f3f3f3,#adadb1,#f3f3f3);
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user