Skip to content

Commit d94bff8

Browse files
committed
Merge branch 'future/v5'
2 parents 684f989 + 291bc5a commit d94bff8

136 files changed

Lines changed: 3240 additions & 414 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.vitepress/config.js

Lines changed: 34 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
11
export default {
22
title: 'Arcsecond Docs',
3-
description: 'A Platform for Astronomers and Observatories',
3+
description: 'The Astronomical Observations Platform',
44
siteTitle: false,
55
cleanUrls: 'with-subfolders',
66
themeConfig: {
7-
logo: '/logo-circle-sm.png',
7+
logo: '/logo.svg',
88
localSearch: true,
99
nav: [
10-
{ text: 'iObserve & Pro Tools', link: '/tools/iobserve.md' },
11-
{ text: 'Data & Observations', link: '/observations/' },
10+
{ text: 'Astronomers', link: '/astronomers/' },
1211
{ text: 'Observatory Portals', link: '/portals/' },
13-
{ text: 'Resources', link: '/resources/' },
14-
{ text: 'APIs & Ecosystem', link: '/ecosystem/' }
12+
{ text: '(Globals)', link: '/globals/' }
1513
],
1614
footer: {
1715
message: 'MIT Licensed',
1816
copyright: 'Copyright © 2018-present Arcsecond.io (F52 Tech).'
1917
},
2018
socialLinks: [
19+
{ icon: 'facebook', link: 'https://www.facebook.com/arcsecond.io' },
2120
{ icon: 'github', link: 'https://github.com/arcsecond-io' },
22-
{ icon: 'twitter', link: 'https://twitter.com/arcsecond_io' }
21+
{ icon: 'x', link: 'https://x.com/arcsecond_io' },
22+
{ icon: 'instagram', link: 'https://www.instagram.com/arcsecond.io/' },
23+
{ icon: 'youtube', link: 'https://www.youtube.com/@arcsecond_io' },
24+
{ icon: 'slack', link: 'https://join.slack.com/t/arcsecond-io/shared_invite/zt-yvsehzjl-jExYLVWzwuslMJum7r2GiA' }
2325
],
2426
sidebar: {
25-
'/tools/': [
27+
'/astronomers/nights/': [
2628
{
27-
text: 'iObserve',
29+
text: 'Night Explorer',
2830
collapsible: true,
2931
items: [
30-
{ text: 'Introduction', link: '/tools/iobserve.md' },
31-
{ text: 'Times Bar & Location Selector', link: '/tools/iobserve/timesbar.md' },
32-
{ text: 'Nodes Tree & Object Imports', link: '/tools/iobserve/nodestree.md' },
33-
{ text: 'Global Layout & Options', link: '/tools/iobserve/layoutoptions.md' }
32+
{ text: 'Intro', link: '/astronomers/nights/explorer/' },
33+
{ text: 'Times Bar & Location Selector', link: '/astronomers/nights/explorer/timesbar.md' },
34+
{ text: 'Nodes Tree & Object Imports', link: '/astronomers/nights/explorer/nodestree.md' },
35+
{ text: 'Global Layout & Options', link: '/astronomers/nights/explorer/layoutoptions.md' },
36+
{ text: 'App Mode', link: '/astronomers/nights/explorer/appmode.md' }
3437
]
3538
},
3639
{
37-
text: 'Pro Tools',
40+
text: 'Night Plans & Rule Sets',
3841
collapsible: true,
3942
items: [
40-
{ text: 'Starlinks Tracks', link: '/tools/starlinks.md' },
41-
{ text: 'Exoplanet Transits', link: '/tools/coming-soon.md' },
42-
{ text: 'Night Duration', link: '/tools/coming-soon.md' },
43-
{ text: 'Yearly Visibility', link: '/tools/coming-soon.md' },
44-
{ text: 'Standard Stars', link: '/tools/coming-soon.md' },
45-
{ text: 'Almanac', link: '/tools/coming-soon.md' },
46-
{ text: 'Coordinates Converter', link: '/tools/coming-soon.md' },
47-
{ text: 'Times Converter', link: '/tools/coming-soon.md' },
48-
{ text: 'Distances Converter', link: '/tools/coming-soon.md' }
43+
{ text: 'Intro', link: '/astronomers/nights/plans/' },
44+
]
45+
},
46+
{
47+
text: 'Night Logs',
48+
collapsible: true,
49+
items: [
50+
{ text: 'Intro', link: '/astronomers/nights/logs/' },
4951
]
5052
}
5153
],
52-
'/observations/': [
53-
{
54-
text: 'Overview',
55-
link: '/observations/index.md'
56-
},
54+
'/astronomers/data/': [
5755
{
5856
text: 'Data',
5957
collapsible: true,
6058
items: [
61-
{ text: 'Arcsecond Cloud Storage', link: '/observations/cloud-storage.md' },
62-
{ text: 'External Storage Credentials', link: '/observations/credentials-security.md' },
63-
{ text: 'External Storage AWS', link: '/observations/external-storage-aws.md' },
64-
{ text: 'External Storage Dropbox', link: '/observations/external-storage-dropbox.md' },
65-
{ text: 'External Storage FTP', link: '/observations/external-storage-ftp.md' },
66-
{ text: 'External Storage Local Disk', link: '/observations/external-storage-localdisk.md' }
59+
{ text: 'Arcsecond Cloud Storage', link: '/astronomers/data/cloud-storage.md' },
60+
{ 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 Dropbox', link: '/astronomers/data/external-storage-dropbox.md' },
63+
{ 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 Local Disk', link: '/astronomers/data/external-storage-localdisk.md' },
66+
{ text: 'External Storage Archives', link: '/astronomers/data/external-storage-aws.md' },
6767
]
6868
},
6969
{
@@ -86,18 +86,6 @@ export default {
8686
{ text: 'Cloud vs Self-Hosting', link: '/portals/self-hosting.md' }
8787
]
8888
},
89-
{
90-
text: 'Data',
91-
collapsible: true,
92-
items: [
93-
{ text: 'Cloud Storage', link: '/portals/storage-cloud.md' },
94-
{ text: 'Data files', link: '/portals/coming-soon.md' },
95-
{ text: 'Datasets', link: '/portals/coming-soon.md' },
96-
{ text: 'Packages', link: '/portals/coming-soon.md' },
97-
{ text: 'Observed Targets', link: '/portals/observed-targets.md' },
98-
{ text: 'Night Observations', link: '/portals/observations.md' }
99-
]
100-
},
10189
{
10290
text: 'Operations',
10391
collapsible: true,

docs/.vitepress/theme/ThemedImage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
}
4545
4646
.medium-zoom-overlay {
47-
z-index: 20;
47+
z-index: 30;
4848
}
4949
5050
.medium-zoom-image {
51-
z-index: 21;
51+
z-index: 31;
5252
}
5353
</style>

docs/.vitepress/theme/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:root {
2-
--vp-c-brand-1: #3fb2e0;
3-
--vp-c-brand-2: #178ebe;
4-
--vp-c-brand-3: #086185;
5-
--vp-c-brand-soft: #7cd3f6;
2+
--vp-c-brand-1: #609af8;
3+
--vp-c-brand-2: #326fd1;
4+
--vp-c-brand-3: #204887;
5+
--vp-c-brand-soft: rgba(96, 154, 248, 0.62);
66
}
77

88
.medium-zoom-overlay {
File renamed without changes.

docs/astronomers/data/datasets.md

Whitespace-only changes.
File renamed without changes.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
External Storage Dropbox
2+
===
3+
4+
To let Arcsecond read the content of your Dropbox, here is the procedure (the detailed one with screenshots is in
5+
preparation):
6+
7+
- Login to Dropbox.
8+
- Open your [App Console](https://www.dropbox.com/developers/apps)
9+
- Create an App
10+
- Select "Scoped Access" for the API
11+
- Choose "Full Dropbox", for the type of access (if you choose App Folder, the data Arcsecond will read must be placed
12+
under that folder). It is better to choose "Full Dropbox" and provide Arcsecond a Root Path, under which Arcsecond
13+
will restrict itself.
14+
- Give an app name, and click "Create App"
15+
- In the new page, you are in the "Settings" tab.
16+
- Scroll down to the `OAuth2` section, and find "Generate access token"
17+
- Click "Generate"
18+
- Copy-paste this token to Arcsecond Dropbox credentials modal.
19+
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)