Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/content/dev/tweaks/Essential-Tweaks/Activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Activity History
description: ""
---
## code we use:

```json
"WPFTweaksActivity": {
Expand Down
5 changes: 4 additions & 1 deletion docs/content/dev/tweaks/Essential-Tweaks/Widget.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Remove Widgets
---
title: "Remove Widgets"
description: ""
---

```json
"WPFTweaksWidget": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Remove OneDrive"
description: ""
---
# Remove OneDrive

```json
"WPFTweaksRemoveOneDrive": {
"Content": "Remove OneDrive",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Remove Xbox & Gaming Components
---
title: "Remove Xbox & Gaming Components"
description: ""
---

```json
"WPFTweaksXboxRemoval": {
Expand Down
2 changes: 1 addition & 1 deletion docs/i18n/en.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
copyright: "© Chris Titus Tech. All rights reserved."
copyright: "&copy; <script>document.write(new Date().getFullYear())</script> <a href='https://christitus.com'>Chris Titus Tech</a>. All rights reserved."

backToTop: "Scroll to top"
changeLanguage: "Change language"
Expand Down
Loading