Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -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/
Expand Down
3 changes: 1 addition & 2 deletions _layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
{%- for entry in site.data.toc.horizontalnav -%}
{%- if entry.hide_home -%}{% continue %}{%- endif -%}
<li{% if entry.node == "home" %} class=active{% endif %}><a href="{{ entry.path }}" id="{{ entry.node }}">{{ entry.title }}</a></li>
{%- endfor -%}
<li><a href="https://www.docker.com/blog/">Articles</a></li>
{%- endfor -%}
<li><a href="/contribute/overview/">Contribute</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
Expand Down
1 change: 1 addition & 0 deletions contribute/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Contribute to Docker's docs
toc_max: 1
redirect_from:
- /CONTRIBUTING/
- /opensource/
---

We deeply value documentation contributions from the Docker community. We'd like to make it as easy
Expand Down
Binary file removed opensource/images/bonus.png
Binary file not shown.
Binary file removed opensource/images/docker-friends.png
Binary file not shown.
Binary file removed opensource/images/docs-site-feedback.png
Binary file not shown.
Binary file removed opensource/images/gordon.jpeg
Binary file not shown.
Binary file removed opensource/images/irc_login.png
Binary file not shown.
Binary file removed opensource/images/triage-label.png
Binary file not shown.
Binary file removed opensource/images/tutorials.png
Binary file not shown.
75 changes: 0 additions & 75 deletions opensource/index.md

This file was deleted.

129 changes: 0 additions & 129 deletions opensource/ways.md

This file was deleted.

1 change: 0 additions & 1 deletion registry/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ If you want to report a bug:
- be sure to first read about [how to contribute](https://github.com/distribution/distribution/blob/master/CONTRIBUTING.md).
- you can then do so on the [GitHub project bugtracker](https://github.com/distribution/distribution/issues).

You can also find out more about the Docker's project [Getting Help resources](../opensource/ways.md).