docs: Обновлён README.md и добавлен grip.css

This commit is contained in:
Maxim Slipenko 2024-02-03 14:47:21 +03:00
parent f23584030e
commit 4a131a8c64
2 changed files with 22 additions and 3 deletions

View File

@ -39,9 +39,11 @@ poetry install
pyinstaller statapp.spec # или pyinstaller statapp.spec -- --one-file
```
Документация собирается с помощью [grip](https://github.com/joeyespo/grip)
## Использование
<!-- TODO -->
Использование описано в [Руководстве пользователя](docs/README.md).
## Чем я могу помочь проекту?

17
docs/grip.css Normal file
View File

@ -0,0 +1,17 @@
#preview-page {
margin-top: 0px;
margin-bottom: 0px;
}
#readme {
border: none;
}
#readme > .Box-header {
border: none;
display: none !important;
}
#readme > .Box-body {
border: none;
}