mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
Add possible pages to sidebar + add 2 empty pages
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
id: create-modify-element
|
||||||
|
title: Create / modify DOM nodes
|
||||||
|
sidebar_label: DOM Manipulation
|
||||||
|
slug: /
|
||||||
|
---
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
id: read-from-element
|
||||||
|
title: Properties of DOM nodes
|
||||||
|
---
|
||||||
+32
-3
@@ -1,6 +1,35 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
someSidebar: {
|
"Quick Guide": {
|
||||||
Docusaurus: ['doc1', 'doc2', 'doc3'],
|
"DOM and Events": [
|
||||||
Features: ['mdx'],
|
"create-modify-element",
|
||||||
|
'read-from-element',
|
||||||
|
],
|
||||||
|
|
||||||
|
/*
|
||||||
|
'DOM and Events': [
|
||||||
|
'create-modify-element',
|
||||||
|
'read-from-element',
|
||||||
|
'event-callback-delegation',
|
||||||
|
'event-delegation-bubbling',
|
||||||
|
'input-elements',
|
||||||
|
'form-validation',
|
||||||
|
'mouse-touch-events',
|
||||||
|
'scroll-intersection-observer',
|
||||||
|
],
|
||||||
|
'CSS': [
|
||||||
|
'common-selectors',
|
||||||
|
'specificity',
|
||||||
|
]
|
||||||
|
*/
|
||||||
},
|
},
|
||||||
|
tasks: [
|
||||||
|
/*
|
||||||
|
'infinite-scrolling-page-with-api',
|
||||||
|
'draggable-element',
|
||||||
|
'drag-and-drop',
|
||||||
|
'clock-ui',
|
||||||
|
'popup-manager',
|
||||||
|
'todo-list'
|
||||||
|
*/
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user