brought back use_storage in book

This commit is contained in:
Maccesch 2023-11-12 23:02:36 +00:00
parent b26459986e
commit 8199d19e92
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
- [use_local_storage](storage/use_local_storage.md) - [use_local_storage](storage/use_local_storage.md)
- [use_session_storage](storage/use_session_storage.md) - [use_session_storage](storage/use_session_storage.md)
- [use_storage_with_options](storage/use_storage_with_options.md) - [use_storage](storage/use_storage.md)
# Elements # Elements

View file

@ -1,3 +1,3 @@
# use_storage_with_options # use_storage
<!-- cmdrun python3 ../extract_doc_comment.py storage/use_storage_with_options --> <!-- cmdrun python3 ../extract_doc_comment.py storage/use_storage -->