Skip to content

Commit

Permalink
chore: prepare possible switch to shiki code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Apr 26, 2022
1 parent f8a2174 commit bd1527e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ module.exports = {
title: 'discue',
description: 'Developer documentation of discue.io: Your secure and reliable messaging and queueing service.',
darkMode: false,
plugins: [
["@vuepress/plugin-prismjs", true],
// https://github.com/shikijs/shiki/blob/main/docs/themes.md
// ["@vuepress/plugin-shiki", {
// theme: 'material-default'
// }],
],
extendsMarkdown: (md) => {
md.use(require('markdown-it-attrs'), {
allowedAttributes: ['id'],
Expand Down

0 comments on commit bd1527e

Please sign in to comment.