Skip to content

Commit

Permalink
правки
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed Aug 29, 2024
1 parent 9e5dc9c commit 96e8b67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Модели базы данных изменены на `dataclass`

### Исправлено

- Якорные ссылки в документации

## [6.0.0] - 2024-08-28

### Добавлено
Expand Down
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences

- toc:
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
theme:
features:
- content.code.copy
- navigation.instant
name: material
language: ru
palette:
Expand Down

0 comments on commit 96e8b67

Please sign in to comment.