From 0f4fca31b96b13084ae177c14668a25fbf546857 Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Wed, 19 Mar 2025 21:56:00 +0300 Subject: [PATCH] [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. --- .gitignore | 5 ++++- overrides/main.html | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e8ae34a6..fb39f328 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,7 @@ True test.ps1 winutil.ps1 -binary/ \ No newline at end of file +# temporary excludes for docs +.github/site/ + +binary/ diff --git a/overrides/main.html b/overrides/main.html index c8d5a413..60fb8ea7 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -3,7 +3,6 @@ {% block header %} {{ super() }}
- Announcement: 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. Announcement: We are currently reworking the docs to use Hugo rather then mkdocs.
{% endblock %}