Skip to content

Commit

Permalink
Docs design update (hyperledger-archives#1373)
Browse files Browse the repository at this point in the history
* 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
winslet authored Jun 23, 2017
1 parent 724c31e commit 3c62710
Show file tree
Hide file tree
Showing 51 changed files with 957 additions and 7,252 deletions.
5 changes: 0 additions & 5 deletions packages/composer-website/jekylldocs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ url: "https://hyperledger.github.io/composer/"
#be the sitebaseurl - but the build scripts handle this for you.
#
baseurl: "/composer"




highlighter: rouge
markdown: redcarpet
redcarpet:
Expand Down Expand Up @@ -41,7 +37,6 @@ exclude: [
scripts.tmp.min.js,
style.css,
style.tmp.min.css,
lgoo.psd,
Makefile,
exclude.rsync,
README.markdown
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="footer-bg docs-footer">
<div class="footer-container">
<div class="footer-left">
<div class="footer-bg-break docs-footer-break">
<div class="footer-container-break">
<div class="footer-left-break">
<p>Released under the Apache License v2.0</p>
</div>
<div class="footer-right">
<div class="footer-right-break">
<ul>
<li><a href="https://github.com/hyperledger/composer">GitHub</a></li>
<!-- <li><a href="https://github.com/hyperledger/composer/LICENSE.txt">Legal</a></li> -->
Expand Down
11 changes: 3 additions & 8 deletions packages/composer-website/jekylldocs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/x-icon" href="{{site.baseurl}}/favicon.ico">
<meta name="google-site-verification" content="fBQRJ6h7MV7_TJ7grbgq4P-d-07NRfDWPe4pqEEoH5w">
<link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,700%7CRoboto:400,700,700italic,400italic" rel="stylesheet" type="text/css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<script src="{{site.baseurl}}/assets/js/clipboard.min.js"></script>

{% if jekyll.environment == "production" and site.google_tracking_id.production %}
{% include googleanalytics.html tracking_id=site.google_tracking_id.production %}
Expand All @@ -23,11 +20,9 @@
<link href="{{site.baseurl}}/assets/css/404.min.css" rel="stylesheet">
{% else %}
<link href="{{site.baseurl}}/assets/css/normalize.css" rel="stylesheet">
<link href="{{site.baseurl}}/assets/css/main.css" rel="stylesheet">
<link href="{{site.baseurl}}/assets/css/footer.css" rel="stylesheet">
<link href="{{site.baseurl}}/assets/css/prettify.css" rel="stylesheet">
<link href="{{site.baseurl}}/assets/css/bootstrap.css" rel="stylesheet">
<link href="{{site.baseurl}}/assets/css/composer-style.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>

{% endif %}
</head>
25 changes: 3 additions & 22 deletions packages/composer-website/jekylldocs/_includes/navbar.html
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>
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)
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)
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)
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)
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 packages/composer-website/jekylldocs/_includes/sidebars/managing.md
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 packages/composer-website/jekylldocs/_includes/sidebars/problems.md
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)
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 packages/composer-website/jekylldocs/_includes/sidebars/support.md
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)
Loading

0 comments on commit 3c62710

Please sign in to comment.