Skip to content

Commit

Permalink
Slowly starting docs for V5
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Foellmi <[email protected]>
  • Loading branch information
onekiloparsec committed Mar 17, 2024
1 parent f39a471 commit 5eae9af
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
37 changes: 17 additions & 20 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export default {
title: 'Arcsecond Docs',
description: 'A Platform for Astronomers and Observatories',
description: 'The Astronomical Observations Platform',
siteTitle: false,
cleanUrls: 'with-subfolders',
themeConfig: {
logo: '/logo-circle-sm.png',
localSearch: true,
nav: [
{ text: 'iObserve & Pro Tools', link: '/tools/iobserve.md' },
{ text: 'Data & Observations', link: '/observations/' },
{ text: 'Night Explorer, Plans & Logs', link: '/nights/' },
{ text: 'Targets & Data', link: '/observations/' },
{ text: 'Observatory Portals', link: '/portals/' },
{ text: 'Resources', link: '/resources/' },
{ text: 'APIs & Ecosystem', link: '/ecosystem/' }
Expand All @@ -22,34 +22,31 @@ export default {
{ icon: 'twitter', link: 'https://twitter.com/arcsecond_io' }
],
sidebar: {
'/tools/': [
'/nights/': [
{
text: 'iObserve',
text: 'Night Explorer (fka iObserve)',
collapsible: true,
items: [
{ text: 'Introduction', link: '/tools/iobserve.md' },
{ text: 'Times Bar & Location Selector', link: '/tools/iobserve/timesbar.md' },
{ text: 'Nodes Tree & Object Imports', link: '/tools/iobserve/nodestree.md' },
{ text: 'Global Layout & Options', link: '/tools/iobserve/layoutoptions.md' }
{ text: 'Introduction', link: '/nights/explorer/' },
{ text: 'Times Bar & Location Selector', link: '/nights/explorer/timesbar.md' },
{ text: 'Nodes Tree & Object Imports', link: '/nights/explorer/nodestree.md' },
{ text: 'Global Layout & Options', link: '/nights/explorer/layoutoptions.md' }
]
},
{
text: 'Pro Tools',
text: 'Night Plans',
collapsible: true,
items: [
]
},
{
text: 'Night Logs',
collapsible: true,
items: [
{ text: 'Starlinks Tracks', link: '/tools/starlinks.md' },
{ text: 'Exoplanet Transits', link: '/tools/coming-soon.md' },
{ text: 'Night Duration', link: '/tools/coming-soon.md' },
{ text: 'Yearly Visibility', link: '/tools/coming-soon.md' },
{ text: 'Standard Stars', link: '/tools/coming-soon.md' },
{ text: 'Almanac', link: '/tools/coming-soon.md' },
{ text: 'Coordinates Converter', link: '/tools/coming-soon.md' },
{ text: 'Times Converter', link: '/tools/coming-soon.md' },
{ text: 'Distances Converter', link: '/tools/coming-soon.md' }
]
}
],
'/observations/': [
'/targets/': [
{
text: 'Overview',
link: '/observations/index.md'
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--vp-c-brand-1: #3fb2e0;
--vp-c-brand-2: #178ebe;
--vp-c-brand-3: #086185;
--vp-c-brand-soft: #7cd3f6;
--vp-c-brand-soft: rgba(182, 219, 234, 0.65);
}

.medium-zoom-overlay {
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/tools/iobserve.md → docs/nights/explorer/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iObserve
# Night Explorer (f.k.a. iObserve)

iObserve is our Master Pro Tool. Its purpose is to provide a consistent application for preparing astronomical
Night Explorer (known before as iObserve) is the best tool for exploring nights.
observations.

<ThemedImage prefix="iobserve-4k" alt="iObserve V3 in 4k - V4 screenshot is coming soon"/>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions docs/nights/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Nights Domain

The Nights Domain comprises the Night Explorer, Arcsecond's Observation Planner based on
Night Plans and Rule Sets, and Night Logs.
1 change: 0 additions & 1 deletion docs/tools/starlinks.md

This file was deleted.

0 comments on commit 5eae9af

Please sign in to comment.