mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Docs: reorganise the left hand table of contents.
It now has an app dev section, an operations section, and a "participate" section.
This commit is contained in:
parent
32aa1bf9d2
commit
2c16de8ec4
@ -24,6 +24,13 @@ input {
|
||||
letter-spacing: 0.3px
|
||||
}
|
||||
|
||||
p.caption {
|
||||
margin-top: 2em;
|
||||
}
|
||||
span.caption-text {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 100%; /* Get rid of RTD rule that assumes nobody changes their browser font size */
|
||||
}
|
||||
|
@ -30,17 +30,28 @@ We look forward to seeing what you can do with Corda!
|
||||
.. _`download the PDF`: _static/corda-developer-site.pdf
|
||||
|
||||
.. toctree::
|
||||
:caption: App development
|
||||
:maxdepth: 1
|
||||
|
||||
quickstart-index.rst
|
||||
key-concepts.rst
|
||||
building-a-cordapp-index.rst
|
||||
corda-nodes-index.rst
|
||||
corda-networks-index.rst
|
||||
tutorials-index.rst
|
||||
tools-index.rst
|
||||
node-internals-index.rst
|
||||
component-library-index.rst
|
||||
release-process-index.rst
|
||||
troubleshooting.rst
|
||||
|
||||
.. toctree::
|
||||
:caption: Operations
|
||||
:maxdepth: 2
|
||||
|
||||
corda-nodes-index.rst
|
||||
corda-networks-index.rst
|
||||
|
||||
.. toctree::
|
||||
:caption: Participate
|
||||
:maxdepth: 2
|
||||
|
||||
release-process-index.rst
|
||||
other-index.rst
|
||||
|
Loading…
x
Reference in New Issue
Block a user