Update
This commit is contained in:
parent
59c13539cc
commit
d5c3c50a18
5 changed files with 13 additions and 3 deletions
BIN
docs/assets/AppStore.png
Executable file
BIN
docs/assets/AppStore.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
docs/assets/GooglePlay.png
Executable file
BIN
docs/assets/GooglePlay.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
|
@ -1 +0,0 @@
|
|||
# Installation der ScStw App
|
11
docs/getting-started/software-setup.md
Normal file
11
docs/getting-started/software-setup.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Installation der ScStw App
|
||||
|
||||
The ScStw App wird für die Steuerung der Anlage benötigt. Sie steht für Android und IOS in den entsprechenden Stores zum Download zur Verfügung:
|
||||
|
||||
<a href="https://play.google.com/store/apps/details?id=com.itsblue.speedclimbing_stopwatch" target="blank">
|
||||
<img alt="Get it on Google Play" src="/assets/GooglePlay.png">
|
||||
</a>
|
||||
<br>
|
||||
<a href="https://apps.apple.com/de/app/speed-climbing-stopwatch/id1527590772" target="blank">
|
||||
<img alt="Download on the App Store" src="/assets/AppStore.png">
|
||||
</a>
|
|
@ -17,7 +17,7 @@ nav:
|
|||
- Erste Schritte:
|
||||
- Einleitung: index.md
|
||||
- Komponenten: getting-started/components.md
|
||||
- Installation der App: getting-started/installing-the-app.md
|
||||
- Softwareinstallation: getting-started/software-setup.md
|
||||
- Benutzeranleitung:
|
||||
- Aufbau: user-guide/setup.md
|
||||
- Grundlagen: user-guide/basics.md
|
||||
|
@ -85,7 +85,7 @@ theme:
|
|||
# Plugins
|
||||
plugins:
|
||||
- search
|
||||
- pdf-export
|
||||
#- pdf-export
|
||||
#- redirects:
|
||||
#redirect_maps:
|
||||
#changelog/insiders.md: insiders/changelog.md
|
||||
|
|
Loading…
Reference in a new issue