Skip to content

Commit 40af3bf

Browse files
authored
Merge pull request #5 from amusarra/fix/mkdocs-added-search
MkDocs added search
2 parents 029bcf4 + c1706b9 commit 40af3bf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Deprecated
1414
### Security
1515

16+
## [1.0.1.dev1] - 2024-07-07
17+
18+
### Added
19+
- Added the search functionality to the documentation
20+
1621
## [1.0.1.dev0] - 2024-07-07
1722

1823
### Added

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ extra:
5757

5858
plugins:
5959
- social
60+
- search
6061
- minify:
6162
minify_html: true
6263

0 commit comments

Comments
 (0)