Repository: storm-site Updated Branches: refs/heads/asf-site fcfed6ba0 -> f80b3513a
STORM-2628: Fix missing link in project information, remove about.md Project: http://git-wip-us.apache.org/repos/asf/storm-site/repo Commit: http://git-wip-us.apache.org/repos/asf/storm-site/commit/f80b3513 Tree: http://git-wip-us.apache.org/repos/asf/storm-site/tree/f80b3513 Diff: http://git-wip-us.apache.org/repos/asf/storm-site/diff/f80b3513 Branch: refs/heads/asf-site Commit: f80b3513abb83815ddfdaba95d9e45855416c18d Parents: fcfed6b Author: Stig Rohde Døssing <[email protected]> Authored: Sat Sep 9 20:27:21 2017 +0200 Committer: Stig Rohde Døssing <[email protected]> Committed: Sat Sep 9 20:27:21 2017 +0200 ---------------------------------------------------------------------- _layouts/about.html | 3 +++ about.md | 44 -------------------------------------------- 2 files changed, 3 insertions(+), 44 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm-site/blob/f80b3513/_layouts/about.html ---------------------------------------------------------------------- diff --git a/_layouts/about.html b/_layouts/about.html index 7ca3e79..7deb7b4 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -2,6 +2,9 @@ layout: default title: Project Information items: + - + - "/about/integrates.html" + - "Integrates" - - "/about/simple-api.html" - "Simple API" http://git-wip-us.apache.org/repos/asf/storm-site/blob/f80b3513/about.md ---------------------------------------------------------------------- diff --git a/about.md b/about.md deleted file mode 100644 index ee0e928..0000000 --- a/about.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -layout: page -title: Project Information -items: - - - - "/about/integrates.html" - - "Integrates" - - - - "/about/simple-api.html" - - "Simple API" - - - - "/about/scalable.html" - - "Scalable" - - - - "/about/fault-tolerant.html" - - "Fault tolerant" - - - - "/about/guarantees-data-processing.html" - - "Guarantees data processing" - - - - "/about/multi-language.html" - - "Use with any language" - - - - "/about/deployment.html" - - "Easy to deploy and operate" - - - - "/about/free-and-open-source.html" - - "Free and open source" ---- -{% for post in page.items %} -<div class="download-block"> - <div class="row"> - <div class="col-md-3 remove-custom-padding"> - <h4><a class="{% if page.url == post[0] then %}current{% else %}{% endif %}" href="{{ post[0] }}">{{ post[1] }}</a></h4> - </div> - <div class="col-md-9 remove-custom-padding"> - <div class="download-info"> - <h4>{{page.title}}</h4> - {{ post[1].meta }} - </div> - </div> - </div> -</div> -{% endfor %} \ No newline at end of file
