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
7 changes: 4 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,22 @@ navbar-links:
Home: "index"
ESMValTool:
- About: "about"
- Documentation: "documentation"
- Gallery: "gallery"
- References: "references"
- Roadmap: "roadmap"
- Tutorials: "tutorials"
- License: "esmvaltool_license"
Team:
- CMIP6 contributions: "cmip6"
- Development Team: "team"
- Meetings: "meetings"
- Presentations: "presentations"
- Publications: "publications"
Documentation: "https://docs.esmvaltool.org/en/latest/"
Download: "download"

navbar-extlinks:
Documentation: "https://docs.esmvaltool.org/"
Tutorial: "https://tutorial.esmvaltool.org/"

# --- Logo --- #

# Image to show in the navigation bar - works best with a square image
Expand Down
5 changes: 5 additions & 0 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
</li>
{%- endif -%}
{%- endfor -%}
{%- for link in site.navbar-extlinks -%}
<li class="nav-item">
<a class="nav-link" href="{{link[1]}}"> {{link[0]}} <i class="fas fa-external-link-alt"></i></a>
</li>
{%- endfor -%}
{% if site.post_search %}
<li class="nav-item">
<a class="nav-link" id="nav-search-link" href="#" title="Search">
Expand Down
16 changes: 0 additions & 16 deletions documentation.md

This file was deleted.

8 changes: 0 additions & 8 deletions tutorials.md

This file was deleted.