Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
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
8 changes: 4 additions & 4 deletions themes/bi-connector/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

{%- block canonicalref %}
{%- if pagename == 'index' %}
<link rel="canonical" href="https://docs.mongodb.com/{{theme_project}}/master/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/master/" />
{%- else %}
<link rel="canonical" href="https://docs.mongodb.com/{{theme_project}}/master/{{pagename}}/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/master/{{pagename}}/" />
{%- endif -%}
{%- endblock -%}

Expand All @@ -37,13 +37,13 @@
<script>
window.googleSearchCx = "014132741538533607290:cgznrev_wu0"
window.googleSearchPlaceholder = "Search BI Connector"
window.googleSearchResultsUrl = "https://docs.mongodb.com/{{theme_project}}/{{version}}/search/"
window.googleSearchResultsUrl = "{{theme_base_url}}/{{theme_project}}/{{version}}/search/"
</script>
{%- endif %}
{%- endblock -%}

{%- block header %}
<div id="navbar" data-navprops='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server"},{"url": "https://docs.mongodb.com/drivers/","text": "Drivers"},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools","active": true},{"url": "https://docs.mongodb.com/guides/","text": "Guides"}]}'></div>
<div id="navbar" data-navprops='{"links": [{"url": "{{theme_base_url}}/manual/","text": "Server"},{"url": "{{theme_base_url}}/drivers/","text": "Drivers"},{"url": "{{theme_base_url}}/cloud/","text": "Cloud"},{"url": "{{theme_base_url}}/tools/","text": "Tools","active": true},{"url": "{{theme_base_url}}/guides/","text": "Guides"}], "baseUrl": "{{theme_base_url}}"}'></div>
{%- endblock %}


Expand Down
1 change: 1 addition & 0 deletions themes/bi-connector/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ stable = STABLE
sitename = MongoDB
nav_excluded = NAV
is_upcoming =
base_url = https://docs.mongodb.com
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding this as the default base_url to prevent breaking staging/deploying of docs if they don't have base_url defined in their html_theme_options

10 changes: 5 additions & 5 deletions themes/charts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

{%- block canonicalref %}
{%- if pagename == 'index' %}
<link rel="canonical" href="http://docs.mongodb.com/{{theme_project}}/master/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/master/" />
{%- else %}
<link rel="canonical" href="http://docs.mongodb.com/{{theme_project}}/master/{{pagename}}" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/master/{{pagename}}" />
{%- endif -%}
{%- endblock -%}

Expand All @@ -28,7 +28,7 @@

This documentation refers to the on-premises edition
of MongoDB Charts. Read the
<a href="https://docs.mongodb.com/charts/master/">Atlas
<a href="{{theme_base_url}}/charts/master/">Atlas
service documentation</a> to learn how to use MongoDB
Charts with your Atlas project.

Expand All @@ -50,13 +50,13 @@
<script>
window.googleSearchCx = "014132741538533607290:cgznrev_wu0"
window.googleSearchPlaceholder = "Search BI Connector"
window.googleSearchResultsUrl = "https://docs.mongodb.com/{{theme_project}}/{{version}}/search/"
window.googleSearchResultsUrl = "{{theme_base_url}}/{{theme_project}}/{{version}}/search/"
</script>
{%- endif %}
{%- endblock -%}

{%- block header %}
<div id="navbar" data-navprops='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server"},{"url": "https://docs.mongodb.com/ecosystem/drivers/","text": "Drivers"},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools","active": true},{"url": "https://docs.mongodb.com/guides/","text": "Guides"}]}'></div>
<div id="navbar" data-navprops='{"links": [{"url": "{{theme_base_url}}/manual/","text": "Server"},{"url": "{{theme_base_url}}/ecosystem/drivers/","text": "Drivers"},{"url": "{{theme_base_url}}/cloud/","text": "Cloud"},{"url": "{{theme_base_url}}/tools/","text": "Tools","active": true},{"url": "{{theme_base_url}}/guides/","text": "Guides"}], "baseUrl": "{{theme_base_url}}"}'></div>
{%- endblock %}


