From fb532be3de2a2e5b52a6ac38768c35093fa594d5 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 29 Apr 2024 09:46:46 -0700 Subject: [PATCH] Organize DocC (#3022) --- .../Documentation.docc/Articles/SharingState.md | 4 ++++ .../Documentation.docc/Extensions/FileStorageKey.md | 5 +++++ .../Documentation.docc/Extensions/InMemoryKey.md | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/Sources/ComposableArchitecture/Documentation.docc/Articles/SharingState.md b/Sources/ComposableArchitecture/Documentation.docc/Articles/SharingState.md index f4483a2d4dbc..0e56026f57e6 100644 --- a/Sources/ComposableArchitecture/Documentation.docc/Articles/SharingState.md +++ b/Sources/ComposableArchitecture/Documentation.docc/Articles/SharingState.md @@ -1116,3 +1116,7 @@ The second assignment of `isOn` will guarantee that it holds a value of `true`. - ``SharedReader`` - ``PersistenceReaderKey`` + +### Default values + +- ``PersistenceKeyDefault`` diff --git a/Sources/ComposableArchitecture/Documentation.docc/Extensions/FileStorageKey.md b/Sources/ComposableArchitecture/Documentation.docc/Extensions/FileStorageKey.md index 05812ae657ba..235f7eed1c33 100644 --- a/Sources/ComposableArchitecture/Documentation.docc/Extensions/FileStorageKey.md +++ b/Sources/ComposableArchitecture/Documentation.docc/Extensions/FileStorageKey.md @@ -9,3 +9,8 @@ ### Overriding storage - ``FileStorage`` + +### Deprecations + +- ``LiveFileStorage()`` +- ``InMemoryFileStorage()`` diff --git a/Sources/ComposableArchitecture/Documentation.docc/Extensions/InMemoryKey.md b/Sources/ComposableArchitecture/Documentation.docc/Extensions/InMemoryKey.md index 833c218d35e3..d7bb6912b3f8 100644 --- a/Sources/ComposableArchitecture/Documentation.docc/Extensions/InMemoryKey.md +++ b/Sources/ComposableArchitecture/Documentation.docc/Extensions/InMemoryKey.md @@ -5,3 +5,7 @@ ### Storing a value - ``PersistenceReaderKey/inMemory(_:)`` + +### Overriding storage + +- ``InMemoryStorage``