From 8a2305c7b9223527dc0787a1e5a49a689fd2e65b Mon Sep 17 00:00:00 2001 From: wonge97 <84043208+wonge97@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:42:25 -0500 Subject: [PATCH] minor stylistic edits (#712) --- docs/index.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index f53ce138ce..d06546ee7b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,8 +4,9 @@ 0x Protocol is the trusted open source settlement layer for the permissionless global exchange of value. This documentation is aimed to serve as the canonical technical documentation for 0x Protocol and the system of smart contracts that make up its full functionality. The structure of this documentation is as follows: + - Architectural Overview of the whole system of smart contracts that 0x Protocol is comprised of. - - Subsections will provide a deep dive into each contracts +- Subsections will provide a deep dive into each contracts - Tutorial and tools to get started building with/on top of 0x Protocol To learn more about why 0x Protocol was created, read the whitepaper `here `_ and at `0xProtocol.org `_. @@ -16,12 +17,12 @@ Connect with the community on our `Forum `_, `Dis .. image:: ./_static/img/logo.png - :width: 20% + :width: 60% :alt: 0x Protocol logo :align: center .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Architecture architecture/overview.rst @@ -35,7 +36,7 @@ Connect with the community on our `Forum `_, `Dis architecture/plp_sandbox.rst .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Basics basics/orders.rst @@ -46,7 +47,7 @@ Connect with the community on our `Forum `_, `Dis basics/addresses.rst .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Advanced advanced/mtx.rst @@ -55,14 +56,14 @@ Connect with the community on our `Forum `_, `Dis advanced/uniswap.rst .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Guide guides/nft_guide.rst guides/smart_nonce.rst .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Additional Material additional/audits.rst @@ -81,4 +82,4 @@ Connect with the community on our `Forum `_, `Dis Forum Reddit Discord - Twitter \ No newline at end of file + Twitter \ No newline at end of file