docs: refactor documentations of user guide (#225)

重构用户指南的部分内容。

/kind documentation

```release-note
None
```
This commit is contained in:
Ryan Wang
2023-06-09 11:02:11 +08:00
committed by GitHub
parent f9bbef1a63
commit 3ef8b4c0f9
56 changed files with 491 additions and 1215 deletions

View File

@@ -27,6 +27,12 @@
padding: 0 var(--ifm-pre-padding);
}
html[data-theme='dark'] .docusaurus-highlight-code-line {
html[data-theme="dark"] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
}
p > img {
border-radius: 0.4rem;
box-shadow: 2px 2px 0.4rem 2px rgba(0, 0, 0, 0.3);
overflow: hidden;
}