kou commented on code in PR #46319:
URL: https://github.com/apache/arrow/pull/46319#discussion_r2074344258
##########
docs/source/cpp/api.rst:
##########
@@ -45,3 +45,4 @@ API Reference
api/flightsql
api/filesystem
api/dataset
+ api/extension
Review Comment:
How about moving this after `datatype` and `array` because this is related
to `datatype` and `array`?
```diff
diff --git a/docs/source/cpp/api.rst b/docs/source/cpp/api.rst
index 27b78b57ff..b58a7b7aeb 100644
--- a/docs/source/cpp/api.rst
+++ b/docs/source/cpp/api.rst
@@ -27,6 +27,7 @@ API Reference
api/thread
api/datatype
api/array
+ api/extension
api/scalar
api/builder
api/table
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]