diff --git a/docs/index.md b/docs/index.md index 5cac6886060455be582a7b22e3c67d17c746b4e4..ce31d28e663eb9a9ee4fca4e514a47190a3eee06 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 0000000000000000000000000000000000000000..e6efc1887a61f28b87cd478de223d218cf1f11c2 --- /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 ead62896a5e622b52d40cb6350f8eef3dc47c95d..c190f2f6d80596ab39d262b409eec1281f813ef4 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