mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
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:
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: create-modify-element
|
id: create-modify-element
|
||||||
sidebar_label: DOM Manipulation
|
title: Creating elements
|
||||||
title: Basic DOM Manipulation
|
|
||||||
slug: /
|
slug: /
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: element-child-content
|
id: element-child-content
|
||||||
title: Element properties - Child and Content
|
title: Child and Content
|
||||||
---
|
---
|
||||||
|
|
||||||
import Admonition from "../components/Admonition"
|
import Admonition from "../components/Admonition"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
"Quick Guide": {
|
"Quick Guide": {
|
||||||
"DOM and Events": [
|
"DOM Manipulation": [
|
||||||
"create-modify-element",
|
"create-modify-element",
|
||||||
'element-child-content',
|
'element-child-content',
|
||||||
'element-position-scroll',
|
'element-position-scroll',
|
||||||
|
|||||||
Reference in New Issue
Block a user