Skip to content

Commit

Permalink
added site wide announcement that the site is a work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
aburt2 committed May 18, 2024
1 parent e854973 commit 8e3b0e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# About us

!!! warning

This documentation website is still a work in progress. If you experience any broken links, or encounter any spelling errors please add an issue on [github](https://github.com/IDMIL/tstick-docs).

![T-Stick Sopranino](./Images/tstick-banner.jpg)

The T-Stick is a DMI conceived by Joseph Malloch and D. Andrew Stewart at the Input Devices and Music Interaction Laboratory (IDMIL) at McGill University. It has been in development since 2006, has a relatively long history for a DMI, has multiple versions, several expert performers, and has an associated repertoire. More than 20 copies have been built unintended for commercial use. Nevertheless, it has been adopted by expert performers and composers as part of their musical practice including D. Andrew Stewart (Soprano user) and Fernando Rocha (Tenor user). It has appeared in dozens of public appearances in countries such as Canada, USA, Brazil, Italy, Norway, and Portugal.
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ repo_name: IDMIL/T-Stick
copyright: Copyright © 2018 - 2024 Input Devices and Music Interaction Laboratory, Schulich School of Music, McGill University
theme:
name: material
custom_dir: overrides
palette:
- media: "(prefers-color-scheme)"
toggle:
Expand Down
5 changes: 5 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "base.html" %}

{% block announce %}
This documentation website is still a work in progress. If you experience any broken links, or encounter any spelling errors please add an issue on <a href="https://github.com/IDMIL/tstick-docs">github</a>.
{% endblock %}

0 comments on commit 8e3b0e9

Please sign in to comment.