diff --git a/docs/dev/tweaks/Shortcuts/Shortcut.md b/docs/dev/tweaks/Shortcuts/Shortcut.md deleted file mode 100644 index e1776a30..00000000 --- a/docs/dev/tweaks/Shortcuts/Shortcut.md +++ /dev/null @@ -1,29 +0,0 @@ -# Create WinUtil Shortcut - -Last Updated: 2024-08-07 - - -!!! info - The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. **Developers do have the ability to add custom content, which won't be updated automatically.** - - - - - - -
-Preview Code - -```json -{ - "Content": "Create WinUtil Shortcut", - "category": "Shortcuts", - "panel": "2", - "Order": "a082_", - "Type": "Button", - "ButtonWidth": "300", - "link": "https://christitustech.github.io/winutil/dev/tweaks/Shortcuts/Shortcut" -} -``` - -
diff --git a/overrides/main.html b/overrides/main.html index bf27a2c6..c8d5a413 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -4,6 +4,7 @@ {{ 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 %}