From ae997cd68359a7b285aee2749f36b632e89004a2 Mon Sep 17 00:00:00 2001 From: Jacob Cain <jrcain@usgs.gov> Date: Wed, 4 Oct 2023 10:31:16 -0700 Subject: [PATCH] separate manuals and home --- docs/index.md | 39 +-------------------------------------- docs/manuals/index.md | 32 ++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 34 insertions(+), 38 deletions(-) create mode 100644 docs/manuals/index.md diff --git a/docs/index.md b/docs/index.md index 5cac688..ce31d28 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,38 +1 @@ ---- -hide: - - navigation - - toc ---- - -# Software Manuals - -::cards:: cols=3 image-bg - -[ - { - "title": "ISIS", - "content": "Integrated Software for Imagers and Spectrometers", - "url" : https://isis.astrogeology.usgs.gov/, - "image" : "https://raw.githubusercontent.com/DOI-USGS/ISIS3/dev/rtd_docs/ISIS_Logo.svg" - }, - { - "title": "USGSCSM", - "content": "USGS Community Sensor Models", - "url" : ../docs/software/usgscsm/index.html, - "image" : "https://raw.githubusercontent.com/DOI-USGS/usgscsm/main/docs/USGSCSM_Logo.svg" - }, - { - "title": "ALE", - "content": "Abstraction Library for Ephemerides", - "url" : ../docs/software/ale/index.html, - "image" : "https://raw.githubusercontent.com/DOI-USGS/ale/main/docs/ALE_Logo.svg" - }, - { - "title": "PLIO", - "content": "Planetary Input/Output Library", - "url" : ../docs/software/plio/index.html, - "image" : https://raw.githubusercontent.com/DOI-USGS/plio/main/docs/PLIO_Logo.svg - }, -] - -::/cards:: +# Home \ No newline at end of file diff --git a/docs/manuals/index.md b/docs/manuals/index.md new file mode 100644 index 0000000..e6efc18 --- /dev/null +++ b/docs/manuals/index.md @@ -0,0 +1,32 @@ +# Software Manuals + +::cards:: cols=3 image-bg + +[ + { + "title": "ISIS", + "content": "Integrated Software for Imagers and Spectrometers", + "url" : https://isis.astrogeology.usgs.gov/, + "image" : "https://raw.githubusercontent.com/DOI-USGS/ISIS3/dev/rtd_docs/ISIS_Logo.svg" + }, + { + "title": "USGSCSM", + "content": "USGS Community Sensor Models", + "url" : ../docs/software/usgscsm/index.html, + "image" : "https://raw.githubusercontent.com/DOI-USGS/usgscsm/main/docs/USGSCSM_Logo.svg" + }, + { + "title": "ALE", + "content": "Abstraction Library for Ephemerides", + "url" : ../docs/software/ale/index.html, + "image" : "https://raw.githubusercontent.com/DOI-USGS/ale/main/docs/ALE_Logo.svg" + }, + { + "title": "PLIO", + "content": "Planetary Input/Output Library", + "url" : ../docs/software/plio/index.html, + "image" : https://raw.githubusercontent.com/DOI-USGS/plio/main/docs/PLIO_Logo.svg + }, +] + +::/cards:: diff --git a/mkdocs.yml b/mkdocs.yml index ead6289..c190f2f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,6 +36,7 @@ nav: - Getting Started: getting-started/index.md - How-To Guides: how-to-guides/index.md - Concepts: concepts/index.md + - Manuals: manuals/index.md extra_css: - css/neoteroi-mkdocs.css -- GitLab