We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6c46d commit c4884e3Copy full SHA for c4884e3
website/docusaurus.config.js
@@ -1,5 +1,3 @@
1
-const remarkSmartypants = require('remark-smartypants');
2
-
3
/** @type {import('@docusaurus/types').Config} */
4
(
5
module.exports = {
@@ -24,7 +22,6 @@ const remarkSmartypants = require('remark-smartypants');
24
22
editUrl: 'https://github.com/algolia/api-clients-automation/edit/main/website/',
25
23
showLastUpdateAuthor: true,
26
showLastUpdateTime: true,
27
- remarkPlugins: [[remarkSmartypants, { dashes: 'oldschool' }]],
28
},
29
blog: false,
30
theme: {
0 commit comments