mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-01 02:12:50 +02:00
Refresh and Update TCP documentation (#2627)
* init client app doc * init TCP section * add redirect for TCP client doc * Redis and Mysql * finish TCP exampels * init Draft template * cleanup whitespace * escape markdown image in template * add redirect and update links * copy edit * Update readme.md * fmt Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com> * optimize png Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com> * header cleanup and child listing * Update docs/docs/tcp/ssh.md Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com> Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com> Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
parent
97345e41a3
commit
b2b8c481d5
26 changed files with 423 additions and 58 deletions
14
docs/.vuepress/theme/layouts/Draft.vue
Normal file
14
docs/.vuepress/theme/layouts/Draft.vue
Normal file
|
@ -0,0 +1,14 @@
|
|||
<template>
|
||||
<ParentLayout />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ParentLayout from "@parent-theme/layouts/404.vue";
|
||||
|
||||
export default {
|
||||
name: "Draft",
|
||||
components: {
|
||||
ParentLayout,
|
||||
},
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue