20 lines
313 B
JavaScript
Raw Normal View History

module.exports = [
[
'@vuepress/back-to-top'
],
[
'@vuepress/google-analytics',
{
'ga': 'UA-148212082-1'
}
],
[
'container',
{
type: 'expander',
2019-09-24 13:58:52 +02:00
before: info => `<details class="expander_details"><summary class="expander_summary">${info}</summary>\n`,
after: '</details>\n'
}
]
];