Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
be2dd30
homepage and support pages stackoverflow changes
May 2, 2017
291c10e
Merge branch 'master' into master
May 3, 2017
4d3dc97
Merge branch 'master' of github.com:hyperledger/composer
May 3, 2017
d6b1d8c
typography changes for readme section
May 3, 2017
2d21278
Merge branch 'master' of github.com:winslet/composer
May 3, 2017
2c409cd
Merge branch 'master' of github.com:hyperledger/composer
May 3, 2017
162d1ea
Merge branch 'master' of github.com:hyperledger/composer
May 4, 2017
0487da0
initial dropdown styling
May 4, 2017
74ebc48
code cleanup for dropdown component
May 4, 2017
570a064
further code cleanup for dropdowns
May 4, 2017
3aefd3f
added comments
May 4, 2017
743808d
Merge branch 'master' of github.com:hyperledger/composer
May 4, 2017
937544a
Merge branch 'master' of github.com:hyperledger/composer
May 5, 2017
ad41b28
new loading page
May 5, 2017
1f17d55
Merge branch 'master' into master
winslet May 5, 2017
ee0a03c
code mirror background colour change
May 5, 2017
0bc8615
Merge branch 'master' of github.com:hyperledger/composer
May 5, 2017
efaab4a
Merge branch 'master' of github.com:winslet/composer
May 5, 2017
3a80e90
select state in code mirror colour change
May 5, 2017
d7b60ed
table heading spacing change and transaction button alignment fix
May 5, 2017
a04c2d0
header padding changes
May 5, 2017
40710bc
Merge branch 'master' into master
winslet May 5, 2017
6e57e68
Merge branch 'master' of github.com:hyperledger/composer
May 16, 2017
1dba672
Merge branch 'master' of github.com:winslet/composer
May 16, 2017
aac33ec
notification typography changes
May 17, 2017
00f1c0f
Merge branch 'master' of github.com:hyperledger/composer
May 17, 2017
0647bf6
Merge branch 'master' into master
Jakeeyturner May 17, 2017
dd65d77
Merge branch 'master' of github.com:hyperledger/composer
May 22, 2017
375809e
Merge branch 'master' of github.com:winslet/composer
May 22, 2017
aefe783
minor updates to the code section styling in the docs.
May 22, 2017
6c31766
new 404 page and styles + homepage callout width fix
May 23, 2017
f732c0d
Merge branch 'master' into master
cazfletch May 24, 2017
9bd6790
Merge branch 'master' of github.com:hyperledger/composer
May 25, 2017
8650463
Merge branch 'master' of github.com:winslet/composer
May 25, 2017
bf41064
Merge branch 'master' of github.com:hyperledger/composer
May 26, 2017
b509ef4
typography fix for side-nav
May 26, 2017
3956455
button svg spacing and colour fixes
May 26, 2017
79e62a8
Merge branch 'master' of github.com:hyperledger/composer
Jun 12, 2017
7310a72
Merge branch 'master' of github.com:hyperledger/composer
Jun 16, 2017
1d24d98
merging recent changes
Jun 26, 2017
a7c732f
merge
Jun 29, 2017
862a951
Merge branch 'master' of github.com:hyperledger/composer
Jun 29, 2017
f16a24c
Merge branch 'master' of github.com:hyperledger/composer
Jul 13, 2017
c226d4e
Cleanup of files, introduction of Accordion navigation file.
Jul 17, 2017
a1a2a61
Merge branch 'master' of github.com:hyperledger/composer into docs-na…
Jul 17, 2017
6092a0a
jquery remove reference
Jul 17, 2017
ce82f81
MD file renaming and active styling to pages in sidebar
Jul 17, 2017
516b9b8
async loading of js into docs
Jul 17, 2017
c1d9dd8
removal of unnecessary license file.
Jul 17, 2017
73e7fb7
Merge branch 'master' of github.com:hyperledger/composer into docs-na…
Jul 17, 2017
fc6af41
chmod fixes (find jekylldocs -type f | xargs -I{""} chmod a-x {})
Jul 17, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
1 change: 0 additions & 1 deletion packages/composer-website/jekylldocs/LICENCE

