Add glossary page
This commit is contained in:
@ -61,16 +61,21 @@ const ListPage = props => {
|
||||
return acc;
|
||||
}, []);
|
||||
const staticPages = [
|
||||
{
|
||||
url: 'beginner',
|
||||
title: 'Beginner snippets',
|
||||
description: 'Snippets aimed towards individuals at the start of their web developer journey.',
|
||||
},
|
||||
{
|
||||
url: 'glossary',
|
||||
title: 'Glossary',
|
||||
description: 'A handy glossary of web development terminology.',
|
||||
},
|
||||
{
|
||||
url: 'about',
|
||||
title: 'About',
|
||||
description: 'A few word about us, our goals and our projects.',
|
||||
},
|
||||
{
|
||||
url: 'beginner',
|
||||
title: 'Beginner snippets',
|
||||
description: 'Snippets aimed towards individuals at the start of their web developer journey.',
|
||||
}
|
||||
];
|
||||
|
||||
React.useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user