Skip to content

Commit

Permalink
restructure nav bar ready for Ed P docs changes and Sam W homepage ch…
Browse files Browse the repository at this point in the history
…anges, add NPS link to Community page
  • Loading branch information
EdMoffatt committed Mar 15, 2017
1 parent 7baf669 commit 2924cd4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 29 deletions.
34 changes: 7 additions & 27 deletions packages/composer-website/jekylldocs/_includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{site.baseurl}}/index.html">Fabric Composer</a>
<a class="navbar-brand" href="{{site.baseurl}}/index.html"><b>Fabric</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">
Expand All @@ -25,36 +25,16 @@
<a href="services.html">Composer</a>
</li> -->
<li>
<a href="{{site.baseurl}}/start/quickstart.html">Quickstart</a>
<a href="http://composer-playground.mybluemix.net/">Playground</a>
</li>
<li>
<a href="{{site.baseurl}}/overview/overview.html">Documentation</a>
<a href="../tutorials/tutorialindex.html">Tutorials</a>
</li>
<li>
<a href="../introduction/introduction.html">Docs</a>
</li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Docs <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="{{site.baseurl}}/overview/overview.html">Overview</a>
</li>
<li>
<a href="{{site.baseurl}}/start/index.html">Getting Started</a>
</li>
<li>
<a href="{{site.baseurl}}/concepts/index.html">Concepts</a>
</li>
<li>
<a href="{{site.baseurl}}/tasks/index.html">Tasks</a>
</li>
<li>
<a href="{{site.baseurl}}/reference/index.html">Reference</a>
</li>
<li>
<a href="{{site.baseurl}}/jsdoc/index.html">API Documentation</a>
</li>
</ul>
</li> -->
<li>
<a href="{{site.baseurl}}/support/index.html">Support</a>
<a href="../support/index.html">Community</a>
</li>
</ul>
</div>
Expand Down
8 changes: 6 additions & 2 deletions packages/composer-website/jekylldocs/_layouts/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<div class="row" padding-bottom="30px">
<div class="col-lg-12">
<h1 class="page-header">
Support
Community
</h1>
</div>
<div class="col-lg-12">
<p>We're building a community to help people use and contribute to Fabric Composer: either join our team discussion on Rocket.chat, or ask us a question on Stackoverflow. We'd also love to hear your thoughts or feedback on what we're doing!</p>
<br>
<p>And that's not all: if you're a developer, come join us on GitHub: browse our code, or send us a pull request (and we'll love you forever).</p>
<p>And that's not all: if you're a developer, come join us on GitHub. Browse our code, or send us a pull request (and we'll love you forever).</p>
</div>
</div>

Expand Down Expand Up @@ -57,6 +57,10 @@ <h4><i class="fa fa-fw fa-github"></i> GitHub</h4>

</div>

<div class="row">
<p>Oh hey, you're on the Community page! Hopefully that means you've given Fabric Composer a try: what did you think?</p>
<p>You can help us out by completing this 1-question <a href="https://goo.gl/forms/7YPMLP2LTN2hjIRk2"><b>survey</b></a> (score us from 0 to 10) - we really appreciate your feedback!</p>

<article class="main">
{% if page.social_text %}
{% include social.html %}
Expand Down

0 comments on commit 2924cd4

Please sign in to comment.