diff --git a/docs/assets/tag_override_ex-1.png b/docs/assets/tag_override_ex-1.png
deleted file mode 100644
index 6aba28cc..00000000
Binary files a/docs/assets/tag_override_ex-1.png and /dev/null differ
diff --git a/docs/assets/tag_override_ex-2.png b/docs/assets/tag_override_ex-2.png
deleted file mode 100644
index 66965a9f..00000000
Binary files a/docs/assets/tag_override_ex-2.png and /dev/null differ
diff --git a/docs/library/entry_groups.md b/docs/library/entry_groups.md
deleted file mode 100644
index 58f35602..00000000
--- a/docs/library/entry_groups.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-tags:
- - Upcoming Feature
-icon: material/group
----
-
-# :material-group: Entry Groups
-
-Entries can be grouped via tags marked as "groups" which when applied to different entries will signal TagStudio to treat those entries as a single group inside of searches and browsing.
diff --git a/docs/library/tag.md b/docs/library/tag.md
index ea5a5d6f..e09651dc 100644
--- a/docs/library/tag.md
+++ b/docs/library/tag.md
@@ -66,7 +66,7 @@ Lastly, when searching your files with broader categories such as `Character` or
**_Coming in version 9.6_**
-Component tags will be built from a composition-based, or "HAS" type relationship between tags. This takes care of instances where an attribute may "have" another attribute, but doesn't inherit from it. Shrek may be an `Ogre`, he may be a `Character`, but he is NOT a `Leather Vest` - even if he's commonly seen _with_ it. Component tags, along with the upcoming [Tag Override](./tag_overrides.md) feature, are built to handle these cases in a way that still simplifies the tagging process without adding too much undue complexity for the user.
+Component tags will be built from a composition-based, or "HAS" type relationship between tags. This takes care of instances where an attribute may "have" another attribute, but doesn't inherit from it. Shrek may be an `Ogre`, he may be a `Character`, but he is NOT a `Leather Vest` - even if he's commonly seen _with_ it. Component tags, along with the upcoming "Tag Override" feature, are built to handle these cases in a way that still simplifies the tagging process without adding too much undue complexity for the user.
## Tag Appearance
diff --git a/docs/library/tag_overrides.md b/docs/library/tag_overrides.md
deleted file mode 100644
index 4fcae841..00000000
--- a/docs/library/tag_overrides.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-tags:
- - Upcoming Feature
-icon: material/tag-hidden
----
-
-# :material-tag-hidden: Tag Overrides
-
-Tag overrides are the ability to add or remove [parent tags](./tag.md#parent-tags) from a [tag](./tag.md) on a per-[entry](./entry.md) basis.
-
-## Examples
-
-
- { height="300" }
- Ex. 1 - Comparing standard tag composition vs additive and subtractive inheritance overrides.
-
-
-
- { height="300" }
- Ex. 2 - Parent tag swap using tag overrides.
-
diff --git a/docs/updates/roadmap.md b/docs/updates/roadmap.md
index 84bf2ff4..dec2d266 100644
--- a/docs/updates/roadmap.md
+++ b/docs/updates/roadmap.md
@@ -150,7 +150,7 @@ Library representations of files or file-like objects.
- [x] Datetimes **[v9.5.4]**
- [ ] User-Titled Fields :material-chevron-triple-up:{ .priority-high title="High Priority" } **[v9.6.0]**
- [ ] Removal of Deprecated Fields :material-chevron-triple-up:{ .priority-high title="High Priority" } **[v9.6.0]**
-- [ ] [Entry Groups](../library/entry_groups.md) :material-chevron-triple-up:{ .priority-high title="High Priority" } **[v9.7.0]**
+- [ ] Entry Groups :material-chevron-triple-up:{ .priority-high title="High Priority" } **[v9.7.0]**
- [ ] Non-exclusive; Entries can be in multiple groups :material-chevron-triple-up:{ .priority-high title="High Priority" }
- [ ] Ability to number entries within group :material-chevron-triple-up:{ .priority-high title="High Priority" }
- [ ] Ability to set sorting method for group :material-chevron-triple-up:{ .priority-high title="High Priority" }
@@ -186,7 +186,7 @@ Discrete library objects representing [attributes]() Relationship) **[v9.0.0]**
- [ ] [Component Tags](../library/tag.md#component-tags) ([Composition](https://en.wikipedia.org/wiki/Object_composition) Relationship) :material-chevron-triple-up:{ .priority-high title="High Priority" } **[v9.6.0]**
- [ ] Multiple Language Support :material-chevron-up:{ .priority-low title="Low Priority" } **[v9.9.0]**
-- [ ] [Tag Overrides](../library/tag_overrides.md) :material-chevron-double-up:{ .priority-med title="Medium Priority" }
+- [ ] Tag Overrides :material-chevron-double-up:{ .priority-med title="Medium Priority" }
- [ ] Tag Merging :material-chevron-double-up:{ .priority-med title="Medium Priority" }
### :material-magnify: [Search](../library/library_search.md)
diff --git a/mkdocs.yml b/mkdocs.yml
index aad4814d..d0c9178b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -38,12 +38,10 @@ nav:
- library/index.md
- library/library_search.md
- library/entry.md
- - library/entry_groups.md
- library/field.md
- library/tag.md
- library/tag_categories.md
- library/tag_color.md
- - library/tag_overrides.md
- Utilities:
- utilities/macro.md
- Updates: