diff --git a/doc/reference/cogl-2.0-experimental/cogl-sections.txt b/doc/reference/cogl-2.0-experimental/cogl-sections.txt
index 0b28b88ce..7db8e40d8 100644
--- a/doc/reference/cogl-2.0-experimental/cogl-sections.txt
+++ b/doc/reference/cogl-2.0-experimental/cogl-sections.txt
@@ -548,6 +548,22 @@ cogl_buffer_update_hint_get_type
cogl_buffer_usage_hint_get_type
+
+cogl-attribute-buffer
+CoglAttributeBuffer: Buffers of vertex attributes
+CoglAttributeBuffer
+cogl_attribute_buffer_new
+cogl_is_attribute_buffer
+
+
+
+cogl-index-buffer
+CoglIndexBuffer: Buffers of vertex indices
+CoglIndexBuffer
+cogl_index_buffer_new
+cogl_is_index_buffer
+
+
cogl-vector
3 Component Vectors