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

DOCS-1007: Create sync pattern to pull in the CRD during releases (#1025)

Closes #1007
This commit is contained in:
Ravind Kumar
2023-10-10 16:45:06 -04:00
committed by GitHub
parent d96f3ee959
commit 69e291fa6e
8 changed files with 1691 additions and 1 deletions

View File

@ -370,4 +370,14 @@ figcaption {
font-size: small;
font-weight: bold;
}
}
// ---------------------------------------
// Fixing table issues from asciidoc -> md
// ---------------------------------------
table thead tr.header {
background-color: lightgray;
box-shadow: none;
}