Docs: rewrite the front page and re-arrange the enterprise toctree to highlight unique features.

This commit is contained in:
Mike Hearn 2018-06-01 13:35:36 +02:00 committed by Mike Hearn
parent b9156baa0b
commit 454a75c612
3 changed files with 27 additions and 35 deletions

View File

@ -13,5 +13,4 @@ Nodes
shell shell
node-database node-database
node-administration node-administration
out-of-process-verification out-of-process-verification
hot-cold-deployment

View File

@ -1,33 +1,37 @@
Welcome to Corda ! Corda Enterprise 3.0
================== ====================
`Corda <https://www.corda.net/>`_ is a blockchain-inspired open source distributed ledger platform. If youd like a Welcome to the documentation website for **Corda Enterprise 3.0**, based on the Corda 3.1 open source release. Corda Enterprise adds:
quick introduction to distributed ledgers and how Corda is different, then watch this short video:
.. raw:: html * High performance, thanks to multi-threaded flow execution and extensive tuning.
* Support for more database backends:
<embed> * SQL Server 2017
<iframe src="https://player.vimeo.com/video/205410473" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> * Azure SQL
</embed> * Oracle 11g RC2
* Oracle 12c
* PostgreSQL 9.6
Want to see Corda running? Download our demonstration application `DemoBench <https://www.corda.net/downloads/>`_ or * The Corda Firewall, for termination of TLS connections within your network's DMZ.
follow our :doc:`quickstart guide </quickstart-index>`. * High availability features to support node-to-node failover.
* Support for advanced database migrations.
If you want to start coding on Corda, then familiarise yourself with the :doc:`key concepts </key-concepts>`, then read You can learn more in the :doc:`release-notes`.
our :doc:`Hello, World! tutorial </hello-world-introduction>`. For the background behind Corda, read the non-technical
`introductory white paper`_ or for more detail, the `technical white paper`_.
If you have questions or comments, then get in touch on `Slack <https://slack.corda.net/>`_ or ask a question on Corda Enterprise is binary compatible with apps developed for the open source node. This docsite is intended for
`Stack Overflow <https://stackoverflow.com/questions/tagged/corda>`_ . administrators and advanced users who wish to learn how to install and configure an enterprise deployment. For
application development please continue to refer to `the main project documentation website <https://docs.corda.net/>`_.
We look forward to seeing what you can do with Corda! ------------
.. note:: You can read this site offline. Either `download the PDF`_ or download the Corda source code, run ``gradle buildDocs`` and you will have .. toctree::
a copy of this site in the ``docs/build/html`` directory. :caption: Corda Enterprise
:maxdepth: 1
.. _`introductory white paper`: _static/corda-introductory-whitepaper.pdf hot-cold-deployment
.. _`technical white paper`: _static/corda-technical-whitepaper.pdf database-migration
.. _`download the PDF`: _static/corda-developer-site.pdf corda-bridge-component
bridge-configuration-file
.. toctree:: .. toctree::
:caption: Development :caption: Development
@ -35,7 +39,6 @@ We look forward to seeing what you can do with Corda!
quickstart-index.rst quickstart-index.rst
key-concepts.rst key-concepts.rst
operations-guide.rst
building-a-cordapp-index.rst building-a-cordapp-index.rst
tutorials-index.rst tutorials-index.rst
tools-index.rst tools-index.rst
@ -53,6 +56,7 @@ We look forward to seeing what you can do with Corda!
azure-vm.rst azure-vm.rst
aws-vm.rst aws-vm.rst
loadtesting.rst loadtesting.rst
certificate-revocation
.. toctree:: .. toctree::
:caption: Design docs :caption: Design docs

View File

@ -1,11 +0,0 @@
Operations Guide
================
* :doc:`Database Management <database-management>`
* :doc:`Hot-cold Deployment <hot-cold-deployment>`
* :doc:`Bridge Configuration <bridge-configuration-file>`
* :doc:`Corda Bridge Component Overview <corda-bridge-component>`