Skip to content

Commit 09c0d63

Browse files
committed
Prepare to redeploy docs to fix search - enable some new search features
1 parent 665180b commit 09c0d63

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 - 2022 Isaac Muse
3+
Copyright (c) 2015 - 2023 Isaac Muse
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ https://facelessuser.github.io/ColorHelper/
2929

3030
ColorHelper is released under the MIT license.
3131

32-
Copyright (c) 2015 - 2022 Isaac Muse <[email protected]>
32+
Copyright (c) 2015 - 2023 Isaac Muse <[email protected]>
3333

3434
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
3535
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repo_url: https://github.com/facelessuser/ColorHelper
44
edit_uri: tree/master/docs/src/markdown
55
site_description: Popup tooltips and previews for stylesheet colors.
66
copyright: |
7-
Copyright &copy; 2015 - 2022 <a href="https://github.com/facelessuser" target="_blank" rel="noopener">Isaac Muse</a>
7+
Copyright &copy; 2015 - 2023 <a href="https://github.com/facelessuser" target="_blank" rel="noopener">Isaac Muse</a>
88
99
docs_dir: docs/src/markdown
1010
theme:
@@ -22,6 +22,9 @@ theme:
2222
features:
2323
- navigation.tabs
2424
- navigation.top
25+
- search.share
26+
- search.highlight
27+
- search.suggest
2528
pymdownx:
2629
sponsor: "https://github.com/sponsors/facelessuser"
2730

0 commit comments

Comments
 (0)