Update screenshots and tour content
This commit is contained in:
parent
0e86fc80ca
commit
30608366d7
14 changed files with 43 additions and 35 deletions
|
@ -126,11 +126,21 @@
|
|||
<i class="fa fa-hdd-o"></i>
|
||||
<span class="sf-title">Beautiful repository view</span>
|
||||
<div class="sf-text">
|
||||
Repository is presented with the maximum amount of useful information, including a visual tree of its image history, markdown-based description, and tags.
|
||||
Repository is presented with the maximum amount of useful information, including a full tags list,
|
||||
markdown based description and repository push and pull counts.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="screenshot-feature" ng-class="currentScreenshot == 'repo-admin' ? 'active' : ''" ng-click="changeScreenshot('repo-admin')">
|
||||
<div class="screenshot-feature" ng-class="currentScreenshot == 'repo-tags' ? 'active' : ''" ng-click="changeScreenshot('repo-tags')">
|
||||
<i class="fa fa-tags"></i>
|
||||
<span class="sf-title">Repository Operations</span>
|
||||
<div class="sf-text">
|
||||
Operations on a repository can be performed directly from the user interface, including adding,
|
||||
removing, and reverting tags.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="screenshot-feature" ng-class="currentScreenshot == 'repo-settings' ? 'active' : ''" ng-click="changeScreenshot('repo-settings')">
|
||||
<i class="fa fa-group"></i>
|
||||
<span class="sf-title">Share at your control</span>
|
||||
<div class="sf-text">
|
||||
|
@ -142,15 +152,7 @@
|
|||
<i class="fa fa-tasks"></i>
|
||||
<span class="sf-title">Dockerfile Build</span>
|
||||
<div class="sf-text">
|
||||
Repositories can be linked to Github repositories, with automatic building of the Dockerfile(s) found on push.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="screenshot-feature" ng-class="currentScreenshot == 'repo-changes' ? 'active' : ''" ng-click="changeScreenshot('repo-changes')">
|
||||
<i class="fa fa-code-fork"></i>
|
||||
<span class="sf-title">Repository Diff</span>
|
||||
<div class="sf-text">
|
||||
See exactly which files were added, changed, or removed for each image in a repository.
|
||||
Repositories can be linked to GitHub, BitBucket, GitLab or custom git repositories, with automatic building of the Dockerfile(s) found on push.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue