Commit Graph

160 Commits

Author SHA1 Message Date
435e7da93f Changed SDK tutorial based on latest repo changes and some feedback.
Addressed some review comments.

Latest changes to SDK tutorial based on review comments.

Corda SDK -> CorDapp Template

Addressed review comments + added some new sections.

Added pic of run config drop down menu.

Added a couple of additional sections.

Refactored the 'how to make a cordapp' how to a separate docs pages and stubbed it out for comments.

Added index.rst

Additional changes based on feedback.

Addressed review comments. Removed spurious buuildinfo file.

Minor changes based on richard's comments. Still waiting on resolution of dev experience preference.

Changed milestone release workflow. Users now should checkout a specific tag.
2016-11-28 15:42:48 +00:00
2f37024af7 Added tutorials on how to use & run a notary. 2016-11-28 15:15:13 +00:00
d243ef298a Beginnings of CorDapp SDK tutorial 2016-11-28 14:19:43 +00:00
2f769b3db0 Cleaning up doc headers to be consistent wrt casing 2016-11-28 14:08:16 +00:00
c6a994aca2 docs: Add setting-up-a-corda-network to index.html 2016-11-28 11:58:14 +00:00
220ccdbe13 docs: Add integration test tutorial 2016-11-28 11:52:12 +00:00
be81e9b620 permissioning doc 2016-11-25 16:33:00 +00:00
492005bcfe Fix up and improve some docs 2016-11-24 15:06:10 +00:00
d68cc0467c Fix bad merge on index.rst 2016-11-24 08:21:21 +00:00
6ecdf5a946 Document on plugin loading framework and a tiny tweak on logging.
Word wrap document.

Change protocol to flow.

Try to improve plugin discussion based on PR comments.

add comma
2016-11-23 17:20:56 +00:00
345d62542d Rather brief description of every service implemented in the node project.
Take on fixes from PR.

Change protocol to flow.

Update for Shams's comments

Fix typos
2016-11-23 09:17:30 +00:00
6c3476e89f Rename protocol to flow in docs 2016-11-23 08:29:14 +00:00
4f6ad344fe Adding glossary 2016-11-22 11:35:57 +00:00
2ec18d322f Changes from a doc review that were omitted in first PR, also changes from corda=samples repo 2016-11-18 17:58:52 +00:00
f90c5a702a Merged in parkri-new-docs-layout (pull request #494)
Doc index structure change
2016-11-18 14:13:52 +00:00
864a48b800 Doc index structure change 2016-11-18 12:17:32 +00:00
0ed3855051 Docs: add load testing page to the appendix 2016-11-18 13:16:06 +01:00
9d7bfe4229 Publish technical white paper to the docsite 2016-11-16 14:57:14 +01:00
21b4ab0c26 Add transaction tear-offs documentation. 2016-11-08 17:45:28 +00:00
3ae25dbff5 Release notes for M5
Add a snapshot of the tech whitepaper.

Misc doc fixes. Change README to prepare for the open source release.
2016-11-07 17:57:01 +01:00
6525de7e17 Explorer Doc 2016-11-04 13:41:21 +00:00
b7afd54d29 Minor: docs, fix header level in cordapp page. 2016-10-12 12:54:23 +02:00
f1557e687b Add attachement demo and documentation
Add a demo of attachments on transactions as a worked example for others to use, along with documentation
on how to run it, and how it functions.
2016-10-05 14:29:20 +01:00
ec975b0426 Hibernate ORM implementation for states. 2016-10-05 11:40:27 +01:00
3b77de67b6 docs: add docs/source/example-code module, tutorial on the Client RPC API 2016-10-05 10:40:18 +01:00
119f923932 Add documentation for network simulator 2016-09-19 11:57:14 +01:00
47e404f8b0 Remove docs on network visualiser 2016-09-19 11:53:41 +01:00
4d83f1489f Add a client library that provides an RPC mechanism for talking to the Corda node.
The RPC mechanism uses message queues and is essentially conventional except for the fact that it supports marshalling observables. An observable encapsulates a stream of ongoing events, and server-side observables sent to the client are automatically bound to message queues and managed by Artemis.
2016-09-16 10:13:21 +01:00
423aff477a Add a short document that describes things to watch out for when writing Corda app code. 2016-09-07 13:09:39 +02:00
638dfc902a docs
Include database config section for completeness

Incorporate comments from review

Incorporate comments from review
2016-08-31 11:47:25 +01:00
cc2209f7b1 Docsite: add a warning to the index page about the docsite being for master, and update the release process doc to remind the release master to remove it on the branch. 2016-08-30 12:53:34 +02:00
c03d9a2cf7 Review fixes. 2016-08-24 15:33:43 +01:00
9e9f75b932 Added Corda Whitepaper 2016-08-11 13:57:41 +01:00
a5c8df8dab # This is a combination of 2 commits.
# The first commit's message is:

Release notes for M2

# The 2nd commit message will be skipped:

#	Docs: Address release notes review comments, re-arrange the sidebar and mention the new TF code that has been added.
2016-08-01 13:12:39 +02:00
98aac62a42 Add contract catalogue to documentation 2016-07-29 11:59:28 +01:00
1943b3633f Add documentation on contract clauses 2016-07-12 17:47:51 +01:00
dae39bbfc1 docs: Add tutorial on the test DSL 2016-07-11 14:25:27 +01:00
5271882dcd Event scheduling and docs for event scheduling 2016-06-30 08:51:52 +01:00
9cdcaaa606 Add documentation of transaction data types 2016-06-13 17:38:18 +01:00
68824e9d7e Docsite: added a release notes page 2016-05-24 13:27:16 +02:00
6f1e2047dd Docs: add a doc that describes how to link the other tutorials together into a demo. 2016-05-18 19:05:33 +02:00
06cf7a21be Docs: misc markup fixes and adjust an out of date paragraph about oracles. 2016-05-17 19:40:53 +02:00
e38b101970 Merged in release-process-docs (pull request #88)
Add a page that briefly describes the proposed release process.
2016-05-16 15:55:31 +02:00
e77d3a40bd Added docs for the Notary 2016-05-13 16:17:50 +01:00
61605b18e3 Add a page that briefly describes the proposed release process. 2016-05-10 18:44:41 +02:00
20c6be193a Move tutorial.rst to tutorial_contract.rst
Move tutorial.rst to tutorial_contract.rst and rebuild docs
2016-05-09 10:20:40 +01:00
c13b5f247e Add tutorial on building documentation 2016-04-28 17:44:33 +01:00
45e89fe4ad Docsite: add info on how to run the IRS demo and rename the demos section 2016-04-18 19:44:21 +02:00
d08f7905df Regen docsite and link IRS page into it (was previously invisible) 2016-04-18 19:25:41 +02:00
07f925a9f7 Docs: remove roadmap, add a new doc page on oracles. 2016-03-11 13:42:11 +01:00