Update docs (#687)

This commit is contained in:
pollfly
2023-11-02 10:30:12 +02:00
committed by GitHub
parent d5a97a435c
commit 9f2ed78d8c
30 changed files with 302 additions and 262 deletions

View File

@@ -36,6 +36,7 @@ Use frame viewer controls to navigate between frames in a Hyper-Dataset Version,
|<img src="/docs/latest/icons/ico-zoom-out.svg" alt="Zoom out icon" className="icon size-md space-sm" />|Zoom out| **-** or Ctrl + Mouse wheel |
|Percentage textbox|Zoom percentage| <img src="/docs/latest/icons/ico-optional-no.svg" alt="Not applicable" className="icon size-md center-md" /> |
|<img src="/docs/latest/icons/ico-shared-item.svg" alt="Copy URL" className="icon size-md space-sm" />| Copy frame URL. A direct link to view the current frame|<img src="/docs/latest/icons/ico-optional-no.svg" alt="Not applicable" className="icon size-md center-md" /> |
|<img src="/docs/latest/icons/ico-reset.svg" alt="Refresh" className="icon size-md space-sm" />|Refresh version preview|<img src="/docs/latest/icons/ico-optional-no.svg" alt="Not applicable" className="icon size-md center-md" /> |
#### Additional Keyboard Shortcuts

View File

@@ -19,7 +19,7 @@ The tree view shows the lineage of the dataset's versions.
![Versions tree view](../../img/hyperdatasets/web-app/dataset_simple_adv_02.png)
Use the search bar to find specific versions. You can query by version name or version description. The search returns
Use the search bar to find specific versions. You can query by version name, version description, or version ID. The search returns
all versions that match the query.
In tree view, parent versions that do not match the query where a child version does appear in a muted color.
@@ -36,6 +36,13 @@ Access dataset version actions, by right-clicking a version, or through the menu
* **Delete** - Delete the version. Only *Draft* versions can be deleted.
* **Publish** - Make a *Draft* version read-only to preserve its contents.
:::tip Publishing versions
When publishing a version, you can create an additional working copy. The new version is created in a *draft* state, and
inherits all the published version's frames.
![Publish version modal](../../img/hyperdataset_publish_version.png)
:::
## Version Data
A selected dataset version's information and contents are presented on the main section of the page, to the right of
the dataset's version list.