diff --git a/SUMMARY.md b/SUMMARY.md
index d08186d..d89b06c 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -15,9 +15,8 @@
* [Overview](miscellaneous/glossary.md)
* [Space](basics/space.md)
* [Objects](basics/object-editor/README.md)
- * [Opening the Editor](basics/object-editor/the-editor.md)
* [Working with Blocks](basics/object-editor/blocks.md)
- * [More Ways to Create Objects](basics/object-editor/create-an-object.md)
+ * [Ways to Create Objects](basics/object-editor/create-an-object.md)
* [Locating your Objects](basics/object-editor/finding-your-objects.md)
* [Types](basics/types/README.md)
* [Create a New Type](basics/types/create-a-new-type.md)
diff --git a/basics/object-editor/blocks.md b/basics/object-editor/blocks.md
index c203e93..bdf4447 100644
--- a/basics/object-editor/blocks.md
+++ b/basics/object-editor/blocks.md
@@ -24,9 +24,5 @@ You can use the orange 'handle' to the left of each block to create parent/child
{% embed url="https://www.loom.com/share/00021ba3598447309722ec3a408d33ac?sid=eb244417-2273-4ab2-8da3-bd47e62e82cf" %}
-
-
-
-
diff --git a/basics/object-editor/create-an-object.md b/basics/object-editor/create-an-object.md
index b67f8b7..1e1e541 100644
--- a/basics/object-editor/create-an-object.md
+++ b/basics/object-editor/create-an-object.md
@@ -2,7 +2,7 @@
description: How do you create an object?
---
-# More Ways to Create Objects
+# Ways to Create Objects
### Forward Slash Command
@@ -16,7 +16,7 @@ You can also link to an existing Object here.
For a quick creation of a new Object, you can use this shortcut: ⌘+N
-This will perform the same action as clicking the "+" sign.
+This will perform the same action as clicking the "+" sign in the navigation bar.
### Turn Into Object
diff --git a/basics/object-editor/the-editor.md b/basics/object-editor/the-editor.md
deleted file mode 100644
index f75eb65..0000000
--- a/basics/object-editor/the-editor.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-description: Let's explore the features we have in building a page.
----
-
-# Opening the Editor
-
-### Find the plus sign
-
-On the bottom navigation panel you will see a white "+" button.
-
-This plus sign is the central place to create a new, unlinked object from anywhere in the app.
-
-
-
-### Congratulations - you've created your first object!
-
-From here, you'll see your blank editor canvas with a menu on top.
-
-The menu allows you to select between all of the types in your library, and define the type of object you are creating. For more on types, see [this article](../anytype-library/types.md).
-
-Once you've selected a type, you can begin creating content for your object using the block-based editor.
-