0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 21:02:43 +00:00

Move snippet to "Text Editor" group

This commit is contained in:
Trevor Buckner
2023-05-31 09:33:01 -04:00
parent 66b827ee2f
commit 37abc38426

View File

@@ -33,6 +33,12 @@ module.exports = [
name : 'Table of Contents', name : 'Table of Contents',
icon : 'fas fa-book', icon : 'fas fa-book',
gen : TableOfContentsGen gen : TableOfContentsGen
},
{
name : 'Index',
icon : 'fas fa-bars',
gen : indexGen,
experimental : true
} }
] ]
}, },
@@ -210,13 +216,7 @@ module.exports = [
}} }}
\n`; \n`;
}, },
}, }
{
name : 'Index',
icon : 'fas fa-bars',
gen : indexGen,
experimental : true
},
] ]
}, },