This file was deleted.

30 changes: 0 additions & 30 deletions packages/composer-website/jekylldocs/_includes/foot.html

This file was deleted.

4 changes: 2 additions & 2 deletions packages/composer-website/jekylldocs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link href="{{site.baseurl}}/assets/css/normalize.css" rel="stylesheet">
<link href="{{site.baseurl}}/assets/css/new-style.min.css" rel="stylesheet">
<link href="{{site.baseurl}}/assets/css/grid-layout.min.css" rel="stylesheet">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.6.0/clipboard.min.js"></script>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script async type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.6.0/clipboard.min.js"></script>
{% endif %}
</head>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% assign sorted = site.pages | sort: 'index-order' %}
{% for page in sorted %}
{% if page.index-order %}
{% capture mods %}{{ page.index-order | modulo:100 }}{% endcapture %}
{% if mods == "0" %}
- [{{ page.title }}]({{site.url}}/composer{{page.url}}.html)
{% elsif mods != "0" %}
- [{{page.title}}]({{site.url}}/composer{{page.url}}.html)
{% endif %}
{% endif %}
{% endfor %}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions packages/composer-website/jekylldocs/_includes/sidebars/support.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions packages/composer-website/jekylldocs/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@

</div>
</body>

<!-- jQuery -->
<script src="{{site.baseurl}}/assets/js/jquery.js"></script>
</html>
8 changes: 0 additions & 8 deletions packages/composer-website/jekylldocs/_layouts/codelab.html

This file was deleted.

3 changes: 2 additions & 1 deletion packages/composer-website/jekylldocs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: base
markdown: 0
---

<div class="content">
<article class="docs-container">
<!-- If there's a sidebar, divide into 2 columns -->
Expand Down Expand Up @@ -60,7 +61,6 @@
</div>
</article>
</div>

<script>
(function (document) {
function clipboard_init() {
Expand Down Expand Up @@ -102,3 +102,4 @@
});
})(document);
</script>
<script src="{{site.baseurl}}/assets/js/nav.js"></script>
7 changes: 0 additions & 7 deletions packages/composer-website/jekylldocs/_layouts/indexbase.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,4 @@
{% endif %}
</div>
</body>

<!-- jQuery -->
<script src="{{site.baseurl}}/assets/js/jquery.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="{{site.baseurl}}/assets/js/bootstrap.js"></script>

</html>
31 changes: 0 additions & 31 deletions packages/composer-website/jekylldocs/_layouts/single-column.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: default
title: Developing Applications
section: applications
category: start
index-order: 0
sidebar: sidebars/applications.md
index-order: 500
sidebar: sidebars/accordion-toc0.md
excerpt: Writing a node.js application
---

Expand Down
4 changes: 2 additions & 2 deletions packages/composer-website/jekylldocs/applications/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: default
title: Writing a Node.js application
section: applications
category: start
index-order: 1
sidebar: sidebars/applications.md
index-order: 501
sidebar: sidebars/accordion-toc0.md
excerpt: "[**Developing Node.js applications to work with Hyperledger Composer**](./node.html) allows you to programmatically connect to a deployed business network, create, read, update and delete assets and participants and to submit transactions."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: default
title: Subscribing to events
category: tasks
section: applications
index-order: 3
sidebar: sidebars/applications.md
index-order: 503
sidebar: sidebars/accordion-toc0.md
excerpt: Node.js applications can [**subscribe to events from a business network**](./subscribing-to-events.html) by using the `composer-client.BusinessNetworkConnection.on` API call. Events are defined in the business network model file and are emitted by specified transactions in the transaction processor function file.
---

Expand Down
4 changes: 2 additions & 2 deletions packages/composer-website/jekylldocs/applications/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: default
title: Writing Web or mobile applications
category: start
section: applications
index-order: 2
sidebar: sidebars/applications.md
index-order: 502
sidebar: sidebars/accordion-toc0.md
excerpt: Web or mobile applications that need to interact with deployed business networks should make calls to a REST API. The easiest way to create the REST API is to use the `composer-rest-server` to [**dynamically generate a REST API from the deployed business network**](./web.html).
---

Expand Down
Loading