diff --git a/README.md b/README.md index 3a04e5ebc715..0b4d87d98c9d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ We've made it really easy for you to file new issues. We value your contribution. We'd like to make it as easy as possible to submit your contributions to the Docker docs repository. Changes to the docs are handled through pull requests against the `master` branch. To learn how to -contribute, see [CONTRIBUTING.md](CONTRIBUTING.md). +contribute, see our [Contribute section](contribute/overview.md). ## Copyright and license diff --git a/_data/toc.yaml b/_data/toc.yaml index 46bb9a868f3a..7c7b2bc605ff 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -15,6 +15,9 @@ horizontalnav: - title: Samples path: /samples/ node: samples +- title: Contribute + path: /contribute/overview/ + node: contribute # TODO unify navbbar links: homepage currently has a custom "articles" link hide_home: true @@ -1641,3 +1644,48 @@ manuals: title: Get Support - path: /release-lifecycle/ title: Product release lifecycle +contribute: + - path: /contribute/overview/ + title: Contribute to Docker's docs + - path: /contribute/contribute-guide/ + title: Contribution guidelines + - sectiontitle: Style guide + section: + - path: /contribute/style/grammar/ + title: Grammar and style + - path: /contribute/style/formatting/ + title: Formatting + - path: /contribute/style/recommended-words/ + title: Recommended word list + - path: /contribute/style/terminology/ + title: Docker terminology + - path: /contribute/style/voice-tone/ + title: Voice and tone + - path: /contribute/file-conventions/ + title: Source file conventions + - sectiontitle: Useful components + section: + - path: /contribute/components/accordions/ + title: Accordions + - path: /contribute/components/badges/ + title: Badges + - path: /contribute/components/call-outs/ + title: Call outs + - path: /contribute/components/cards/ + title: Cards + - path: /contribute/components/images/ + title: Images + - path: /contribute/components/links/ + title: Links + - path: /contribute/components/lists/ + title: Lists + - path: /contribute/components/tables/ + title: Tables + - path: /contribute/components/tabs/ + title: Tabs + - path: /contribute/components/tooltips/ + title: Tooltips + - path: /contribute/components/videos/ + title: Videos + - path: /contribute/checklist/ + title: Writing checklist diff --git a/_layouts/landing.html b/_layouts/landing.html index 1204acd88206..634adfab3360 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -22,7 +22,8 @@ {%- if entry.hide_home -%}{% continue %}{%- endif -%} {{ entry.title }} {%- endfor -%} -
  • Articles
  • +
  • Articles
  • +
  • Contribute