Skip to content

Commit

Permalink
Merge pull request #9 from ZeissIQS/main
Browse files Browse the repository at this point in the history
Update from 'main'
  • Loading branch information
mprinkezs authored Feb 16, 2024
2 parents 4868a17 + b43a0c9 commit 13fb9d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
Expand Down
9 changes: 9 additions & 0 deletions doc/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends "!footer.html" %}

{% block extrafooter %}
<p></p>
<div class="footer">
<a href="https://www.gom.com/en/imprint" target="_blank" rel="noopener noreferrer">Imprint</a>
</div>
{{super}}
{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

> There is no UI based workspace editor yet, but workspace definitions can be added manually.
* An example is provided in the add-on 'Workspace editor tools'.
* An add-on is just a ZIP file with a different extension (.package) containing JSON based object definitions.
* It can be unpacked, edited and packaged again with a new workspace definition.

Expand Down

0 comments on commit 13fb9d2

Please sign in to comment.