mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-22 05:27:13 +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>
This commit is contained in:
parent
bd513a84df
commit
1164e10b48
8 changed files with 108 additions and 61 deletions
|
@ -27,6 +27,11 @@ module.exports = {
|
|||
],
|
||||
markdown: {
|
||||
externalLinkSymbol: false,
|
||||
extendMarkdown:(md) => {
|
||||
md.use(require('markdown-it-include'), {
|
||||
root: './docs/partials/'
|
||||
})
|
||||
},
|
||||
},
|
||||
themeConfig: {
|
||||
home: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue