You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use ZenDesk for our public docs and FAQ: https://sharezone.net/faq. Our goal is to move away from ZenDesk and use another Git based documentation tool, like Riverpod, FVM have.
The advantage is that it's free (instead of ZenDesk) and the community can easily participate ❤️
ToDo
Research for an open source documentation software (should also support multiple languages)
Set up first proof of concept to make a decision
Set up the software in this repository (+ hosting)
Set up CI/CD
The text was updated successfully, but these errors were encountered:
## Description
This PR adds an Alpha track for Android, like we already have for web with https://alpha.web.sharezone.net. On every commit on the `main`, we build a new Android version. Because Firebase Distribution doesn't care about versioning, we don't need a complicated system for increasing the version number.
As release note we are using the last commit message.
Users can join the Alpha track via this link: https://appdistribution.firebase.dev/i/9c4942a1c01a5496. Just follow the introductions by Google. But I think we should also add our own docs later (How to join the alpha program, how to leave, etc.). Would be good to do #166 first.
We should first merge the following PR before merging this PR:
* #241Closes#215
Description
Currently, we use ZenDesk for our public docs and FAQ: https://sharezone.net/faq. Our goal is to move away from ZenDesk and use another Git based documentation tool, like Riverpod, FVM have.
The advantage is that it's free (instead of ZenDesk) and the community can easily participate ❤️
ToDo
The text was updated successfully, but these errors were encountered: