diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json
index 5dc246b0..10ec2bf2 100644
--- a/dev/.documenter-siteinfo.json
+++ b/dev/.documenter-siteinfo.json
@@ -1 +1 @@
-{"documenter":{"julia_version":"1.10.6","generation_timestamp":"2024-10-30T09:38:52","documenter_version":"1.5.0"}}
\ No newline at end of file
+{"documenter":{"julia_version":"1.10.6","generation_timestamp":"2024-11-08T03:29:44","documenter_version":"1.5.0"}}
\ No newline at end of file
diff --git a/dev/api/array/index.html b/dev/api/array/index.html
index 58288f9e..63995f18 100644
--- a/dev/api/array/index.html
+++ b/dev/api/array/index.html
@@ -14,4 +14,4 @@
3-element MtlVector{Int64, Metal.PrivateStorage}:
1
2
- 3sourceMetal.MtlArray — Type
MtlArray{T,N,S} <: AbstractGPUArray{T,N}
N-dimensional Metal array with storage mode S and elements of type T.
S can be Metal.PrivateStorage (default), Metal.SharedStorage, or Metal.ManagedStorage.
See the Array Programming section of the Metal.jl docs for more details.
The Metal API has various storage modes that dictate how a resource can be accessed. MtlArrays are Metal.PrivateStorage by default, but they can also be Metal.SharedStorage or Metal.ManagedStorage. For more information on storage modes, see the official Metal documentation.