Skip to content

Commit

Permalink
Improving logo, titles, breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
wardweistra committed Jan 15, 2021
1 parent 026d3cd commit 74ca0e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is the source code for the Firely documentation site, documenting the Firel
2. Create empty RTD project: sphinx-quickstart
3. Copy from another subproject like https://github.com/firelyTeam/firely-docs-firely-terminal:
* In root: build.bat, autobuild.bat, .gitignore
* In _templates: breadcrumbs.html (to customize top page name), layout.html (for Firely layout), searchbox.html (for accessibility label on search field)
* In _templates: breadcrumbs.html (to customize top page name), layout.html (for Firely layout and logo link), searchbox.html (for accessibility label on search field)
* In _static: css/style.css, images/banner.png
4. In conf.py:
* Change theme: `html_theme = 'sphinx_rtd_theme'`
Expand Down
2 changes: 1 addition & 1 deletion _static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ a:focus {

a.icon-home,
a.icon-home:hover {
background: url("https://www.simplifier.net/images/simplifier-logo.png") no-repeat;
background: url("https://fire.ly/wp-content/themes/firely/images/logo.svg") no-repeat;
background-size: contain;

margin-bottom: 0;
Expand Down
4 changes: 2 additions & 2 deletions _templates/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<div><a href="https://www.devdays.com"><img src="{{ pathto('_static/images/banner.png', 1) }}" alt="FHIR DevDays banner"/></a></div>
<hr/>
{% if _('firelynetsdk') in pagename %}
<li class="wy-breadcrumbs-api"><a href="{{ pathto(master_doc) }}">{{ _('Docs') }}</a> &raquo;</li>
<li class="wy-breadcrumbs-api"><a href="{{ pathto(master_doc) }}">{{ _('Firely Docs') }}</a> &raquo;</li>
{% else %}
<li><a href="{{ pathto(master_doc) }}">{{ _('Docs') }}</a> &raquo;</li>
<li><a href="{{ pathto(master_doc) }}">{{ _('Firely Docs') }}</a> &raquo;</li>
{% endif %}
{% for doc in parents %}
{% if loop.index == 1 %}
Expand Down
13 changes: 2 additions & 11 deletions index.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
.. SimplifierDocs documentation master file, created by
This file is the main page, pointing to the documentation
for the subprojects Simplifier.net, Forge, Firely Terminal, Firely Server, VonkLoader, and the Firely .Net SDK.
Welcome to Firely's documentation site
==========================================

On this site you will find the documentation for various FHIR tools and SDKs.

The currently documented projects are:

.. toctree::
:maxdepth: 1
:caption: Firely Docs
:caption: Firely Products

Simplifier - FHIR profile registry <simplifier/index>
Forge - FHIR profile editor <forge/index>
Expand All @@ -21,10 +15,7 @@ The currently documented projects are:
FHIR Mapper - Engine for the FHIR Mapping Language <mappingengine/index>
VonkLoader - Bulk upload resources to any FHIR server <vonkloader/index>

Versions overview
##################

.. list-table::
.. list-table:: Product and FHIR Versions Overview
:widths: 20, 10, 10, 10, 10, 10
:header-rows: 1

Expand Down

0 comments on commit 74ca0e1

Please sign in to comment.