Expand Down
1 change: 1 addition & 0 deletions themes/charts/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ sitename = MongoDB
nav_excluded = NAV
is_saas =
is_upcoming =
base_url = https://docs.mongodb.com
8 changes: 4 additions & 4 deletions themes/compass/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

{%- block canonicalref %}
{%- if pagename == 'index' %}
<link rel="canonical" href="http://docs.mongodb.com/{{theme_project}}/master/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/master/" />
{%- else %}
<link rel="canonical" href="http://docs.mongodb.com/{{theme_project}}/master/{{pagename}}" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/master/{{pagename}}" />
{%- endif -%}
{%- endblock -%}

Expand All @@ -37,13 +37,13 @@
<script>
window.googleSearchCx = "014132741538533607290:c-yktti2kz8"
window.googleSearchPlaceholder = "Search Compass"
window.googleSearchResultsUrl = "https://docs.mongodb.com/{{theme_project}}/{{version}}/search/"
window.googleSearchResultsUrl = "{{theme_base_url}}/{{theme_project}}/{{version}}/search/"
</script>
{%- endif %}
{%- endblock -%}

{%- block header %}
<div id="navbar" data-navprops='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server"},{"url": "https://docs.mongodb.com/drivers/","text": "Drivers"},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools","active": true},{"url": "https://docs.mongodb.com/guides/","text": "Guides"}]}'></div>
<div id="navbar" data-navprops='{"links": [{"url": "{{theme_base_url}}/manual/","text": "Server"},{"url": "{{theme_base_url}}/drivers/","text": "Drivers"},{"url": "{{theme_base_url}}/cloud/","text": "Cloud"},{"url": "{{theme_base_url}}/tools/","text": "Tools","active": true},{"url": "{{theme_base_url}}/guides/","text": "Guides"}], "baseUrl": "{{theme_base_url}}"}'></div>
{%- endblock %}

{%- block langauge_selector %}{%- endblock -%}
Expand Down
1 change: 1 addition & 0 deletions themes/compass/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ stable = STABLE
sitename = MongoDB
nav_excluded = NAV
is_upcoming =
base_url = https://docs.mongodb.com
8 changes: 4 additions & 4 deletions themes/database-tools/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

{%- block canonicalref %}
{%- if pagename == 'index' %}
<link rel="canonical" href="https://docs.mongodb.com/{{theme_project}}/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/" />
{%- else %}
<link rel="canonical" href="https://docs.mongodb.com/{{theme_project}}/{{pagename}}/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/{{pagename}}/" />
{%- endif -%}
{%- endblock -%}

Expand Down Expand Up @@ -55,13 +55,13 @@
<script>
window.googleSearchCx = "014132741538533607290:cgznrev_wu0"
window.googleSearchPlaceholder = "Search MongoDB Database Tools"
window.googleSearchResultsUrl = "https://docs.mongodb.com/{{theme_project}}/search/"
window.googleSearchResultsUrl = "{{theme_base_url}}/{{theme_project}}/search/"
</script>
{%- endif %}
{%- endblock -%}

{%- block header %}
<div id="navbar" data-navprops='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server"},{"url": "https://docs.mongodb.com/drivers/","text": "Drivers"},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools","active": true},{"url": "https://docs.mongodb.com/guides/","text": "Guides"}]}'></div>
<div id="navbar" data-navprops='{"links": [{"url": "{{theme_base_url}}/manual/","text": "Server"},{"url": "{{theme_base_url}}/drivers/","text": "Drivers"},{"url": "{{theme_base_url}}/cloud/","text": "Cloud"},{"url": "{{theme_base_url}}/tools/","text": "Tools","active": true},{"url": "{{theme_base_url}}/guides/","text": "Guides"}], "baseUrl": "{{theme_base_url}}"}'></div>
{%- endblock %}


Expand Down
1 change: 1 addition & 0 deletions themes/database-tools/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ stable = STABLE
sitename = MongoDB
nav_excluded = NAV
is_upcoming =
base_url = https://docs.mongodb.com
8 changes: 4 additions & 4 deletions themes/datalake/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

