From 049523d3b0c9d94c97845e602bd1308b6016ffec Mon Sep 17 00:00:00 2001 From: Kyle Gerard Felker Date: Thu, 27 Jul 2023 18:59:11 -0500 Subject: [PATCH] Restore Services top level .md --- docs/ai-testbed/{index.md => getting-started.md} | 0 docs/index.md | 4 ++-- docs/services/getting-started.md | 6 ++++++ mkdocs.yml | 6 ++++-- 4 files changed, 12 insertions(+), 4 deletions(-) rename docs/ai-testbed/{index.md => getting-started.md} (100%) create mode 100644 docs/services/getting-started.md diff --git a/docs/ai-testbed/index.md b/docs/ai-testbed/getting-started.md similarity index 100% rename from docs/ai-testbed/index.md rename to docs/ai-testbed/getting-started.md diff --git a/docs/index.md b/docs/index.md index e9a057d61..239f8e039 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,9 +9,9 @@ Our user guides contain information for: - [Theta](theta/hardware-overview/machine-overview.md): Information on how to use our Cray XC40/KNL supercomputer. - [ThetaGPU](theta-gpu/hardware-overview/theta-gpu-machine-overview.md): Information on how to use our NVIDIA DGX A100 supercomputer. - [Cooley](cooley/cooley-overview.md): Information on how to use our visualization cluster. -- [AI Testbed](https://docs.alcf.anl.gov/ai-testbed/): Information on how to use our AI Accelerators. +- [AI Testbed](ai-testbed/getting-started.md): Information on how to use our AI Accelerators. - [Aurora/Sunspot](https://www.alcf.anl.gov/support-center/aurora-sunspot): Information on getting your code ready for our upcoming exacale supercomputer. -- [Services](services/index.md): Information on how to use various services provided across clusters. +- [Services](services/getting-started.md): Information on how to use various services provided across clusters. - [Facility Policies](policies/facility-policies.md): Information on our policies and procedures. ## How to Get Access diff --git a/docs/services/getting-started.md b/docs/services/getting-started.md new file mode 100644 index 000000000..448e5c966 --- /dev/null +++ b/docs/services/getting-started.md @@ -0,0 +1,6 @@ +# ALCF Services + +Below is a list of some of the services ALCF makes availble for use across our HPC clusters. + +- [JupyterHub](jupyter-hub.md): An interactive computing environment for different languages. +- [Continuous Integration](continuous-integration.md): An automated processes to help preform build, test, package, and deploy activities. diff --git a/mkdocs.yml b/mkdocs.yml index 002380c08..9ba17bb3f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,7 +25,9 @@ nav: - Data Storage: data-management/filesystem-and-storage/data-storage.md - HPSS: data-management/filesystem-and-storage/hpss.md - Disk Quota: data-management/filesystem-and-storage/disk-quota.md - - Services: # services/index.md # Cant directly link to this in the nav sidebar, since it is a dropdown. Only linked to in base docs/index.md + - Services: # services/index.md # Cant directly link to this in the nav sidebar, since + # it is a dropdown. Only linked to in base docs/index.md + - Getting Started: services/getting-started.md - JupyterHub: services/jupyter-hub.md - Continuous Integration: - General: services/continuous-integration.md @@ -189,7 +191,7 @@ nav: - Darshan: theta-gpu/performance-tools/darshan.md - NVIDIA Nsight: theta-gpu/performance-tools/nvidia-nsight.md - AI Testbed: - - Getting Started: ai-testbed/index.md + - Getting Started: ai-testbed/getting-started.md - Cerebras: - System Overview: ai-testbed/cerebras/system-overview.md - Getting Started: ai-testbed/cerebras/getting-started.md