module.exports = {
root: [
'introduction',
{
type: 'category',
label: 'Pop Quiz',
items: [
'pop-quiz',
'html-questions',
'css-questions',
'javascript-questions',
],
},
'utility-function',
'build-ui-component-app-game',
'design-ui-component-app-game',
};