We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3bd50 commit 506f25aCopy full SHA for 506f25a
website/docusaurus.config.js
@@ -30,11 +30,11 @@ module.exports = {
30
to: '/docs/user-guide/getting-started',
31
position: 'left',
32
},
33
- // {
34
- // label: 'Playground',
35
- // to: '/playground',
36
- // position: 'left',
37
- // },
+ {
+ label: 'Playground',
+ href: 'https://htmlhint-playground.netlify.app',
+ position: 'left',
+ },
38
{
39
href: 'https://github.com/HTMLHint/HTMLHint',
40
label: 'GitHub',
@@ -76,8 +76,7 @@ module.exports = {
76
77
78
plugins: [
79
- '@docusaurus/plugin-google-analytics',
80
- // path.resolve(__dirname, './plugins/docusaurus-plugin-hotjar'),
+ path.resolve(__dirname, './plugins/docusaurus-plugin-hotjar'),
81
[
82
'@docusaurus/plugin-sitemap',
83
0 commit comments