diff --git a/docs/features/version-manager.md b/docs/features/version-manager.md index d7125b299..0937d3d18 100644 --- a/docs/features/version-manager.md +++ b/docs/features/version-manager.md @@ -4,9 +4,9 @@ Title: Version Manager # Version Manager -The versions of a file can be viewed and managed by using the [Version Manager Component](https://www.alfresco.com/abn/adf/content-services/version-manager.component/). +The versions of a file can be viewed and managed by using the [Version Manager Component](https://github.com/Alfresco/alfresco-ng2-components/blob/develop/docs/content-services/components/version-manager.component.md) or using dialog version of version manager [New version uploader dialog](https://github.com/Alfresco/alfresco-ng2-components/blob/develop/docs/content-services/components/new-version-uploader.dialog.md). -There are 2 ways users can access the Version Manager: +There are 3 ways users can access the Version Manager: 1) From the 'Manage Versions' option of the 'More actions' menu (check [Actions and the Actions Toolbar](../features/document-list-layout#actions-and-the-actions-toolbar)): @@ -17,6 +17,10 @@ There are 2 ways users can access the Version Manager: ![Version Manager Inline](../images/version-manager-tab.png) +3) From the context menu: +![Version Manager Menu](../images/version-manager-context-menu.png) +![Version Manager Dialog](../images/version-manager-dialog.png) + ## Upload new version A new version for the selected file can be added by using this button. Users can upload a new file version using a file that is does not have the same name, or mime type as the current version, whilst allowing the user to choose the type of version (minor or major) and inputting supporting comments. diff --git a/docs/images/version-manager-context-menu.png b/docs/images/version-manager-context-menu.png new file mode 100644 index 000000000..3b441f545 Binary files /dev/null and b/docs/images/version-manager-context-menu.png differ