Advertisement
dfarrell07

subm_website_design_proposal

Dec 10th, 2020 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. .
  2. ├── _index.md
  3. ├── getting-started
  4. │   ├── _index.md
  5. │   └── known-issues.md # TODO: Combine into index page?
  6. ├── concepts
  7. │   ├── _index.md
  8. │   ├── architecture
  9. │   │   ├── _index.md
  10. │   │   ├── broker.md
  11. │   │   ├── gateway-engine.md
  12. │   │   ├── globalnet.md
  13. │   │   ├── route-agent.md
  14. │   │   └── service-discovery.md
  15. │   ├── clusterset.md
  16. │   └── serviceexport-serviceimport.md
  17. ├── tasks
  18. │   ├── _index.md
  19. │   ├── infra
  20. │ │ ├── _index.md
  21. │ │ ├── aws.md
  22. │   │   ├── calico.md
  23. │ │ ├── gke.md
  24. │ │ ├── kind.md
  25. │ │ ├── openshift.md
  26. │ │ └── rancher.md
  27. │   ├── deploy
  28. │   │   ├── _index.md
  29. │   │   ├── helm
  30. │   │   │   ├── _index.md
  31. │   │   │   ├── install-charts.md
  32. │   │   │   ├── broker.md
  33. │   │   │   └── join-clusterset.md
  34. │   │   └── subctl
  35. │   │   ├── _index.md
  36. │   │   ├── install-subctl.md
  37. │   │   ├── broker.md
  38. │   │   ├── join-clusterset.md
  39. │   │   └── submariner-with-sd.md
  40. │   ├── verify
  41. │ │ ├── _index.md
  42. │ │ ├── subctl-verify.md
  43. │ │ ├── manual-service-connectivity.md
  44. │ │ └── manual-statefulset.md
  45. │   ├── monitor
  46. │ │ ├── _index.md
  47. │   │   └── enable-prometheus.md
  48. │   └── troubleshoot
  49. │ ├── _index.md
  50. │   ├── connectivity.md
  51. │ └── service-discovery.md
  52. ├── tutorials
  53. │ ├── _index.md
  54. │ └── # TODO Nir's WIP "user guide" PR reformatted
  55. ├── reference
  56. │   ├── _index.md
  57. │   ├── prometheus-metrics.md
  58. │   └── subctl.md
  59. ├── community
  60. │   ├── _index.md
  61. │   ├── code-of-conduct.md
  62. │   ├── contributor-roles.md
  63. │   ├── getting-help.md
  64. │   ├── releases.md
  65. │   └── roadmap.md
  66. ├── development
  67. │   ├── _index.md
  68. │   ├── building-testing.md
  69. │   ├── code-review.md
  70. │   ├── release-process.md
  71. │   ├── security.md
  72. │   ├── shipyard
  73. │   │   ├── _index.md
  74. │   │   ├── first-time.md
  75. │   │   └── advanced.md
  76. │   └── website
  77. │   ├── _index.md
  78. │   └── style_guide.md
  79. ├── other-resources
  80. │   └── _index.md
  81. └── security.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement