feat: docker docs, semantic search alpha

This commit is contained in:
Jacky Zhao
2022-11-20 15:09:58 -08:00
parent c12af32a5a
commit e9aa6ae9e7
11 changed files with 71 additions and 70 deletions

View File

@ -299,13 +299,11 @@ footer {
}
hr {
width: 25%;
margin: 4em auto;
height: 2px;
border-radius: 1px;
border-width: 0;
color: var(--dark);
background-color: var(--dark);
width: 100%;
margin: 2em auto;
height: 1px;
border: none;
background-color: var(--outlinegray);
}
.page-end {