mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
docs: add sitemap
This commit is contained in:
parent
603e6a17b9
commit
96f4b8bd61
2 changed files with 24 additions and 8 deletions
|
@ -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,
|
||||
|
|
16
package.json
Normal file
16
package.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue