Skip to content

Commit

Permalink
chore: carbon ads on doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
imbrn committed Jun 27, 2022
1 parent d6498a5 commit 86a87eb
Show file tree
Hide file tree
Showing 3 changed files with 9,651 additions and 9,834 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ module.exports = {
base: '/v8n/',
title: 'v8n',
description: 'The ultimate JavaScript validation library',
theme: 'carbon',
themeConfig: {
carbonAds: {
serve: 'CEAIV53L',
placement: 'imbrngithubio',
},
nav: [
{ text: 'Guide', link: '/' },
{ text: 'API', link: '/api/' },
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"rollup": "^2.33.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.0.5",
"vuepress": "^1.7.1"
"vuepress": "^1.7.1",
"vuepress-theme-carbon": "^1.0.0"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 86a87eb

Please sign in to comment.