Thanks!
We need to change GLib related paths. Can you apply this change for
`dev/gen_apidocs/create_documents.sh`?
```diff
@@ -84,23 +84,11 @@ pushd build_apidocs
--enable-gtk-doc
make -j4 GTK_DOC_V_XREF=": "
mkdir -p ../../site/asf-site/docs/c_glib
-rsync -r doc/reference/html/ ../../site/asf-site/docs/c_glib
+rsync -r doc/arrow-glib/html/ ../../site/asf-site/docs/c_glib/arrow-glib
+rsync -r doc/parquet-glib/html/ ../../site/asf-site/docs/c_glib/parquet-glib
popd
popd
```
We also need `asf-site/docs/c_glib/index.html` that just list links for
`arrow-glib/` and `parquet-glib/` subdirectories. I'll update the `index.html`
later.
[ Full content available at: https://github.com/apache/arrow/pull/2723 ]
This message was relayed via gitbox.apache.org for [email protected]