docs: add documentation about depinject and app wiring (#13683)

This commit is contained in:
Julien Robert
2022-11-07 19:19:07 +00:00
committed by GitHub
parent 5af7b5993c
commit c85447cdb9
23 changed files with 311 additions and 782 deletions
+1 -4
View File
@@ -426,7 +426,7 @@ html {
/* MARKDOWN */
.theme-code-block {
@apply font-jetbrain;
@apply font-jetbrain mt-3;
}
.markdown {
@@ -509,9 +509,6 @@ html {
& > ol {
@apply my-5;
}
& > p + .theme-code-block {
@apply mt-3;
}
}
}
}