forked from hyperledger-archives/composer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs design update (hyperledger-archives#1373)
* homepage and support pages stackoverflow changes * typography changes for readme section * initial dropdown styling * code cleanup for dropdown component * further code cleanup for dropdowns * added comments * new loading page * code mirror background colour change * select state in code mirror colour change * table heading spacing change and transaction button alignment fix * header padding changes * notification typography changes * minor updates to the code section styling in the docs. * new 404 page and styles + homepage callout width fix * typography fix for side-nav * button svg spacing and colour fixes * remove bootstrap and restyle docs
- Loading branch information
Showing
51 changed files
with
957 additions
and
7,252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
packages/composer-website/jekylldocs/_includes/docsfooter.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 3 additions & 22 deletions
25
packages/composer-website/jekylldocs/_includes/navbar.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,19 @@ | ||
<!-- Navigation --> | ||
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<nav class="navbar-docs" role="navigation"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="{{site.baseurl}}/index.html"><b>Hyperledger</b> Composer</a> | ||
</div> | ||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<div class="top-nav-docs"> | ||
<!-- <li> | ||
<a href="services.html">Composer</a> | ||
</li> --> | ||
<!-- <li> | ||
<a href="https://composer-playground.mybluemix.net/">Playground</a> | ||
</li> --> | ||
<li> | ||
<a href="../tutorials/tutorials.html">Tutorials</a> | ||
</li> | ||
<li> | ||
<a href="../introduction/introduction.html">Docs</a> | ||
</li> | ||
<li> | ||
<a href="../support/index.html">Community</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container | ||
--> | ||
</nav> |
26 changes: 13 additions & 13 deletions
26
packages/composer-website/jekylldocs/_includes/sidebars/applications.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
**[Introduction](../introduction/introduction.html)** | ||
**[Installing](../installing/installing-index.html)** | ||
**[Tutorials](../tutorials/tutorials.html)** | ||
**[Developing Business Networks](../business-network/business-network-index.html)** | ||
**[Developing Applications](../applications/applications-index.html)** | ||
[Node.js applications](../applications/node.html) | ||
[Web or mobile applications](../applications/web.html) | ||
[Subscribing to events](../applications/subscribing-to-events.html) | ||
**[Integrating Existing Systems](../integrating/integrating-index.html)** | ||
**[Managing and Operating](../managing/managingindex.html)** | ||
**[Diagnosing Problems](../problems/diagnostics.html)** | ||
**[Reference](../reference/reference-index.html)** | ||
**[Support](../support/index.html)** | ||
- [Introduction](../introduction/introduction.html) | ||
- [Installing](../installing/installing-index.html) | ||
- [Tutorials](../tutorials/tutorials.html) | ||
- [Developing Business Networks](../business-network/business-network-index.html) | ||
- [Developing Applications](../applications/applications-index.html) | ||
- [Node.js applications](../applications/node.html) | ||
- [Web or mobile applications](../applications/web.html) | ||
- [Subscribing to events](../applications/subscribing-to-events.html) | ||
- [Integrating Existing Systems](../integrating/integrating-index.html) | ||
- [Managing and Operating](../managing/managingindex.html) | ||
- [Diagnosing Problems](../problems/diagnostics.html) | ||
- [Reference](../reference/reference-index.html) | ||
- [Support](../support/index.html) |
34 changes: 17 additions & 17 deletions
34
packages/composer-website/jekylldocs/_includes/sidebars/businessnetworks.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
**[Introduction](../introduction/introduction.html)** | ||
**[Installing](../installing/installing-index.html)** | ||
**[Tutorials](../tutorials/tutorials.html)** | ||
**[Developing Business Networks](../business-network/business-network-index.html)** | ||
[What is a business network definition?](../business-network/businessnetworkdefinition.html) | ||
[Creating a business network definition](../business-network/bnd-create.html) | ||
[Deploying and updating](../business-network/bnd-deploy.html) | ||
[Emitting events](../business-network/publishing-events.html) | ||
[Testing](../business-network/testing.html) | ||
[Publishing to npm](../business-network/bnd-publish.html) | ||
[Querying business network data](../business-network/query.html) | ||
**[Developing Applications](../applications/applications-index.html)** | ||
**[Integrating Existing Systems](../integrating/integrating-index.html)** | ||
**[Managing and Operating](../managing/managingindex.html)** | ||
**[Diagnosing Problems](../problems/diagnostics.html)** | ||
**[Reference](../reference/reference-index.html)** | ||
**[Support](../support/index.html)** | ||
- [Introduction](../introduction/introduction.html) | ||
- [Installing](../installing/installing-index.html) | ||
- [Tutorials](../tutorials/tutorials.html) | ||
- [Developing Business Networks](../business-network/business-network-index.html) | ||
- [What is a business network definition?](../business-network/businessnetworkdefinition.html) | ||
- [Creating a business network definition](../business-network/bnd-create.html) | ||
- [Deploying and updating](../business-network/bnd-deploy.html) | ||
- [Emitting events](../business-network/publishing-events.html) | ||
- [Testing](../business-network/testing.html) | ||
- [Publishing to npm](../business-network/bnd-publish.html) | ||
- [Querying Assets](../business-network/query.html) | ||
- [Developing Applications](../applications/applications-index.html) | ||
- [Integrating Existing Systems](../integrating/integrating-index.html) | ||
- [Managing and Operating](../managing/managingindex.html) | ||
- [Diagnosing Problems](../problems/diagnostics.html) | ||
- [Reference](../reference/reference-index.html) | ||
- [Support](../support/index.html) |
26 changes: 13 additions & 13 deletions
26
packages/composer-website/jekylldocs/_includes/sidebars/installing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
**[Introduction](../introduction/introduction.html)** | ||
**[Installing](../installing/installing-index.html)** | ||
[Try Online Playground](../installing/getting-started-with-playground.html) | ||
[Install Local Playground](../installing/using-playground-locally.html) | ||
[Install a Development Environment](../installing/development-tools.html) | ||
**[Tutorials](../tutorials/tutorials.html)** | ||
**[Developing Business Networks](../business-network/business-network-index.html)** | ||
**[Developing Applications](../applications/applications-index.html)** | ||
**[Integrating Existing Systems](../integrating/integrating-index.html)** | ||
**[Managing and Operating](../managing/managingindex.html)** | ||
**[Diagnosing Problems](../problems/diagnostics.html)** | ||
**[Reference](../reference/reference-index.html)** | ||
**[Support](../support/index.html)** | ||
- [Introduction](../introduction/introduction.html) | ||
- [Installing](../installing/installing-index.html) | ||
- [Try Online Playground](../installing/getting-started-with-playground.html) | ||
- [Install Local Playground](../installing/using-playground-locally.html) | ||
- [Install a Development Environment](../installing/development-tools.html) | ||
- [Tutorials](../tutorials/tutorials.html) | ||
- [Developing Business Networks](../business-network/business-network-index.html) | ||
- [Developing Applications](../applications/applications-index.html) | ||
- [Integrating Existing Systems](../integrating/integrating-index.html) | ||
- [Managing and Operating](../managing/managingindex.html) | ||
- [Diagnosing Problems](../problems/diagnostics.html) | ||
- [Reference](../reference/reference-index.html) | ||
- [Support](../support/index.html) |
30 changes: 15 additions & 15 deletions
30
packages/composer-website/jekylldocs/_includes/sidebars/integrating.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
**[Introduction](../introduction/introduction.html)** | ||
**[Installing](../installing/installing-index.html)** | ||
**[Tutorials](../tutorials/tutorials.html)** | ||
**[Developing Business Networks](../business-network/business-network-index.html)** | ||
**[Developing Applications](../applications/applications-index.html)** | ||
**[Integrating Existing Systems](../integrating/integrating-index.html)** | ||
[Exposing your business network as a REST API](../integrating/getting-started-rest-api.html) | ||
[Enabling REST API authentication for a business network](../integrating/enabling-rest-authentication.html) | ||
[Deploying the REST server for a business network](../integrating/deploying-the-rest-server.html) | ||
[Calling external REST services](../integrating/call-out.html) | ||
[Integrating using Node-RED](../integrating/node-red.html) | ||
**[Managing and Operating](../managing/managingindex.html)** | ||
**[Diagnosing Problems](../problems/diagnostics.html)** | ||
**[Reference](../reference/reference-index.html)** | ||
**[Support](../support/index.html)** | ||
- [Introduction](../introduction/introduction.html) | ||
- [Installing](../installing/installing-index.html) | ||
- [Tutorials](../tutorials/tutorials.html) | ||
- [Developing Business Networks](../business-network/business-network-index.html) | ||
- [Developing Applications](../applications/applications-index.html) | ||
- [Integrating Existing Systems](../integrating/integrating-index.html) | ||
- [Exposing your business network as a REST API](../integrating/getting-started-rest-api.html) | ||
- [Enabling REST API authentication for a business network](../integrating/enabling-rest-authentication.html) | ||
- [Deploying the REST server for a business network](../integrating/deploying-the-rest-server.html) | ||
- [Calling external REST services](../integrating/call-out.html) | ||
- [Integrating using Node-RED](../integrating/node-red.html) | ||
- [Managing and Operating](../managing/managingindex.html) | ||
- [Diagnosing Problems](../problems/diagnostics.html) | ||
- [Reference](../reference/reference-index.html) | ||
- [Support](../support/index.html) |
24 changes: 12 additions & 12 deletions
24
packages/composer-website/jekylldocs/_includes/sidebars/introduction.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
**[Introduction](../introduction/introduction.html)** | ||
[Key Concepts](../introduction/key-concepts.html) | ||
[Typical Solution Architecture](../introduction/solution-architecture.html) | ||
**[Installing](../installing/installing-index.html)** | ||
**[Tutorials](../tutorials/tutorials.html)** | ||
**[Developing Business Networks](../business-network/business-network-index.html)** | ||
**[Developing Applications](../applications/applications-index.html)** | ||
**[Integrating Existing Systems](../integrating/integrating-index.html)** | ||
**[Managing and Operating](../managing/managingindex.html)** | ||
**[Diagnosing Problems](../problems/diagnostics.html)** | ||
**[Reference](../reference/reference-index.html)** | ||
**[Support](../support/index.html)** | ||
- [Introduction](../introduction/introduction.html) | ||
- [Key Concepts](../introduction/key-concepts.html) | ||
- [Typical Solution Architecture](../introduction/solution-architecture.html) | ||
- [Installing](../installing/installing-index.html) | ||
- [Tutorials](../tutorials/tutorials.html) | ||
- [Developing Business Networks](../business-network/business-network-index.html) | ||
- [Developing Applications](../applications/applications-index.html) | ||
- [Integrating Existing Systems](../integrating/integrating-index.html) | ||
- [Managing and Operating](../managing/managingindex.html) | ||
- [Diagnosing Problems](../problems/diagnostics.html) | ||
- [Reference](../reference/reference-index.html) | ||
- [Support](../support/index.html) |
32 changes: 16 additions & 16 deletions
32
packages/composer-website/jekylldocs/_includes/sidebars/managing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
**[Introduction](../introduction/introduction.html)** | ||
**[Installing](../installing/installing-index.html)** | ||
**[Tutorials](../tutorials/tutorials.html)** | ||
**[Developing Business Networks](../business-network/business-network-index.html)** | ||
**[Developing Applications](../applications/applications-index.html)** | ||
**[Integrating Existing Systems](../integrating/integrating-index.html)** | ||
**[Managing and Operating](../managing/managingindex.html)** | ||
[Participants and Identities](../managing/participantsandidentities.html) | ||
[Adding a participant](../managing/participant-add.html) | ||
[Issuing an identity to a participant](../managing/identity-issue.html) | ||
[Revoking an identity from a participant](../managing/identity-revoke.html) | ||
[Enabling OAuth using GitHub](../managing/github-oauth.html) | ||
[Enabling access control using the current participant](../managing/current-participant.html) | ||
**[Diagnosing Problems](../problems/diagnostics.html)** | ||
**[Reference](../reference/reference-index.html)** | ||
**[Support](../support/index.html)** | ||
- [Introduction](../introduction/introduction.html) | ||
- [Installing](../installing/installing-index.html) | ||
- [Tutorials](../tutorials/tutorials.html) | ||
- [Developing Business Networks](../business-network/business-network-index.html) | ||
- [Developing Applications](../applications/applications-index.html) | ||
- [Integrating Existing Systems](../integrating/integrating-index.html) | ||
- [Managing and Operating](../managing/managingindex.html) | ||
- [Participants and Identities](../managing/participantsandidentities.html) | ||
- [Adding a participant](../managing/participant-add.html) | ||
- [Issuing an identity to a participant](../managing/identity-issue.html) | ||
- [Revoking an identity from a participant](../managing/identity-revoke.html) | ||
- [Enabling OAuth using GitHub](../managing/github-oauth.html) | ||
- [Enabling access control using the current participant](../managing/current-participant.html) | ||
- [Diagnosing Problems](../problems/diagnostics.html) | ||
- [Reference](../reference/reference-index.html) | ||
- [Support](../support/index.html) |
20 changes: 10 additions & 10 deletions
20
packages/composer-website/jekylldocs/_includes/sidebars/problems.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
**[Introduction](../introduction/introduction.html)** | ||
**[Installing](../installing/installing-index.html)** | ||
**[Tutorials](../tutorials/tutorials.html)** | ||
**[Developing Business Networks](../business-network/business-network-index.html)** | ||
**[Developing Applications](../applications/applications-index.html)** | ||
**[Integrating Existing Systems](../integrating/integrating-index.html)** | ||
**[Managing and Operating](../managing/managingindex.html)** | ||
**[Diagnosing Problems](../problems/diagnostics.html)** | ||
**[Reference](../reference/reference-index.html)** | ||
**[Support](../support/index.html)** | ||
- [Introduction](../introduction/introduction.html) | ||
- [Installing](../installing/installing-index.html) | ||
- [Tutorials](../tutorials/tutorials.html) | ||
- [Developing Business Networks](../business-network/business-network-index.html) | ||
- [Developing Applications](../applications/applications-index.html) | ||
- [Integrating Existing Systems](../integrating/integrating-index.html) | ||
- [Managing and Operating](../managing/managingindex.html) | ||
- [Diagnosing Problems](../problems/diagnostics.html) | ||
- [Reference](../reference/reference-index.html) | ||
- [Support](../support/index.html) |
36 changes: 18 additions & 18 deletions
36
packages/composer-website/jekylldocs/_includes/sidebars/reference.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
**[Introduction](../introduction/introduction.html)** | ||
**[Installing](../installing/installing-index.html)** | ||
**[Tutorials](../tutorials/tutorials.html)** | ||
**[Developing Business Networks](../business-network/business-network-index.html)** | ||
**[Developing Applications](../applications/applications-index.html)** | ||
**[Integrating Existing Systems](../integrating/integrating-index.html)** | ||
**[Managing and Operating](../managing/managingindex.html)** | ||
**[Diagnosing Problems](../problems/diagnostics.html)** | ||
**[Reference](../reference/reference-index.html)** | ||
[npm Modules](../reference/MeetTheModules.html ) | ||
[Modeling Language](../reference/cto_language.html ) | ||
[Access Control Language](../reference/acl_language.html ) | ||
[Connection Profile](../reference/connectionprofile.html ) | ||
[Transaction Processor Functions](../reference/js_scripts.html ) | ||
[CLI Commands](../reference/commands.html ) | ||
[API Documentation](../jsdoc/index.html ) | ||
[Glossary](../reference/glossary.html ) | ||
**[Support](../support/index.html)** | ||
- [Introduction](../introduction/introduction.html) | ||
- [Installing](../installing/installing-index.html) | ||
- [Tutorials](../tutorials/tutorials.html) | ||
- [Developing Business Networks](../business-network/business-network-index.html) | ||
- [Developing Applications](../applications/applications-index.html) | ||
- [Integrating Existing Systems](../integrating/integrating-index.html) | ||
- [Managing and Operating](../managing/managingindex.html) | ||
- [Diagnosing Problems](../problems/diagnostics.html) | ||
- [Reference](../reference/reference-index.html) | ||
- [npm Modules](../reference/MeetTheModules.html ) | ||
- [Modeling Language](../reference/cto_language.html ) | ||
- [Access Control Language](../reference/acl_language.html ) | ||
- [Connection Profile](../reference/connectionprofile.html ) | ||
- [Transaction Processor Functions](../reference/js_scripts.html ) | ||
- [CLI Commands](../reference/commands.html ) | ||
- [API Documentation](../jsdoc/index.html ) | ||
- [Glossary](../reference/glossary.html ) | ||
- [Support](../support/index.html) |
22 changes: 11 additions & 11 deletions
22
packages/composer-website/jekylldocs/_includes/sidebars/support.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
**[Introduction](../introduction/introduction.html)** | ||
**[Installing](../installing/installing-index.html)** | ||
**[Tutorials](../tutorials/tutorials.html)** | ||
**[Developing Business Networks](../business-network/business-network-index.html)** | ||
**[Developing Applications](../applications/applications-index.html)** | ||
**[Integrating Existing Systems](../integrating/integrating-index.html)** | ||
**[Managing and Operating](../managing/managingindex.html)** | ||
**[Diagnosing Problems](../problems/diagnostics.html)** | ||
**[Reference](../reference/reference-index.html)** | ||
**[Support](../support/index.html)** | ||
[Support](../support/index.html) | ||
- [Introduction](../introduction/introduction.html) | ||
- [Installing](../installing/installing-index.html) | ||
- [Tutorials](../tutorials/tutorials.html) | ||
- [Developing Business Networks](../business-network/business-network-index.html) | ||
- [Developing Applications](../applications/applications-index.html) | ||
- [Integrating Existing Systems](../integrating/integrating-index.html) | ||
- [Managing and Operating](../managing/managingindex.html) | ||
- [Diagnosing Problems](../problems/diagnostics.html) | ||
- [Reference](../reference/reference-index.html) | ||
- [Support](../support/index.html) | ||
- [Support](../support/index.html) |
Oops, something went wrong.