Files
google-apis-rs/gen/photoslibrary1-cli/mkdocs.yml
2024-03-05 21:02:48 +01:00

39 lines
1.2 KiB
YAML

site_name: Photos Library v5.0.4+20240223
site_url: http://byron.github.io/google-apis-rs/google-photoslibrary1-cli
site_description: A complete library to interact with Photos Library (protocol v1)
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/photoslibrary1-cli
docs_dir: docs
site_dir: build_html
nav:
- Home: 'index.md'
- 'Albums':
- 'Add Enrichment': 'albums_add-enrichment.md'
- 'Batch Add Media Items': 'albums_batch-add-media-items.md'
- 'Batch Remove Media Items': 'albums_batch-remove-media-items.md'
- 'Create': 'albums_create.md'
- 'Get': 'albums_get.md'
- 'List': 'albums_list.md'
- 'Patch': 'albums_patch.md'
- 'Share': 'albums_share.md'
- 'Unshare': 'albums_unshare.md'
- 'Media Items':
- 'Batch Create': 'media-items_batch-create.md'
- 'Batch Get': 'media-items_batch-get.md'
- 'Get': 'media-items_get.md'
- 'List': 'media-items_list.md'
- 'Patch': 'media-items_patch.md'
- 'Search': 'media-items_search.md'
- 'Shared Albums':
- 'Get': 'shared-albums_get.md'
- 'Join': 'shared-albums_join.md'
- 'Leave': 'shared-albums_leave.md'
- 'List': 'shared-albums_list.md'
theme: readthedocs
copyright: Copyright © 2015-2020, `Sebastian Thiel`