diff --git a/_config.yml b/_config.yml
index 41f4fca..62e1ed1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -17,11 +17,9 @@ navbar-links:
Home: "index"
ESMValTool:
- About: "about"
- - Documentation: "documentation"
- Gallery: "gallery"
- References: "references"
- Roadmap: "roadmap"
- - Tutorials: "tutorials"
- License: "esmvaltool_license"
Team:
- CMIP6 contributions: "cmip6"
@@ -29,9 +27,12 @@ navbar-links:
- 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
diff --git a/_includes/nav.html b/_includes/nav.html
index a1adfbc..7e9cd16 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -30,6 +30,11 @@
{%- endif -%}
{%- endfor -%}
+ {%- for link in site.navbar-extlinks -%}
+
+ {{link[0]}}
+
+ {%- endfor -%}
{% if site.post_search %}
diff --git a/documentation.md b/documentation.md
deleted file mode 100644
index 8fe66a9..0000000
--- a/documentation.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: page
-title: Documentation
----
-
-## Earth System Model Evaluation Tool User's and Developers's Guide
-
-{:style="float: left;margin-right: 16px;margin-top: 16px;"}
-The latest ESMValTool User's and Developer's Guide (ESMvalTool v2.0) is
-available via Read the Docs at [https://docs.esmvaltool.org/](https://docs.esmvaltool.org/).
-In addition, also a legacy version of the documentation (ESMValTool v1.1.0) is available.
-
-| Documentation | Description |
-| ------------- |-------------|
-| [Latest version](https://docs.esmvaltool.org/en/latest/) | Latest version of the ESMValTool v2 User's and Developer's Guide |
-| [Legacy version (v1.1.0)](https://docs.esmvaltool.org/en/v1.1.0.dev1) | User's and Developer's Guide of the ESMValTool v1.1.0 development version |
diff --git a/tutorials.md b/tutorials.md
deleted file mode 100644
index b47e1ba..0000000
--- a/tutorials.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-layout: page
-title: Tutorials
----
-
-| {:style="float:auto; margin-right:16px; margin-top:16px;"} | [Official ESMValTool Tutorial](https://tutorial.esmvaltool.org/) |
-| :-----------------: | :-------------------: |
-| {:style="float:auto; margin-right:16px; margin-top:16px;"} | [**ACCESS-NRI ESMValTool Training Series**](https://www.youtube.com/playlist?list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc) |