Skip to content

Fix: remove client 'nook' from docs #2225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
[#1989](https://github.com./nextcloud/cookbook/pull/1989) @seyfeb
- Fix wrong type definition in OpenAPI specs
[#2232](https://github.com./nextcloud/cookbook/pull/2232) @Leptopoda
- Removed no longer existing app Nook
[#2225](https://github.com./nextcloud/cookbook/pull/2225) @Leptopoda

### Maintenance
- Add Typescript support
Expand Down
6 changes: 1 addition & 5 deletions docs/user/clients/Index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Clients

The app works generally in any modern browser. Additionally, there are some more specialized clients available, including mobile apps for Android and iOS..
The app works generally in any modern browser. Additionally, there are some more specialized clients available, including mobile apps for Android and iOS.

## 📱 Mobile Applications
The currently available clients are in no particular order:
Expand All @@ -9,7 +9,6 @@ The currently available clients are in no particular order:
|------------------------------------------------------|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Nextcloud Cookbook][micmun-nextcloud-cookbook] | [MicMun][micmun] | [<img src="img/f-droid.png" alt="Get it on F-Droid" height="50">][micmun-nextcloud-cookbook-fdroid] [<img src="img/g-play.png" alt="Get it on Google Play" height="50">][micmun-nextcloud-cookbook-play-store] |
| [Nextcloud Cookbook][teifun2-nextcloud-cookbook] | [Teifun2][teifun2] | [<img src="img/f-droid.png" alt="Get it on F-Droid" height="50">][teifun2-nextcloud-cookbook-fdroid] [<img src="img/g-play.png" alt="Get it on Google Play" height="50">][teifun2-nextcloud-cookbook-play-store] [<img src="img/ios-store.svg" alt="Download on the App Store" height="35">][teifun2-nextcloud-cookbook-ios-app-store] |
| Nook | | [<img src="img/g-play.png" alt="Get it on Google Play" height="50">][nook-play-store] |
| [Nextcloud Cookbook][lneugebauer-nextcloud-cookbook] | [lneugebauer][] | [<img src="img/f-droid.png" alt="Get it on F-Droid" height="50">][lneugebauer-nextcloud-cookbook-fdroid] [<img src="img/g-play.png" alt="Get it on Google Play" height="50">][lneugebauer-nextcloud-cookbook-play-store] |
| [Cookbook Client][teifun2-nextcloud-cookbook] | [VincentMeilinger][] | [<img src="img/ios-store.svg" alt="Download on the App Store" height="35">][teifun2-nextcloud-cookbook-ios-app-store] |

Expand All @@ -29,9 +28,6 @@ The currently available clients are in no particular order:
[teifun2-nextcloud-cookbook-play-store]: <https://play.google.com/store/apps/details?id=com.nextcloud_cookbook_flutter&hl=en_US&gl=US> (Nextcloud Cookbook Google Play Store)
[teifun2-nextcloud-cookbook-ios-app-store]: <https://apps.apple.com/us/app/nextcloud-cookbook/id1619926634?itsct=apps_box_badge&amp;itscg=30200> (Nextcloud Cookbook iOS App Store)

<!-- Nook -->
[nook-play-store]: <https://play.google.com/store/apps/details?id=org.capacitor.cookbook.app> (Nook Google Play Store)

<!-- lneugebauer -->
[lneugebauer]: <https://github.com./lneugebauer>
[lneugebauer-nextcloud-cookbook]: <https://lneugebauer.github.io/nextcloud-cookbook/> (Nextcloud Cookbook)
Expand Down
Loading