diff --git a/docs/api/maplibre/benchmarking/tessellation/zero_tessellator/struct.ZeroTessellator.html b/docs/api/maplibre/benchmarking/tessellation/zero_tessellator/struct.ZeroTessellator.html
index 34291fa2..ea3714ec 100644
--- a/docs/api/maplibre/benchmarking/tessellation/zero_tessellator/struct.ZeroTessellator.html
+++ b/docs/api/maplibre/benchmarking/tessellation/zero_tessellator/struct.ZeroTessellator.html
@@ -6,7 +6,7 @@
pub feature_indices: Vec<u32>,
current_index: usize,
} Build tessellations with vectors.Expand description
path_builder: RefCell<Builder>path_open: boolis_point: boolbuffer: VertexBuffers<ShaderVertex, I>feature_indices: Vec<u32>current_index: usizePOINT EMPTYBox<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
+path_builder: RefCell<Builder>path_open: boolis_point: boolbuffer: VertexBuffers<ShaderVertex, I>feature_indices: Vec<u32>current_index: usizeLineString processing Read moreLineString processingMultiLineString processing Read moreMultiLineString processingMultiPolygon processing Read moreMultiPolygon processingPOINT EMPTYGeometryCollection processingGeometryCollection processingCircularString processing Read moreBox<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait. Read moreRc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait. Read more&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s. Read more&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
diff --git a/docs/api/maplibre/io/geometry_index/struct.IndexProcessor.html b/docs/api/maplibre/io/geometry_index/struct.IndexProcessor.html
index 0e609421..1019ef23 100644
--- a/docs/api/maplibre/io/geometry_index/struct.IndexProcessor.html
+++ b/docs/api/maplibre/io/geometry_index/struct.IndexProcessor.html
@@ -11,7 +11,7 @@
End of feature property processing.
Begin of feature geometry processing.
End of feature geometry processing.
-POINT EMPTYLineString processing Read moreLineString processingMultiLineString processing Read moreMultiLineString processingMultiPolygon processing Read moreMultiPolygon processingPOINT EMPTYGeometryCollection processingGeometryCollection processingCircularString processing Read moreBox<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait. Read moreRc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait. Read more&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s. Read more&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
diff --git a/docs/api/maplibre/render/eventually/trait.HasChanged.html b/docs/api/maplibre/render/eventually/trait.HasChanged.html
index da7237ee..04dfe5e4 100644
--- a/docs/api/maplibre/render/eventually/trait.HasChanged.html
+++ b/docs/api/maplibre/render/eventually/trait.HasChanged.html
@@ -2,4 +2,4 @@
type Criteria: Eq;
fn has_changed(&self, criteria: &Self::Criteria) -> bool;
-}