{%- block canonicalref %}
{%- if pagename == 'index' %}
<link rel="canonical" href="http://docs.mongodb.com/{{theme_project}}/master/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/master/" />
{%- else %}
<link rel="canonical" href="http://docs.mongodb.com/{{theme_project}}/master/{{pagename}}" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/master/{{pagename}}" />
{%- endif -%}
{%- endblock -%}

Expand Down Expand Up @@ -60,13 +60,13 @@
<script>
window.googleSearchCx = "014132741538533607290:cgznrev_wu0"
window.googleSearchPlaceholder = "Search MongoDB Atlas Data Lake"
window.googleSearchResultsUrl = "https://docs.mongodb.com/{{theme_project}}/{{version}}/search/"
window.googleSearchResultsUrl = "{{theme_base_url}}/{{theme_project}}/{{version}}/search/"
</script>
{%- endif %}
{%- endblock -%}

{%- block header %}
<div id="navbar" data-navprops='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server"},{"url": "https://docs.mongodb.com/ecosystem/drivers/","text": "Drivers"},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools","active": true},{"url": "https://docs.mongodb.com/guides/","text": "Guides"}]}'></div>
<div id="navbar" data-navprops='{"links": [{"url": "{{theme_base_url}}/manual/","text": "Server"},{"url": "{{theme_base_url}}/ecosystem/drivers/","text": "Drivers"},{"url": "{{theme_base_url}}/cloud/","text": "Cloud"},{"url": "{{theme_base_url}}/tools/","text": "Tools","active": true},{"url": "{{theme_base_url}}/guides/","text": "Guides"}], "baseUrl": "{{theme_base_url}}"}'></div>
{%- endblock %}


Expand Down
1 change: 1 addition & 0 deletions themes/datalake/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ sitename = MongoDB
nav_excluded = NAV
is_upcoming =
is_alpha =
base_url = https://docs.mongodb.com
4 changes: 2 additions & 2 deletions themes/drivers/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

{%- block canonicalref %}
{%- if pagename == 'index' %}
<link rel="canonical" href="http://docs.mongodb.com/{{theme_project}}/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/" />
{%- else %}
<link rel="canonical" href="http://docs.mongodb.com/{{theme_project}}/{{pagename}}" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/{{pagename}}" />
{%- endif -%}
{%- endblock -%}

Expand Down
1 change: 1 addition & 0 deletions themes/drivers/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ version = VERSION
version_selector = VERSION_SELECTOR
latest = LATEST
stable = STABLE
base_url = https://docs.mongodb.com
4 changes: 2 additions & 2 deletions themes/ecosystem/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<script>
window.googleSearchCx = "014132741538533607290:vbud4n2gg40"
window.googleSearchPlaceholder = "Search Ecosystem"
window.googleSearchResultsUrl = "http://docs.mongodb.com/ecosystem/search/"
window.googleSearchResultsUrl = "{{theme_base_url}}/ecosystem/search/"
</script>
{%- endif %}
{%- endblock -%}

{%- block header %}
<div id="navbar" data-navprops='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server"},{"url": "https://docs.mongodb.com/ecosystem/drivers/","text": "Drivers","active": true},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools"},{"url": "https://docs.mongodb.com/guides/","text": "Guides"}]}'></div>
<div id="navbar" data-navprops='{"links": [{"url": "{{theme_base_url}}/manual/","text": "Server"},{"url": "{{theme_base_url}}/ecosystem/drivers/","text": "Drivers","active": true},{"url": "{{theme_base_url}}/cloud/","text": "Cloud"},{"url": "{{theme_base_url}}/tools/","text": "Tools"},{"url": "{{theme_base_url}}/guides/","text": "Guides"}], "baseUrl": "{{theme_base_url}}"}'></div>
{%- endblock %}
1 change: 1 addition & 0 deletions themes/ecosystem/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ google_analytics = GACODE
project = PROJECT
translations = LANGUAGES
language = LANGUAGE
base_url = https://docs.mongodb.com
10 changes: 5 additions & 5 deletions themes/guides/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<title>{{ title|striptags|e }}</title>
{%- endblock -%}

