diff --git a/_docs/implicit-hierarchy-mgmt.md b/_docs/implicit-hierarchy-mgmt.md
index 90277581..7760c46e 100644
--- a/_docs/implicit-hierarchy-mgmt.md
+++ b/_docs/implicit-hierarchy-mgmt.md
@@ -1,5 +1,5 @@
---
-title: Implicit Hierarchy Management (Beta)
+title: Implicit Hierarchy Management
layout: docs
permalink: /docs/implicit-hierarchy-mgmt.html
prevPage: batch-fetching-api.html
@@ -10,12 +10,6 @@ Enabling Implicit Hierarchy Management (IHM) is required to use the This feature will soon be enabled by default for all ASDisplayNodes using ASLayouts.
- set `.usesImplicitHierarchyManagement = YES` on the node that you would like managed.
-
-
### Example ###
Consider the following intialization method from the PhotoCellNode class in ASDKgram sample app. This ASCellNode subclass produces a simple social media photo feed cell.
diff --git a/_docs/upgrading.md b/_docs/upgrading.md
index 6cd8606b..36598c61 100644
--- a/_docs/upgrading.md
+++ b/_docs/upgrading.md
@@ -1,5 +1,5 @@
---
-title: Upgrading to ASDK 2.0 (New)
+title: Upgrading to 2.0 (New)
layout: docs
permalink: /docs/upgrading.html
prevPage: installation.html