Skip to content

Commit

Permalink
docs: add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
desimone committed Apr 15, 2019
1 parent 603e6a1 commit 96f4b8b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
module.exports = {
title: "Pomerium",
description: "An open source identity-aware access proxy.",
plugins: [
[
'@vuepress/google-analytics',
{
'ga': 'UA-129872447-2'
}
]
],
plugins: {
'sitemap': {
hostname: 'https://www.pomerium.io'
},
'@vuepress/google-analytics': {
ga: 'UA-129872447-2'
}
},
themeConfig: {
repo: "pomerium/pomerium",
editLinks: true,
Expand Down
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.47",
"vuepress": "^1.0.0-alpha.47",
"vuepress-plugin-sitemap": "^2.1.2"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:deploy": "firebase deploy"

},
"dependencies": {
"esm": "^3.2.22"
}
}

0 comments on commit 96f4b8b

Please sign in to comment.