1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

chore(view-cache): Rename view-cache docs to README to allow Github rendering

* Renamed documentation file

* Updated documentation link.
This commit is contained in:
Todd Martin
2025-05-16 15:52:51 -04:00
committed by GitHub
parent c0ef307e99
commit 2bde090b37
2 changed files with 1 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ export type FormCacheOptions<TFormGroup extends FormGroup> = BaseCacheOptions<
/** /**
* Cache for temporary component state * Cache for temporary component state
* *
* [Read more](./view-cache.md) * [Read more](./README.md)
* *
* #### Implementations * #### Implementations
* - browser extension popup: used to persist UI between popup open and close * - browser extension popup: used to persist UI between popup open and close