doc/edges: mention the edge-field option in examples

This commit is contained in:
Ariel Mashraki
2021-06-13 08:56:57 +03:00
committed by Ariel Mashraki
parent 49d11cc774
commit b444535a13
2 changed files with 76 additions and 0 deletions

View File

@@ -819,4 +819,11 @@ html[data-theme='dark'] .header-slack-link:before {
html[data-theme='dark'] .navbar__logo {
filter: invert(100%);
}
.docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}