<link rel="shortcut icon" href="https://docs.mongodb.com/assets/favicon.ico" />
<link rel="shortcut icon" href="{{theme_base_url}}/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
<meta name="robots" content="index" />
Expand All @@ -67,9 +67,9 @@

{%- block canonicalref %}
{%- if pagename == 'index' %}
<link rel="canonical" href="https://docs.mongodb.com/{{theme_project}}/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/" />
{%- else %}
<link rel="canonical" href="https://docs.mongodb.com/{{theme_project}}/{{pagename}}/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/{{pagename}}/" />
{%- endif -%}
{%- endblock -%}

Expand All @@ -80,7 +80,7 @@

{%- if not embedded %}
{%- block googlecse_opensearch %}
<link rel="search" type="application/opensearchdescription+xml" href="https://docs.mongodb.com/osd.xml" title="MongoDB Help"/>
<link rel="search" type="application/opensearchdescription+xml" href="{{theme_base_url}}/osd.xml" title="MongoDB Help"/>
{%- endblock -%}

{%- if favicon %}
Expand All @@ -101,7 +101,7 @@
<div id="rating-panel"></div>
</div>

<div id="navbar" data-navprops='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server"},{"url": "https://docs.mongodb.com/drivers/","text": "Drivers"},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools"},{"url": "https://docs.mongodb.com/guides/","text": "Guides","active": true}]}'></div>
<div id="navbar" data-navprops='{"links": [{"url": "{{theme_base_url}}/manual/","text": "Server"},{"url": "{{theme_base_url}}/drivers/","text": "Drivers"},{"url": "{{theme_base_url}}/cloud/","text": "Cloud"},{"url": "{{theme_base_url}}/tools/","text": "Tools"},{"url": "{{theme_base_url}}/guides/","text": "Guides","active": true}], "baseUrl": "{{theme_base_url}}"}'></div>

<script async src="{{ pathto('_static/navbar.min.js', 1) }}"></script>

Expand Down
1 change: 1 addition & 0 deletions themes/guides/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ active_branches =
upcoming = UPCOMING
eol_msg = EOL_MSG
eol =
base_url = https://docs.mongodb.com
8 changes: 4 additions & 4 deletions themes/kubernetes-operator/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

{%- block canonicalref %}
{%- if pagename == 'index' %}
<link rel="canonical" href="https://docs.mongodb.com/{{theme_project}}/master/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/master/" />
{%- else %}
<link rel="canonical" href="https://docs.mongodb.com/{{theme_project}}/master/{{pagename}}/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/master/{{pagename}}/" />
{%- endif -%}
{%- endblock -%}

Expand All @@ -37,13 +37,13 @@
<script>
window.googleSearchCx = "014132741538533607290:cgznrev_wu0"
window.googleSearchPlaceholder = "Search Kubernetes Operator"
window.googleSearchResultsUrl = "https://docs.mongodb.com/{{theme_project}}/{{version}}/search/"
window.googleSearchResultsUrl = "{{theme_base_url}}/{{theme_project}}/{{version}}/search/"
</script>
{%- endif %}
{%- endblock -%}

{%- block header %}
<div id="navbar" data-navprops='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server"},{"url": "https://docs.mongodb.com/ecosystem/drivers/","text": "Drivers"},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools","active": true},{"url": "https://docs.mongodb.com/guides/","text": "Guides"}]}'></div>
<div id="navbar" data-navprops='{"links": [{"url": "{{theme_base_url}}/manual/","text": "Server"},{"url": "{{theme_base_url}}/ecosystem/drivers/","text": "Drivers"},{"url": "{{theme_base_url}}/cloud/","text": "Cloud"},{"url": "{{theme_base_url}}/tools/","text": "Tools","active": true},{"url": "{{theme_base_url}}/guides/","text": "Guides"}], "baseUrl": "{{theme_base_url}}"}'></div>
{%- endblock %}


Expand Down
1 change: 1 addition & 0 deletions themes/kubernetes-operator/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ sitename = MongoDB
nav_excluded = NAV
is_upcoming =
active_branches =
base_url = https://docs.mongodb.com
8 changes: 4 additions & 4 deletions themes/manual/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

