From 36e644368c3657a2959ee346ee6eed03132ea7d9 Mon Sep 17 00:00:00 2001 From: Lee Peuker Date: Thu, 22 Aug 2024 14:35:33 +0200 Subject: [PATCH] Add locations to docs --- docs/features/locations.md | 9 +++++++++ mkdocs.yml | 1 + 2 files changed, 10 insertions(+) create mode 100644 docs/features/locations.md diff --git a/docs/features/locations.md b/docs/features/locations.md new file mode 100644 index 000000000..354445ff6 --- /dev/null +++ b/docs/features/locations.md @@ -0,0 +1,9 @@ +## Description + +Watch dates can be associated with locations (e.g. cinemas). + +Each user maintains his own collection of locations which he can choose from. The locations can be managed at `/settings/account/locations`. + +!!! Info + + When your watch dates are public, others can see if a location is set but not which exact location it is. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5c7368052..07704e6ce 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -40,6 +40,7 @@ nav: - Features: - TMDB Data: features/tmdb-data.md - IMDb Rating: features/imdb-rating.md + - Locations: features/locations.md - Plex: features/plex.md - Jellyfin: features/jellyfin.md - Emby: features/emby.md