Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Update website with deprecation notice (#4682)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <[email protected]>
  • Loading branch information
Simon Stone authored Aug 30, 2019
1 parent 1280055 commit 36c0df0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
3 changes: 2 additions & 1 deletion packages/composer-website/jekylldocs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
Expand All @@ -14,5 +14,6 @@

_site/
.sass-cache/
.jekyll-cache
.jekyll-metadata
install-hlfv*
2 changes: 1 addition & 1 deletion packages/composer-website/jekylldocs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1 ><a href="{{site.baseurl}}/index.html" class="logot">Hyperledger Composer</a
</li>

<li>

</ul>
</nav>
</div><!-- /.container -->
Expand Down
5 changes: 5 additions & 0 deletions packages/composer-website/jekylldocs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<div class="homepage-callout">
<div class="callout-copy">
<p><strong>Update Aug 29th 2019: </strong>Hyperledger Composer has been deprecated. Please see the <a href="https://github.com/hyperledger/composer/blob/master/README.md">README</a> for more information.</p>
</div>
</div>
<div class="content">
<article class="docs-container">
<!-- If there's a sidebar, divide into 2 columns -->
Expand Down
5 changes: 5 additions & 0 deletions packages/composer-website/jekylldocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ <h1>Build Blockchain applications and business networks your way</h1>
</div>
</div>
</div>
<div class="homepage-callout">
<div class="callout-copy">
<p><strong>Update Aug 29th 2019: </strong>Hyperledger Composer has been deprecated. Please see the <a href="https://github.com/hyperledger/composer/blob/master/README.md">README</a> for more information.</p>
</div>
</div>
<div class="trio">
<div class="trio-left">
<img src="assets/img/Abstract.png"/>
Expand Down
7 changes: 1 addition & 6 deletions packages/composer-website/scripts/setup-jekyll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@

set -ev

echo "Attempting to install jekyll"
gem install sass:3.4.25 jekyll
echo "Attempting to install jekyll-sitemap"
gem install jekyll-sitemap
echo "Attempting to install redcarpet"
gem install redcarpet
gem install sass:3.4.25 jekyll:3.7 jekyll-sitemap redcarpet

echo "Jekyll Installed"

0 comments on commit 36c0df0

Please sign in to comment.