Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---

Check warning on line 1 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

minimum_tags

'tags' property in meta is missing or malformed.

Check warning on line 1 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_missing_description

Missing 'description' from front matter.

Check warning on line 1 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta.siblings

Parent category 'with-the-dashboard' has too few children (2). Try to nest '4' or more items here to justify it's existence.

Check warning on line 1 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta.siblings

Parent category 'user-guides' has too many children (9). Try to keep number of items in a category under '8', maybe add some new categories?
hidden: false

Check warning on line 2 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'hidden'
label_names:

Check warning on line 3 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'label_names'
- images
- upload
- manage
position: 1

Check warning on line 7 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'position'
title: Uploading images
vote_count: 1

Check warning on line 9 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'vote_count'
vote_sum: 1

Check warning on line 10 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'vote_sum'
---

Log into the [NeSI FlexiHPC Dashboard](https://dashboard.cloud.nesi.org.nz/)
Log into the [FlexiHPC Dashboard](https://dashboard.cloud.nesi.org.nz/)

Check warning on line 13 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'FlexiHPC' is misspelled.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The sentence should end with a period for proper punctuation. Additionally, following standard technical documentation style (such as the Google Developer Documentation Style Guide), "log in to" is preferred over "log into" when "in" is part of the phrasal verb.

Suggested change
Log into the [FlexiHPC Dashboard](https://dashboard.cloud.nesi.org.nz/)
Log in to the [FlexiHPC Dashboard](https://dashboard.cloud.nesi.org.nz/).


Select the project you would like to deploy the new instance too (Use the project selector on the top left-hand side):

Expand Down Expand Up @@ -39,14 +39,14 @@

`Format`
: - ISO - Optical Disk Image
- PLOOP - Virtuozzo/Parallels Loopback Disk

Check warning on line 42 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'Loopback' is misspelled.

Check warning on line 42 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'Virtuozzo' is misspelled.

Check warning on line 42 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'PLOOP' is misspelled.
- QCOW2 - QEMU Emulator

Check warning on line 43 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'QEMU' is misspelled.
- RAW
- VDI - Virtual Disk Image

Check warning on line 45 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'VDI' is misspelled.
- VHD - Virtual Hard Disk

Check warning on line 46 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'VHD' is misspelled.
- VMDK - Virtual Machine Disk

Check warning on line 47 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'VMDK' is misspelled.
- AKI - Amazon Kernel Image

Check warning on line 48 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'AKI' is misspelled.
- AMI - Amazon Machine Image

Check warning on line 49 in docs/user-guides/upload-and-manage-images/with-the-dashboard/upload-an-image-via-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'AMI' is misspelled.
- ARI - Amazon Ramdisk Image

Generally the image you downloaded will have its Format in the name/file extension, An example would be kinetic-server-cloudimg-amd64.vmdk which has the vmdk extension. If it doesn't specify the format in the name assume qcow2
Expand Down
Loading