mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 02:09:15 +02:00
* Implement partial files * fix markdown link * Update Quickstart Doc This update simplifies the quickstart process by assuming a local test environment without a TLS solution or a FQDN * add TLS warning * point to local verify container * rm empty file * reference Certificate topic page instructions * update mkcert instructions * Update docs/docs/install/readme.md Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> * Update docs/partials/install-mkcert.md Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> * Update examples/config/config.docker.yaml Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> * Update examples/config/config.docker.yaml Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> * Update examples/config/config.docker.yaml Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> * Update examples/config/config.docker.yaml Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> * review edits Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
20 lines
544 B
JSON
20 lines
544 B
JSON
{
|
|
"devDependencies": {
|
|
"@vuepress/plugin-google-analytics": "1.8.2",
|
|
"js-yaml": "^4.1.0",
|
|
"vuepress": "1.8.2",
|
|
"vuepress-plugin-check-md": "0.0.2",
|
|
"vuepress-plugin-element-tabs": "^0.2.8",
|
|
"vuepress-plugin-sitemap": "2.3.1"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs",
|
|
"docs:check-md": "vuepress check-md",
|
|
"console:buildref": "node scripts/generate-console-pages.js"
|
|
},
|
|
"dependencies": {
|
|
"esm": "3.2.25",
|
|
"markdown-it-include": "^2.0.0"
|
|
}
|
|
}
|