From f9175682813bdd81f754f9062d36d726596c0949 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Thu, 13 Oct 2022 14:56:02 +0100 Subject: [PATCH] Removed dupe of contribution guidelines Signed-off-by: Usha Mandya --- _data/toc.yaml | 3 - _layouts/landing.html | 3 +- contribute/overview.md | 1 + opensource/images/bonus.png | Bin 43524 -> 0 bytes opensource/images/docker-friends.png | Bin 221276 -> 0 bytes opensource/images/docs-site-feedback.png | Bin 490207 -> 0 bytes opensource/images/gordon.jpeg | Bin 19941 -> 0 bytes opensource/images/irc_login.png | Bin 19323 -> 0 bytes opensource/images/triage-label.png | Bin 12121 -> 0 bytes opensource/images/tutorials.png | Bin 37719 -> 0 bytes opensource/index.md | 75 ------------- opensource/ways.md | 129 ----------------------- registry/help.md | 1 - 13 files changed, 2 insertions(+), 210 deletions(-) delete mode 100644 opensource/images/bonus.png delete mode 100644 opensource/images/docker-friends.png delete mode 100644 opensource/images/docs-site-feedback.png delete mode 100644 opensource/images/gordon.jpeg delete mode 100644 opensource/images/irc_login.png delete mode 100644 opensource/images/triage-label.png delete mode 100644 opensource/images/tutorials.png delete mode 100644 opensource/index.md delete mode 100644 opensource/ways.md diff --git a/_data/toc.yaml b/_data/toc.yaml index 5b43a1594f..998c1301a1 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -18,7 +18,6 @@ horizontalnav: - title: Contribute path: /contribute/overview/ node: contribute - # TODO unify navbbar links: homepage currently has a custom "articles" link hide_home: true home: {} @@ -376,8 +375,6 @@ guides: title: Use the VFS storage driver - path: /get-started/resources/ title: "Educational resources" -- path: /opensource/ - title: "Contribute to documentation" reference: - path: /reference/ diff --git a/_layouts/landing.html b/_layouts/landing.html index c68e776416..5a8c70d135 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -21,8 +21,7 @@ {%- for entry in site.data.toc.horizontalnav -%} {%- if entry.hide_home -%}{% continue %}{%- endif -%} {{ entry.title }} - {%- endfor -%} -
  • Articles
  • + {%- endfor -%}
  • Contribute