Simiplify sidebar structure for DOM Manipulation

I have called this whole section as "DOM manipulation" (instead of DOM and events), so all the sub-files can be named easily with that context, without prefixing with "element-" or "DOM".

Renamed "DOM manipulation" page title to "Creating elements", then shortended title for "Child and Content" file by removing prefix.
This commit is contained in:
2020-11-08 18:31:27 +05:30
parent 01357661df
commit 29493b0348
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
---
id: create-modify-element
sidebar_label: DOM Manipulation
title: Basic DOM Manipulation
title: Creating elements
slug: /
---
+1 -1
View File
@@ -1,6 +1,6 @@
---
id: element-child-content
title: Element properties - Child and Content
title: Child and Content
---
import Admonition from "../components/Admonition"