danepitkin commented on code in PR #36591: URL: https://github.com/apache/arrow/pull/36591#discussion_r1324679263
########## docs/source/index.rst: ########## @@ -35,11 +37,71 @@ such topics as: **To learn how to use Arrow refer to the documentation specific to your target environment.** +.. grid:: 2 + :gutter: 4 + :padding: 2 2 0 0 + :class-container: sd-text-center + + .. grid-item-card:: Specifications and protocols + :class-card: contrib-card + :shadow: none + + Read about the Apache Arrow format + specifications and protocols. + + +++ + + .. button-ref:: format + :ref-type: ref + :click-parent: + :color: primary + :expand: + + To the Specifications and protocols Review Comment: nit: Can we capitalize `Protocols` so that it matches the navigation tab? ########## docs/source/conf.py: ########## @@ -319,7 +340,7 @@ # The name of an image file (relative to this directory) to place at the top # of the sidebar. # -html_logo = "_static/arrow.png" +# html_logo = "_static/arrow.png" Review Comment: Ah good to know! I'm okay with leaving it as-is. -- 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]
