Merge pull request #25299 from sftim/20201129_revise_api_reference

Revise “Kubernetes API Concepts”
This commit is contained in:
Kubernetes Prow Robot
2021-11-01 09:47:20 -07:00
committed by GitHub
2 changed files with 520 additions and 180 deletions
+10
View File
@@ -728,3 +728,13 @@ figure {
}
}
}
// Indent definition lists
dl {
padding-left: 1.5em;
// Add vertical space before definitions
> *:not(dt) + dt, dt:first-child {
margin-top: 1.5em;
}
}