view docs/templates/inc/main-navigation.html @ 758:6abb436fea5b

publish: Make publisher more powerful and better exposed on the command line. * Make the `chef publish` command have one sub-command per publish target. * Add custom argument parsing per publisher to have strong extra arguments available per publish target. * Make publish targets a first class citizen of the `PieCrust` app class.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 25 Jun 2016 17:03:29 -0700
parents 61d53d2163d6
children
line wrap: on
line source

<ul class="nav navbar-nav navbar-right">
    <li><a href="{{ pcurl('getting-started') }}">Getting Started</a></li>
    <li><a href="{{ pcurl('docs') }}">Documentation</a></li>
    <li><a href="{{ pcurl('api') }}">Code</a></li>
    <li><a href="{{ pcurl('support') }}">Support</a></li>
</ul>