UNPKG

@gravityforms/gulp-tasks

Version:
25 lines (24 loc) 801 B
module.exports = function() { return ( ` <div class="gform-docs-nav-item navbar-item"> <a id="index" href="./index.html" target="_self"> Home </a> </div> <div class="gform-docs-nav-item navbar-item"> <a id="quick-start" href="./docs.quick-start.html" target="_self"> Quick Start </a> </div> <div class="gform-docs-nav-item navbar-item"> <a id="external-docs" href="https://docs.gravityforms.com/" target="_self"> Documentation </a> </div> <div class="gform-docs-nav-item navbar-item"> <a id="support" href="./docs.support.html" target="_self"> Support </a> </div> ` ); };