{%- block canonicalref %}
{%- if pagename == 'index' %}
<link rel="canonical" href="https://docs.mongodb.com/{{theme_project}}/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/" />
{%- else %}
<link rel="canonical" href="https://docs.mongodb.com/{{theme_project}}/{{pagename}}/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/{{pagename}}/" />
{%- endif -%}
{%- endblock -%}

Expand All @@ -39,14 +39,14 @@
<script>
window.googleSearchCx = "017213726194841070573:WMX6838984"
window.googleSearchPlaceholder = "Search Documentation"
window.googleSearchResultsUrl = "http://docs.mongodb.com/manual/search/"
window.googleSearchResultsUrl = "{{theme_base_url}}/manual/search/"
</script>
{%- endif %}
{%- endblock -%}


{%- block header %}
<div id="navbar" data-navprops='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server","active": true},{"url": "https://docs.mongodb.com/drivers/","text": "Drivers"},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools"},{"url": "https://docs.mongodb.com/guides/","text": "Guides"}]}'></div>
<div id="navbar" data-navprops='{"links": [{"url": "{{theme_base_url}}/manual/","text": "Server","active": true},{"url": "{{theme_base_url}}/drivers/","text": "Drivers"},{"url": "{{theme_base_url}}/cloud/","text": "Cloud"},{"url": "{{theme_base_url}}/tools/","text": "Tools"},{"url": "{{theme_base_url}}/guides/","text": "Guides"}], "baseUrl": "{{theme_base_url}}"}'></div>
{%- endblock %}

{%- block pdflink %}{%- endblock %}
Expand Down
3 changes: 2 additions & 1 deletion themes/manual/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ version_selector = VERSION_SELECTOR
latest = LATEST
stable = STABLE
sitename = MongoDB
nav_excluded = NAV
nav_excluded = NAV
base_url = https://docs.mongodb.com
8 changes: 4 additions & 4 deletions themes/meta-driver/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

{%- block canonicalref %}
{%- if pagename == 'index' %}
<link rel="canonical" href="http://docs.mongodb.com/{{theme_project}}/" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/" />
{%- else %}
<link rel="canonical" href="http://docs.mongodb.com/{{theme_project}}/{{pagename}}" />
<link rel="canonical" href="{{theme_base_url}}/{{theme_project}}/{{pagename}}" />
{%- endif -%}
{%- endblock -%}

Expand Down Expand Up @@ -44,12 +44,12 @@
{%- block subnav %} {% endblock %}

{%- block searchbox %}
<div class="search-db narrow pull-right"><gcse:searchbox-only resultsUrl="https://docs.mongodb.com/{{theme_project}}/search/" queryParameterName="query"></gcse:searchbox-only></div>
<div class="search-db narrow pull-right"><gcse:searchbox-only resultsUrl="{{theme_base_url}}/{{theme_project}}/search/" queryParameterName="query"></gcse:searchbox-only></div>
{% endblock %}
{% endblock %}

{%- block header %}
<div id="navbar" data-navprops='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server"},{"url": "https://docs.mongodb.com/drivers/","text": "Drivers","active": true},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools"},{"url": "https://docs.mongodb.com/guides/","text": "Guides"}]}'></div>
<div id="navbar" data-navprops='{"links": [{"url": "{{theme_base_url}}/manual/","text": "Server"},{"url": "{{theme_base_url}}/drivers/","text": "Drivers","active": true},{"url": "{{theme_base_url}}/cloud/","text": "Cloud"},{"url": "{{theme_base_url}}/tools/","text": "Tools"},{"url": "{{theme_base_url}}/guides/","text": "Guides"}], "baseUrl": "{{theme_base_url}}"}'></div>
{%- endblock %}

{%- block righttoc %} {% endblock %}
1 change: 1 addition & 0 deletions themes/meta-driver/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ nav_excluded = NAV
is_upcoming =
is_private = False
privacy_warning = ""
base_url = https://docs.mongodb.com
Loading