[DOCS] Remove old Announcement about not adding any new applications to the app list (#3269)

* Remove old Announcement about not adding any new applications to the app list

* Update '.gitignore' file

The generated 'site' folder, which contains the docs build result by 'mkdocs', in the same folder as 'mkdocs.yml' (i.e. under '.github' folder), so I've temporarily excluded with '.gitignore' file until we've fully migrated the docs site into another repo.
This commit is contained in:
Mr.k
2025-03-19 21:56:00 +03:00
committed by GitHub
parent 36c984b66c
commit 0f4fca31b9
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,6 @@
{% block header %}
{{ super() }}
<div style="color: red; text-align: center; padding: 10px; font-size: 20px;">
<strong>Announcement:</strong> We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.
<strong>Announcement:</strong> We are currently reworking the docs to use Hugo rather then mkdocs.
</div>
{% endblock %}