@@ -7,9 +7,10 @@ export default {
77 logo : '/logo.svg' ,
88 localSearch : true ,
99 nav : [
10- { text : 'Astronomers' , link : '/astronomers/' } ,
10+ { text : 'Arcsecond.local' , link : '/local/' } ,
11+ { text : 'Overview of Our Tools' , link : '/tools/' } ,
1112 { text : 'Observatory Portals' , link : '/portals/' } ,
12- { text : '(Globals) ' , link : '/globals /' }
13+ { text : 'API & Libraries ' , link : '/ecosystem /' } ,
1314 ] ,
1415 footer : {
1516 message : 'MIT Licensed' ,
@@ -24,55 +25,44 @@ export default {
2425 { icon : 'slack' , link : 'https://join.slack.com/t/arcsecond-io/shared_invite/zt-yvsehzjl-jExYLVWzwuslMJum7r2GiA' }
2526 ] ,
2627 sidebar : {
27- '/astronomers/nights /' : [
28+ '/local /' : [
2829 {
29- text : 'Night Explorer ' ,
30+ text : 'Arcsecond.local ' ,
3031 collapsible : true ,
3132 items : [
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' }
33+ { text : 'Introduction' , link : '/local/index.md' } ,
34+ { text : 'Installation' , link : '/local/installation.md' } ,
3735 ]
3836 } ,
37+ ] ,
38+ '/tools/' : [
3939 {
40- text : 'Night Plans & Rule Sets ' ,
40+ text : 'Night Studio ' ,
4141 collapsible : true ,
4242 items : [
43- { text : 'Intro' , link : '/astronomers/nights/plans/' } ,
43+ { text : 'Introduction' , link : '/tools/index.md' } ,
44+ { text : 'Night Explorer' , link : '/tools/night-explorer.md' } ,
4445 ]
4546 } ,
4647 {
47- text : 'Night Logs' ,
48- collapsible : true ,
49- items : [
50- { text : 'Intro' , link : '/astronomers/nights/logs/' } ,
51- ]
52- }
53- ] ,
54- '/astronomers/data/' : [
55- {
56- text : 'Storages' ,
57- collapsible : true ,
58- items : [
59- { text : 'Arcsecond Cloud Storage' , link : '/astronomers/data/cloud-storage.md' } ,
60- { text : 'External Storages' , link : '/astronomers/data/external-storages.md' } ,
61- { text : 'External Storage AWS' , link : '/astronomers/data/external-storage-aws.md' } ,
62- { text : 'External Storage Azure' , link : '/astronomers/data/external-storage-azure.md' } ,
63- { text : 'External Storage Dropbox' , link : '/astronomers/data/external-storage-dropbox.md' } ,
64- { text : 'External Storage FTP' , link : '/astronomers/data/external-storage-ftp.md' } ,
65- { text : 'External Storage SFTP' , link : '/astronomers/data/external-storage-sftp.md' } ,
66- { text : 'External Storage Local Disk' , link : '/astronomers/data/external-storage-localdisk.md' } ,
67- { text : 'External Storage Archives' , link : '/astronomers/data/external-storage-archives.md' } ,
68- ]
48+ text : 'Control Room' ,
49+ items : [ ]
6950 } ,
7051 {
71- text : 'Datasets, Files & Packages ' ,
52+ text : 'Data Grand Central ' ,
7253 items : [
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' }
54+ { text : 'Cloud Storage' , link : '/tools/data/cloud-storage.md' } ,
55+ { text : 'External Storages' , link : '/tools/data/external-storages.md' } ,
56+ { text : 'External Storage AWS' , link : '/tools/data/external-storage-aws.md' } ,
57+ { text : 'External Storage Azure' , link : '/tools/data/external-storage-azure.md' } ,
58+ { text : 'External Storage Dropbox' , link : '/tools/data/external-storage-dropbox.md' } ,
59+ { text : 'External Storage FTP' , link : '/tools/data/external-storage-ftp.md' } ,
60+ { text : 'External Storage SFTP' , link : '/tools/data/external-storage-sftp.md' } ,
61+ { text : 'External Storage Local Disk' , link : '/tools/data/external-storage-localdisk.md' } ,
62+ { text : 'External Storage Archives' , link : '/tools/data/external-storage-archives.md' } ,
63+ { text : 'Datasets' , link : '/tools/data/datasets.md' } ,
64+ { text : 'Data Packages' , link : '/tools/data/datapackages.md' } ,
65+ { text : 'File Browser' , link : '/tools/data/filebrowser.md' }
7666 ]
7767 }
7868 ] ,
@@ -115,21 +105,9 @@ export default {
115105 ]
116106 }
117107 ] ,
118- '/resources/' : [
119- {
120- text : 'Resources' ,
121- collapsible : true ,
122- items : [
123- { text : 'Observing Sites' , link : '/resources/starlinks.md' } ,
124- { text : 'Satellites' , link : '/resources/coming-soon.md' } ,
125- { text : 'Standard Stars Catalogues' , link : '/resources/coming-soon.md' } ,
126- { text : 'Public Target Lists' , link : '/resources/coming-soon.md' }
127- ]
128- }
129- ] ,
130108 '/ecosystem/' : [
131109 {
132- text : 'Ecosystem ' ,
110+ text : 'APIs & Libraries ' ,
133111 collapsible : true ,
134112 items : [
135113 { text : 'APIs' , link : '/ecosystem/apis.md' } ,
0 commit comments