1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Procedure for updating Operator (#608)

Build out Operator Upgrade Procedure

Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
Ravind Kumar
2022-10-12 12:08:30 -04:00
committed by GitHub
parent 6e7444c812
commit 8d8e6bca29
6 changed files with 340 additions and 20 deletions

View File

@ -299,7 +299,6 @@ ul {
list-style-type: disc;
}
// ----------------------
// Misc
// ----------------------
@ -316,4 +315,16 @@ abbr, acronym {
dt:target,
span.highlighted {
background-color: transparent;
}
// ----------------------
// Container - Procedure
// ----------------------
.container.procedure {
padding: 0px;
> ol > li > p:first-of-type {
font-weight: bold;
}
}