Skip to content

Commit 1c6f495

Browse files
committed
Update of documentation + improved config nav
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 7c1d602 commit 1c6f495

12 files changed

Lines changed: 36 additions & 13 deletions

docs/.vitepress/config.js

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,26 @@ export default {
5353
],
5454
'/astronomers/data/': [
5555
{
56-
text: 'Data',
56+
text: 'Storages',
5757
collapsible: true,
5858
items: [
5959
{ text: 'Arcsecond Cloud Storage', link: '/astronomers/data/cloud-storage.md' },
60+
{ text: 'External Storages', link: '/astronomers/data/external-storages.md' },
6061
{ text: 'External Storage AWS', link: '/astronomers/data/external-storage-aws.md' },
61-
{ text: 'External Storage Azure', link: '/astronomers/data/external-storage-aws.md' },
62+
{ text: 'External Storage Azure', link: '/astronomers/data/external-storage-azure.md' },
6263
{ text: 'External Storage Dropbox', link: '/astronomers/data/external-storage-dropbox.md' },
6364
{ text: 'External Storage FTP', link: '/astronomers/data/external-storage-ftp.md' },
64-
{ text: 'External Storage SFTP', link: '/astronomers/data/external-storage-aws.md' },
65+
{ text: 'External Storage SFTP', link: '/astronomers/data/external-storage-sftp.md' },
6566
{ text: 'External Storage Local Disk', link: '/astronomers/data/external-storage-localdisk.md' },
66-
{ text: 'External Storage Archives', link: '/astronomers/data/external-storage-aws.md' },
67+
{ text: 'External Storage Archives', link: '/astronomers/data/external-storage-archives.md' },
6768
]
6869
},
6970
{
70-
text: 'Observations',
71+
text: 'Datasets, Files & Packages',
7172
items: [
72-
{ text: 'Observing Nights', link: '/observations/observing-nights.md' },
73-
{ text: 'Observing Runs', link: '/observations/observing-runs.md' }
73+
{ text: 'Datasets', link: '/astronomers/data/datasets.md' },
74+
{ text: 'Data Packages', link: '/astronomers/data/datapackages.md' },
75+
{ text: 'File Browser', link: '/astronomers/data/filebrowser.md' }
7476
]
7577
}
7678
],

docs/astronomers/data/cloud-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We multiply that number of Gibibytes-month by the price per GB per month.
3131
**Yes.**
3232

3333
But once you reach that point, you pay the full volume. We think this give you enough time and room to validate the
34-
service. Note that 50GB in AWS costs about 1 (one) $US per month.
34+
service. Note that 10GB in AWS costs about 1 (one) $US per month.
3535

3636
## Where is the data stored?
3737

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Data Packages & Data Sharing
2+
3+
coming soon.

docs/astronomers/data/datasets.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Datasets
2+
3+
coming soon.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
External Storage Archives
2+
===
3+
4+
coming soon.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
External Storage Azure
2+
===
3+
4+
coming soon.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
External Storage SFTP
2+
===
3+
4+
coming soon.

docs/astronomers/data/external-storages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Arcsecond will scan and parse content of external storages, identically to what
2424
own [Cloud Storage](/observations/cloud-storage) when data is uploaded to it. This parsing allows to:
2525

2626
* Extract FITS- and XISF-files headers, for easy searching in a web interface,
27-
* Create 2D-image and 1D-spectrum previews (stored in Arcsecond Cloud storage, within the 50GB limit, unless you unlock
27+
* Create 2D-image and 1D-spectrum previews (stored in Arcsecond Cloud storage, within the 10GB limit, unless you unlock
2828
more),
2929
* **Create your personal list of all your follow-up targets, associated with its data** (this will combine all cloud and
3030
external storages you have attached),
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# File Browser
2+
3+
coming soon.

docs/astronomers/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ Targets list (and past Night Logs too).
8989

9090
<img style="float: left; align: top; margin-right: 1rem;" width="60" src="/icons/icon-datapackage.svg"/>
9191

92-
[Data Packages](/astronomers/data/datapackages/) are custom packages of Datasets to be shared, either within an
92+
[Data Packages](/astronomers/data/datapackages) are custom packages of Datasets to be shared, either within an
9393
Observatory Portal (e.g. for visiting observers), or with other astronomers, or to the public.
9494

9595
## Data & File Browser
9696

9797
<img style="float: left; align: top; margin-right: 1rem;" width="60" src="/icons/icon-datafile.svg"/>
9898

99-
[File Browser](/astronomers/data/filebrowser/) is a browser of all Data files associated with an account or an
99+
[File Browser](/astronomers/data/filebrowser) is a browser of all Data files associated with an account or an
100100
Observatory Portal (being Arcsecond's Cloud storage or External Storages).

0 commit comments

Comments
 (0)