From ff7baf9aabb56ed1642b3e6666b705a939ec2d12 Mon Sep 17 00:00:00 2001 From: Kelvin <krodriguez@usgs.gov> Date: Tue, 14 Nov 2023 16:00:30 -0700 Subject: [PATCH] Renamed docs --- ... in SpiceQL.md => creating-spice-config-files-in-spiceql.md} | 0 mkdocs.yml | 2 ++ 2 files changed, 2 insertions(+) rename docs/how-to-guides/SPICE/{Creating Spice Config Files in SpiceQL.md => creating-spice-config-files-in-spiceql.md} (100%) diff --git a/docs/how-to-guides/SPICE/Creating Spice Config Files in SpiceQL.md b/docs/how-to-guides/SPICE/creating-spice-config-files-in-spiceql.md similarity index 100% rename from docs/how-to-guides/SPICE/Creating Spice Config Files in SpiceQL.md rename to docs/how-to-guides/SPICE/creating-spice-config-files-in-spiceql.md diff --git a/mkdocs.yml b/mkdocs.yml index e2af981..85471a6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -50,6 +50,8 @@ nav: - Installing ISIS Via Anaconda: how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda.md - Anaconda in a Network Environment: how-to-guides/environment-setup-and-maintenance/anaconda-in-a-network-environment.md - SPICE Kernel Updates in ISIS: how-to-guides/environment-setup-and-maintenance/spice-kernel-updates-in-isis.md + - SPICE: + - Creating Spice Config Files in SpiceQL: how-to-guides/SPICE/creating-spice-config-files-in-spiceql.md - Image Processing: - Map Projecting Images: how-to-guides/image-processing/map-projecting-images.md - Removing Striping Noise: how-to-guides/image-processing/removing-striping-noise.md -- GitLab