Skip to content

Commit

Permalink
Merge pull request #273 from Open-Telecoms-Data/198-nav-link-cove
Browse files Browse the repository at this point in the history
Add CoVE link to the navigation
  • Loading branch information
Bjwebb committed Jun 26, 2023
2 parents ed8a68a + f35ebb5 commit 5b8b22d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/_static/custom.css
@@ -0,0 +1,12 @@
/*
Copied from
https://github.com/readthedocs/sphinx_rtd_theme/blob/9899ee4ee2f547f81e51297dc12317f018e62fdd/src/sass/_theme_rst.sass#L44-L51
which only applies to rst-content.
*/
.ofds-extra-nav a.reference.external::after {
font-family: FontAwesome;
content: "\f08e";
vertical-align: super;
font-size: 60%;
margin: 0 0.2em;
}
11 changes: 9 additions & 2 deletions docs/_templates/layout.html
@@ -1,3 +1,10 @@
{% extends "!layout.html" %}
{% set css_files = css_files + ["_static/renderjson.css", "_static/jsonschema.css"] %}
{% set script_files = script_files + ["_static/renderjson.js", "_static/json-example-format.js"] %}
{% set css_files = css_files + ["_static/custom.css", "_static/renderjson.css", "_static/jsonschema.css"] %}
{% set script_files = script_files + ["_static/renderjson.js", "_static/json-example-format.js"] %}

{% block menu %}
{{ super() }}
<ul class="ofds-extra-nav">
<li class="toctree-l1"><a class="reference external" href="https://ofds.cove.opendataservices.coop/" target="_blank">{% trans %}Convert, Validate and Explore Tool{% endtrans %}</a></li>
</ul>
{% endblock %}
1 change: 1 addition & 0 deletions docs/history/changelog.md
Expand Up @@ -21,6 +21,7 @@ Iterative improvements are made outside of the release cycle. They do not involv
- [#208](https://github.com/Open-Telecoms-Data/open-fibre-data-standard/pull/208) - Add link to "WGS 84" text in docs/reference/schema.md.
- [#213](https://github.com/Open-Telecoms-Data/open-fibre-data-standard/pull/213) - For GeoJSON/JSON conversion, use libcoveofds now.
- [#232](https://github.com/Open-Telecoms-Data/open-fibre-data-standard/pull/232) - Remove unmaintained GitHub issue admonitions.
- [#273](https://github.com/Open-Telecoms-Data/open-fibre-data-standard/pull/273) - Add OFDS Convert, Validate, Explore tool (CoVE) link to the left hand navigation

## 0.3.0 - 2023-05-17

Expand Down

0 comments on commit 5b8b22d

Please sign in to comment.