Skip to content

Commit e9ffc72

Browse files
committed
Remove Flashlight exception docs and nav entries
Deleted documentation files for Flashlight exception classes and removed their references from the mkdocs navigation and the index page. This streamlines the documentation by eliminating detailed exception class pages for Flashlight.
1 parent e10103d commit e9ffc72

9 files changed

+0
-20
lines changed

sdk/python/packages/flet/docs/flashlight/exceptions/flashlight_disable_exception.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

sdk/python/packages/flet/docs/flashlight/exceptions/flashlight_disable_existent_user_exception.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

sdk/python/packages/flet/docs/flashlight/exceptions/flashlight_disable_not_available_exception.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

sdk/python/packages/flet/docs/flashlight/exceptions/flashlight_enable_exception.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

sdk/python/packages/flet/docs/flashlight/exceptions/flashlight_enable_existent_user_exception.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

sdk/python/packages/flet/docs/flashlight/exceptions/flashlight_enable_not_available_exception.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

sdk/python/packages/flet/docs/flashlight/exceptions/flashlight_exception.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

sdk/python/packages/flet/docs/flashlight/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,3 @@ pip install flet-flashlight # (1)!
4040
## Description
4141

4242
{{ class_all_options(class_name) }}
43-
44-
See also:
45-
- [`FlashlightException`](exceptions/flashlight_exception.md)
46-
- [`FlashlightEnableException`](exceptions/flashlight_enable_exception.md)
47-
- [`FlashlightDisableException`](exceptions/flashlight_disable_exception.md)

sdk/python/packages/flet/mkdocs.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -593,14 +593,6 @@ nav:
593593
- FilePickerUploadFile: types/filepickeruploadfile.md
594594
- Finder: types/finder.md
595595
- FletTestApp: types/flettestapp.md
596-
- Flashlight:
597-
- FlashlightException: flashlight/exceptions/flashlight_exception.md
598-
- FlashlightEnableException: flashlight/exceptions/flashlight_enable_exception.md
599-
- FlashlightEnableNotAvailableException: flashlight/exceptions/flashlight_enable_not_available_exception.md
600-
- FlashlightEnableExistentUserException: flashlight/exceptions/flashlight_enable_existent_user_exception.md
601-
- FlashlightDisableException: flashlight/exceptions/flashlight_disable_exception.md
602-
- FlashlightDisableNotAvailableException: flashlight/exceptions/flashlight_disable_not_available_exception.md
603-
- FlashlightDisableExistentUserException: flashlight/exceptions/flashlight_disable_existent_user_exception.md
604596
- Geolocator:
605597
- ForegroundNotificationConfiguration: geolocator/types/foreground_notification_configuration.md
606598
- GeolocatorAndroidConfiguration: geolocator/types/geolocator_android_configuration.md

0 commit comments

Comments
 (0)