Update index.php

This commit is contained in:
Brett O'Donnell 2017-03-29 12:18:13 +10:30 committed by GitHub
parent 3c0267b722
commit a8cafee108

View File

@ -16,6 +16,7 @@ $this->params['breadcrumbs'][] = $this->title;
'items' => [
['label' => 'Installation', 'url' => ['/docs/install']],
['label' => 'bower.json Format', 'url' => ['/docs/bower-format']],
['label' => 'Update Webhook', 'url' => ['/docs/update-webhook']],
['label' => 'Semantic Versioning', 'url' => ['/docs/semver']],
['label' => 'Registry Requests using cURL', 'url' => ['/docs/registry-curl']],
],