diff --git a/docs/Researcher/overview-researcher.md b/docs/Researcher/overview-researcher.md index 36cac23598..3466200e4c 100644 --- a/docs/Researcher/overview-researcher.md +++ b/docs/Researcher/overview-researcher.md @@ -7,8 +7,8 @@ _Researchers_, or _AI practitioners_, use Run:ai to submit Workloads. As part of the Researcher documentation you will find: -* __Quickstart Guides__ which provide step-by-step guides to Run:ai technology. -* __Command line interface__ reference documentation. +* [Quickstart Guides](./Walkthroughs/quickstart-overview.md) which provide step-by-step guides to Run:ai technology. +* [Command line interface](./cli-reference/Introduction.md) reference documentation. * __Best Practices__ for Deep Learning with Run:ai. -* Information about the Run:ai __Scheduler__. +* Information about the Run:ai [Scheduler](./scheduling/the-runai-scheduler.md). * Using Run:ai with various __developer tools__. diff --git a/docs/admin/overview-administrator.md b/docs/admin/overview-administrator.md index 169d70e289..5a5361c599 100644 --- a/docs/admin/overview-administrator.md +++ b/docs/admin/overview-administrator.md @@ -6,9 +6,10 @@ The Infrastructure Administrator is an IT person, responsible for the installati As part of the Infrastructure Administrator documentation you will find: * Install Run:ai - * Set up a Run:ai Cluster. - * Set up Researchers to work with Run:ai. -* IT Configuration of the Run:ai system -* Connect Run:ai to an identity provider. + * Understand the Run:ai [installation](./runai-setup/installation-types.md) + * Set up a [Run:ai Cluster](./runai-setup/cluster-setup/cluster-install.md). + * Set up [Researchers](./researcher-setup/cli-install.md) to work with Run:ai. +* IT [Configuration](./runai-setup/config/overview.md) of the Run:ai system +* Connect Run:ai to an [identity provider](./authentication/authentication-overview.md). * Maintenance & monitoring of the Run:ai system * Troubleshooting. diff --git a/docs/platform-admin/overview.md b/docs/platform-admin/overview.md index 23e18f4f9e..f1a4543229 100644 --- a/docs/platform-admin/overview.md +++ b/docs/platform-admin/overview.md @@ -8,6 +8,6 @@ As part of the Platform Administrator documentation you will find: * Provide the right access level to users. -* Configure Run:ai meta-data such as Projects, Departments, Node pools etc. -* Setup Workload Policies and Assets -* Analyze system performance and perform suggested actions. \ No newline at end of file +* Configure Run:ai meta-data such as [Projects](./aiinitiatives/org/projects.md), [Departments](./aiinitiatives/org/departments.md), [Node pools](./aiinitiatives/resources/node-pools.md) etc. +* Understand Researcher [Workloads](./workloads/workload-overview.md) and set up Workload [Policies](./workloads/policies/overview.md) and [Assets](./workloads/assets/building-blocks.md). +* Analyze [system performance](./performance/dashboard-analysis.md) and perform suggested actions. \ No newline at end of file