diff --git a/content/docs/sidebar.json b/content/docs/sidebar.json index 79821a1ec2..a7ba08de9c 100644 --- a/content/docs/sidebar.json +++ b/content/docs/sidebar.json @@ -521,46 +521,27 @@ "icon": "vscode" }, { - "label": "Studio", "slug": "studio", - "source": "studio/index.md", "icon": "studio", "children": [ - { - "label": "How It Works", - "slug": "overview" - }, + "how-it-works", "get-started", { - "label": "User Guide", "slug": "user-guide", - "source": "user-guide/index.md", + "source": false, "children": [ + "prepare-your-repositories", { - "label": "Prepare Your Repositories", - "slug": "prepare-repositories" - }, - { - "label": "Projects and Experiments", - "slug": "projects", + "slug": "projects-and-experiments", "source": false, "children": [ "what-is-a-project", - "create-project", - { - "label": "Configure Project", - "slug": "project-settings" - }, - { - "label": "Explore ML Experiments", - "slug": "explore-experiments" - }, - { - "label": "Visualize and Compare", - "slug": "visualize-experiments" - }, + "create-a-project", + "configure-a-project", + "explore-ml-experiments", + "visualize-and-compare", "run-experiments", - "share-project" + "share-a-project" ] }, "teams", diff --git a/content/docs/studio/get-started.md b/content/docs/studio/get-started.md index 5b75f8b42b..4ac298b5b5 100644 --- a/content/docs/studio/get-started.md +++ b/content/docs/studio/get-started.md @@ -75,11 +75,9 @@ more projects._ > Project settings must be configured if you are connecting to a non-DVC > repository, if your metrics are in some custom files, if you are connecting to > a monorepo, or if your metrics are in cloud or other remote storage. However, -> you can configure the project settings after the project has been created. So, +> you can configure the project settings after the project has been created. So > you can `Skip and Continue` now. Refer to the [Project Settings] section for > more details. -> -> [project settings]: /doc/studio/user-guide/projects/project-settings You should now see that a project has been added in your dashboard. @@ -91,17 +89,27 @@ You should now see that a project has been added in your dashboard. ![](https://static.iterative.ai/img/studio/project_open_settings.png) -8. You can also - [create multiple projects from a single Git repository](/doc/studio/user-guide/projects/create-project#create-multiple-projects-from-a-single-git-repository). +8. You can also [create multiple projects from a single Git repository]. -9. After creating a project, you can use it to - [explore the ML experiments](/doc/studio/user-guide/explore-experiments) as - well as - [submit new experiments from Iterative Studio](/doc/studio/user-guide/run-experiments). +9. After creating a project, you can use it to [explore the ML experiments] as + well as [submit new experiments] from Iterative Studio. -10. You can also make the project public by - [sharing it on the web](/doc/studio/user-guide/projects/share-project). +10. You can also make the project public by [sharing it on the web]. 11. You can [create a team] and invite collaborators. Each team will have its - own projects dashboard. To create teams with more than 2 team members, - [upgrade into the **Team** or **Enterprise** plan](/doc/studio/user-guide/change-team-plan-and-size). + own projects dashboard. To create teams with more than 2 team members, [sign + up for the **Team** plan or **Enterprise** plan]. + +[project settings]: + /doc/studio/user-guide/projects-and-experiments/configure-a-project +[create multiple projects from a single git repository]: + /doc/studio/user-guide/projects-and-experiments/create-a-project#create-multiple-projects-from-a-single-git-repository +[explore the ml experiments]: + /doc/studio/user-guide/projects-and-experiments/explore-ml-experiments +[submit new experiments]: + /doc/studio/user-guide/projects-and-experiments/run-experiments +[sharing it on the web]: + /doc/studio/user-guide/projects-and-experiments/share-a-project +[create a team]: /doc/studio/user-guide/teams +[sign up for the **team** plan or **enterprise** plan]: + /doc/studio/user-guide/change-team-plan-and-size diff --git a/content/docs/studio/overview.md b/content/docs/studio/how-it-works.md similarity index 92% rename from content/docs/studio/overview.md rename to content/docs/studio/how-it-works.md index d16f06d9c0..0dd8880779 100644 --- a/content/docs/studio/overview.md +++ b/content/docs/studio/how-it-works.md @@ -1,6 +1,6 @@ # How Iterative Studio Works -[`Iterative Studio`](https://studio.iterative.ai/) works with the data, metrics +[Iterative Studio](https://studio.iterative.ai/) works with the data, metrics and hyperparameters that you add to your ML project Git repositories. It works very closely with your Git ecosystem. Using DVC and Git, you will push all your ML experiments to your GitHub, GitLab or Bitbucket repositories as Git commits. diff --git a/content/docs/studio/index.md b/content/docs/studio/index.md index 052bbcedb1..ae79894cc5 100644 --- a/content/docs/studio/index.md +++ b/content/docs/studio/index.md @@ -1,15 +1,15 @@ # Iterative Studio -[`Iterative Studio`](https://studio.iterative.ai/) is a web application that you -can [access online](https://studio.iterative.ai/) or even host on-prem. It works -with the data, metrics and hyperparameters that you add to your ML project -repositories. Using the power of leading open-source tools DVC, -[CML](https://cml.dev) and Git, it enables you to seamlessly manage data and -models, run and track experiments, and visualize and share results. +[Iterative Studio](https://studio.iterative.ai/) is a web application that you +can access online or even host on-prem. It works with the data, metrics, and +hyperparameters that you add to your ML project repositories. Using the power of +leading open-source tools DVC, [CML](https://cml.dev), and Git, it enables you +to seamlessly manage data and models, run and track experiments, and visualize +and share results. - + Learn how Iterative Studio works closely with the Git ecosystem diff --git a/content/docs/studio/troubleshooting.md b/content/docs/studio/troubleshooting.md index 5f7f02c816..9be69fa11e 100644 --- a/content/docs/studio/troubleshooting.md +++ b/content/docs/studio/troubleshooting.md @@ -38,10 +38,14 @@ files that contain the metrics and hyperparameters that you want to visualize. Otherwise, you will get this message when you try to add a project: `We could not find data to visualize in this repo`. -For more details, refer to the section on -[how to prepare your Git repositories for use with Iterative Studio](/doc/studio/user-guide/prepare-repositories). -Instructions on how to specify custom files can be found -[here](/doc/studio/user-guide/projects/project-settings#configuring-project-settings). +For more details, refer to the section on how to [prepare your Git repositories] +for use with Iterative Studio. Instructions on how to specify custom files can +be found [here][project-settings]. + +[prepare your git repositories]: + /doc/studio/user-guide/prepare-your-repositories +[project-settings]: + /doc/studio/user-guide/projects-and-experiments/configure-a-project#configuring-project-settings ## Error: No DVC repo was found at the root @@ -60,7 +64,7 @@ To solve this, you can either: want to visualize. Instructions on how to specify the sub-directory or custom files can be found -[here](/doc/studio/user-guide/projects/project-settings#configuring-project-settings). +[here][project-settings]. ## Error: Non-DVC sub-directory of a monorepo @@ -83,7 +87,7 @@ To solve this, you can either: want to visualize. Instructions on how to specify the sub-directory or custom files can be found -[here](/doc/studio/user-guide/projects/project-settings#configuring-project-settings). +[here][project-settings]. ## Error: No commits were found for the sub-directory @@ -98,7 +102,7 @@ If you did not intend to work with a DVC repo, you can also specify custom files that contain the metrics and hyperparameters that you want to visualize. Instructions on how to specify the sub-directory or custom files can be found -[here](/doc/studio/user-guide/projects/project-settings#configuring-project-settings). +[here][project-settings]. ## Project got created, but does not contain any data @@ -110,7 +114,7 @@ with the metrics or hyperparameters that you want to visualize. Refer to the [DVC documentation](https://dvc.org/doc) for help on making commits to a DVC repository. Instructions on how to specify custom files can be found -[here](/doc/studio/user-guide/projects/project-settings#configuring-project-settings). +[here][project-settings]. ## Project does not contain the columns that I want @@ -118,10 +122,9 @@ There are two possible reasons for this: 1. **The required columns were not imported:** Iterative Studio will import up to 200 columns (metrics, hyperparameters and files) from your Git repository. - If your repository has more than 200 columns, you should - [select the columns that are mandatory to import](/doc/studio/user-guide/projects/project-settings#mandatory-columns). - Iterative Studio will also import the unselected columns, but only up to a - maximum of 200 columns. + If your repository has more than 200 columns, you should [select the columns + that are mandatory to import]. Iterative Studio will also import the + unselected columns, but only up to a maximum of 200 columns. **What if there are more than 200 mandatory columns?** Currently Iterative Studio cannot import over 200 columns. If you have a large repository (with @@ -131,12 +134,18 @@ There are two possible reasons for this: can create a new project in Iterative Studio and limit it to that subdirectory. - To create projects for subdirectories, - [specify the project directory in project settings](/doc/studio/user-guide/projects/project-settings#project-directory). + To create projects for subdirectories, [specify the project directory in + project settings]. If this solution does not work for your use case, please create a support - ticket in the - [Iterative Studio support GitHub repository](https://github.com/iterative/studio-support). + ticket in the [Iterative Studio support GitHub repository]. + +[select the columns that are mandatory to import]: + /doc/studio/user-guide/projects-and-experiments/configure-a-project#mandatory-columns +[specify the project directory in project settings]: + /doc/studio/user-guide/projects-and-experiments/configure-a-project#project-directory +[iterative studio support github repository]: + https://github.com/iterative/studio-support 2. **The required columns are hidden:** In the project's experiment table, you can hide the columns that you do not want to display. If any column that you @@ -170,9 +179,11 @@ or branches you do not see in your project were manually hidden by you or someone else in your team. You can unhide commits and branches to display them. For details, refer to -[Display preferences -> Hide commits](/doc/studio/user-guide/projects/explore-experiments#hide-commits). -However, if the missing commit/branch is not in the hidden commits list, then -please [raise a support request](#support). +Display preferences -> [Hide commits]. However, if the missing commit/branch is +not in the hidden commits list, then please [raise a support request](#support). + +[hide commits]: + /doc/studio/user-guide/projects-and-experiments/explore-ml-experiments#hide-commits ## Error: Failed to push experiment to repository diff --git a/content/docs/studio/user-guide/change-team-plan-and-size.md b/content/docs/studio/user-guide/change-team-plan-and-size.md index 132b8032e7..061309121a 100644 --- a/content/docs/studio/user-guide/change-team-plan-and-size.md +++ b/content/docs/studio/user-guide/change-team-plan-and-size.md @@ -1,19 +1,6 @@ # Change Team Plan and Size -When you sign up, you're on the **Free plan**. This plan is plan is designed for -teams that are starting out: you can invite one other team member and import as -many repositories as you want. - -For more advanced collaboration, you can switch to the Team or Enterprise plans. -A detailed comparison of the different plans can be found in the Iterative -Studio [pricing page](https://studio.iterative.ai/pricing). - -In this page, you learn how to: - -- [Change your team plan](#change-your-team-plan) -- [Change your team size](#change-your-team-size) - -## Change your team plan +## Change the plan your Team is on To change the plan for your team, go to the `Plan and billing` section within [team settings]. Then click on `Change plan` (under `Current plan`). @@ -80,15 +67,15 @@ needs and suggest a suitable plan and pricing. For any changes to the plan, please contact your focal point at Iterative. -## Change your team size +## Change the size of your Team You can change the size of your team within the Team or Enterprise plans at any point. ### If you are on the Free plan -To change the number of seats in your team beyond 2, -[upgrade to the Team or Enterprise plans](#change-your-team-plan). +To change the number of seats in your team, +[upgrade to the Team or Enterprise plan](#change-the-plan-your-team-is-on). ### If you are on the Team plan diff --git a/content/docs/studio/user-guide/connect-custom-gitlab-server.md b/content/docs/studio/user-guide/connect-custom-gitlab-server.md index c4f3ae8936..d3e5f17ee6 100644 --- a/content/docs/studio/user-guide/connect-custom-gitlab-server.md +++ b/content/docs/studio/user-guide/connect-custom-gitlab-server.md @@ -1,4 +1,4 @@ -# Custom GitLab Server Connection +# Connect a Custom GitLab Server If your team’s Git repositories are on a self-hosted GitLab server, you can set up a connection to this server such that all your team members can connect to diff --git a/content/docs/studio/user-guide/index.md b/content/docs/studio/user-guide/index.md deleted file mode 100644 index 481b7175c2..0000000000 --- a/content/docs/studio/user-guide/index.md +++ /dev/null @@ -1,19 +0,0 @@ -# User Guide - -In this user guide, you will find step by step instructions for all the things -that you can do with Iterative Studio. - -The topics here range from the basic (how to connect to your Git repositories) -to more advanced things you can do such as running experiments. - -We also include guides for getting your Git repositories ready for using with -Iterative Studio, with or without DVC. This includes guides on how to prepare -your repositories, how to install and authorize the Iterative Studio GitHub app, -how to connect to repositories on self-hosted GitLab servers, etc. - -We also include instructions on how to create teams for collaboration in -Iterative Studio, and how to -[upgrade your teams to the **Team** and **Enterprise** plans](/doc/studio/user-guide/change-team-plan-and-size). - -Please choose from the navigation sidebar to the left, or click the `Next` -button below ↘ diff --git a/content/docs/studio/user-guide/install-github-app.md b/content/docs/studio/user-guide/install-github-app.md index 2b511634b3..e51b690836 100644 --- a/content/docs/studio/user-guide/install-github-app.md +++ b/content/docs/studio/user-guide/install-github-app.md @@ -1,11 +1,11 @@ -# Iterative Studio GitHub App Installation - -If you are using a GitHub account, you will have to install the Iterative Studio -GitHub app on the GitHub repositories/organizations that you want to use with -Iterative Studio. When you try to add a project, if the app is not already -installed, Iterative Studio will not be able to fetch the list of your GitHub -repositories. In this case, you will be prompted to configure Git integrations -as shown below. +# Install the Iterative Studio GitHub App + +If you are using a GitHub account, you can install the Iterative Studio App on +the repositories or organizations that you want to use it with. + +When you try to create a project, if the app is not already installed, Iterative +Studio will not be able to fetch the list of your GitHub repositories. In this +case, you will be prompted to configure Git integrations as shown below. ![](https://static.iterative.ai/img/studio/configure_git_integrations_v2.png) diff --git a/content/docs/studio/user-guide/prepare-repositories.md b/content/docs/studio/user-guide/prepare-your-repositories.md similarity index 91% rename from content/docs/studio/user-guide/prepare-repositories.md rename to content/docs/studio/user-guide/prepare-your-repositories.md index 19bd5d8867..917c2a0470 100644 --- a/content/docs/studio/user-guide/prepare-repositories.md +++ b/content/docs/studio/user-guide/prepare-your-repositories.md @@ -40,6 +40,7 @@ Git repositories in two ways: have an ML project for which you generate and save metrics either manually or using some ML tracking tools, then you can add this project by specifying the file (within your Git repo) which contains your saved metrics. Refer to the - section on - [project settings](/doc/studio/user-guide/projects/project-settings#non-dvc-repositories) - to learn how to specify the custom files. + section [on project settings] to learn how to specify the custom files. + +[on project settings]: + /doc/studio/user-guide/projects-and-experiments/configure-a-project#non-dvc-repositories diff --git a/content/docs/studio/user-guide/projects/project-settings.md b/content/docs/studio/user-guide/projects-and-experiments/configure-a-project.md similarity index 90% rename from content/docs/studio/user-guide/projects/project-settings.md rename to content/docs/studio/user-guide/projects-and-experiments/configure-a-project.md index 087cf773d0..503e671d58 100644 --- a/content/docs/studio/user-guide/projects/project-settings.md +++ b/content/docs/studio/user-guide/projects-and-experiments/configure-a-project.md @@ -34,12 +34,13 @@ Additionally, you can also configure project settings to ### Non-DVC repositories -In the section on -[preparing your repositories](/doc/studio/user-guide/prepare-repositories), you -saw that you can use Iterative Studio with DVC as well as non-DVC repositories. -If you are connecting to a non-DVC repository, then you will need to -[specify the custom files](#custom-metrics-and-parameters) that contain the -metrics and hyperparameters that you want to visualize. +In the section on [preparing your repositories], you saw that you can use +Iterative Studio with DVC as well as non-DVC repositories. If you are connecting +to a non-DVC repository, then you will need to [specify the custom files] that +contain the metrics and hyperparameters that you want to visualize. + +[preparing your repositories]: /doc/studio/user-guide/prepare-your-repositories +[specify the custom files]: #custom-metrics-and-parameters ### Monorepo @@ -127,8 +128,7 @@ to a maximum of 200. Note that some non-mandatory columns will also be imported if there are less than 200 mandatory columns. If you would like to hide specific columns from your -project, you can do so in the project's -[Display preferences](/doc/studio/user-guide/projects/explore-experiments#columns). +project, you can do so in the project's [Display preferences]. If your project is missing some required columns or includes columns that you do not want, refer to the following troubleshooting sections to understand why this @@ -139,6 +139,9 @@ may have happened. Note: The **Mandatory columns** section was earlier called **Tracking scope**. +[display preferences]: + /doc/studio/user-guide/projects-and-experiments/explore-ml-experiments#columns + ### Custom metrics and parameters If you want to connect custom files, you can add them by clicking the `Add file` diff --git a/content/docs/studio/user-guide/projects/create-project.md b/content/docs/studio/user-guide/projects-and-experiments/create-a-project.md similarity index 86% rename from content/docs/studio/user-guide/projects/create-project.md rename to content/docs/studio/user-guide/projects-and-experiments/create-a-project.md index ebd0899543..c6590a61d9 100644 --- a/content/docs/studio/user-guide/projects/create-project.md +++ b/content/docs/studio/user-guide/projects-and-experiments/create-a-project.md @@ -56,22 +56,22 @@ for more details. > repository, if your metrics are in some custom files, if you are connecting to > a monorepo, or if your metrics are in cloud or other remote storage. However, > you can configure the project settings after the project has been created. So, -> you can `Skip and Continue` now. Refer to the -> [Project Settings](/doc/studio/user-guide/projects/project-settings) section -> for more details. +> you can `Skip and Continue` now. Refer to the [Project Settings] section for +> more details. You should now see that a project has been added in your dashboard. 5. If your project requires any of the additional settings, then remember to - configure them by opening the - [project settings](/doc/studio/user-guide/projects/project-settings). - Otherwise, your project may not work as expected. To go to project settings, - click on the + configure them by opening the [project settings]. Otherwise, your project may + not work as expected. To go to project settings, click on the ![](https://static.iterative.ai/img/studio/view_open_settings_icon.png) icon in the project. In the menu that opens up, click on `Settings`. ![](https://static.iterative.ai/img/studio/project_open_settings.png) +[project settings]: + /doc/studio/user-guide/projects-and-experiments/configure-a-project + ## Create multiple projects from a single Git repository You can also create multiple projects in Iterative Studio from a single Git @@ -83,13 +83,15 @@ each one in a different sub-directory. For each ML project in the monorepo, follow the [above process](#connect-to-a-git-repository-and-add-a-project) to connect to -the Git repository. Then go to -[project settings](/doc/studio/user-guide/projects/project-settings#project-directory), -and specify the sub-directory in which the desired ML project resides. +the Git repository. Then go to the project settings, and [specify the +sub-directory] in which the desired ML project resides. This way, you will have multiple Iterative Studio projects for your single Git repository, with each project presenting values from a different sub-directory. +[specify the sub-directory]: + /doc/studio/user-guide/projects-and-experiments/configure-a-project#project-directory + ## Create projects shared across a team You can [create teams](/doc/studio/user-guide/teams) with one or more team diff --git a/content/docs/studio/user-guide/projects/explore-experiments.md b/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md similarity index 100% rename from content/docs/studio/user-guide/projects/explore-experiments.md rename to content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md diff --git a/content/docs/studio/user-guide/projects/run-experiments.md b/content/docs/studio/user-guide/projects-and-experiments/run-experiments.md similarity index 100% rename from content/docs/studio/user-guide/projects/run-experiments.md rename to content/docs/studio/user-guide/projects-and-experiments/run-experiments.md diff --git a/content/docs/studio/user-guide/projects/share-project.md b/content/docs/studio/user-guide/projects-and-experiments/share-a-project.md similarity index 100% rename from content/docs/studio/user-guide/projects/share-project.md rename to content/docs/studio/user-guide/projects-and-experiments/share-a-project.md diff --git a/content/docs/studio/user-guide/projects/visualize-experiments.md b/content/docs/studio/user-guide/projects-and-experiments/visualize-and-compare.md similarity index 100% rename from content/docs/studio/user-guide/projects/visualize-experiments.md rename to content/docs/studio/user-guide/projects-and-experiments/visualize-and-compare.md diff --git a/content/docs/studio/user-guide/projects/what-is-a-project.md b/content/docs/studio/user-guide/projects-and-experiments/what-is-a-project.md similarity index 97% rename from content/docs/studio/user-guide/projects/what-is-a-project.md rename to content/docs/studio/user-guide/projects-and-experiments/what-is-a-project.md index b9432ac493..878f4aed9c 100644 --- a/content/docs/studio/user-guide/projects/what-is-a-project.md +++ b/content/docs/studio/user-guide/projects-and-experiments/what-is-a-project.md @@ -7,7 +7,7 @@ settings_ are now called _Project settings_; and so on. -# What Is a Project in Iterative Studio +# What is a Project in Iterative Studio A project in Iterative Studio is an interactive representation of the information stored in your Git repository. diff --git a/content/docs/studio/user-guide/teams.md b/content/docs/studio/user-guide/teams.md index 9e4328684b..2d2a1ccde4 100644 --- a/content/docs/studio/user-guide/teams.md +++ b/content/docs/studio/user-guide/teams.md @@ -122,7 +122,7 @@ are accessible to all members (collaborators) of the team. To add a project to this dashboard, click on `Add a project`. The process for adding a project is the same as that for adding personal projects -([instructions](/doc/studio/user-guide/projects/create-project)). +([instructions][project settings]). ## Settings @@ -135,7 +135,8 @@ Additionally, you can also [edit collaborators](#edit-collaborators) and [change your team plan](#change-your-team-plan). -[project settings]: /doc/studio/user-guide/projects/project-settings +[project settings]: + /doc/studio/user-guide/projects-and-experiments/configure-a-project ### Manage connections to self-hosted GitLab servers @@ -174,9 +175,13 @@ Team or Enterprise plans. A detailed comparison of the different plans can be found in the Iterative Studio [pricing page](https://studio.iterative.ai/pricing). -- **To upgrade** from the Free plan to the Team or Enterprise plans or to - downgrade your team plan, refer to - [Change your plan](/doc/studio/user-guide/change-team-plan-and-size#change-your-team-plan). +- **To upgrade** from the Free plan to the Team or Enterprise plan or to + downgrade your team plan, refer to the section on [changing your team plan]. -- **To change the number of seats** in your Team plan, refer to - [Change your team size](/doc/studio/user-guide/change-team-plan-and-size#change-your-team-size). +- **To change the number of seats** in your Team plan, refer to the section on + [changing your team size]. + +[changing your team plan]: + /doc/studio/user-guide/change-team-plan-and-size#change-the-plan-your-team-is-on +[changing your team size]: + /doc/studio/user-guide/change-team-plan-and-size#change-the-size-of-your-team diff --git a/redirects-list.json b/redirects-list.json index 04595edcb1..a59e15518a 100644 --- a/redirects-list.json +++ b/redirects-list.json @@ -64,7 +64,7 @@ "^/doc/user-guide/dvc-files/.dvc$ /doc/user-guide/project-structure/dvc-files", "^/doc/user-guide/dvc-internals(/.*)?$ /doc/user-guide/project-structure/internal-files$1", "^/doc/user-guide/dvcignore$ /doc/user-guide/project-structure/dvcignore-files", - "^/doc/user-guide/contributing(/.*)?$ /doc/contributing$1", + "^/doc/user-guide/contributing(/.*)?$ /doc/contributing$1", "^/doc/understanding-dvc(/.*)?$ /doc/user-guide/what-is-dvc", "^/doc/commands-reference(/.*)?$ /doc/command-reference$1", @@ -82,13 +82,18 @@ "^/doc/vs-code-extension$ https://marketplace.visualstudio.com/items?itemName=Iterative.dvc 302", + "^/doc/studio/overview$ /doc/studio/how-it-works", "^/doc/studio/view-settings$ /doc/studio/user-guide/views/view-settings", + "^/doc/studio/user-guide/prepare-repositories$ /doc/studio/user-guide/prepare-your-repositories", "^/doc/studio/user-guide/explore-experiments$ /doc/studio/user-guide/views/explore-experiments", "^/doc/studio/user-guide/visualize-experiments$ /doc/studio/user-guide/views/visualize-experiments", "^/doc/studio/user-guide/run-experiments$ /doc/studio/user-guide/views/run-experiments", - "^/doc/studio/user-guide/views/create-view$ /doc/studio/user-guide/projects/create-project 302", - "^/doc/studio/user-guide/views/view-settings$ /doc/studio/user-guide/projects/project-settings 302", - "^/doc/studio/user-guide/views(/.*)?$ /doc/studio/user-guide/projects$1 302", + "^/doc/studio/user-guide/views/create-view$ /doc/studio/user-guide/projects-and-experiments/create-a-project 302", + "^/doc/studio/user-guide/views/view-settings$ /doc/studio/user-guide/projects-and-experiments/configure-a-project 302", + "^/doc/studio/user-guide/views/explore-experiments$ /doc/studio/user-guide/projects-and-experiments/explore-ml-experiments 302", + "^/doc/studio/user-guide/views/visualize-experiments$ /doc/studio/user-guide/projects-and-experiments/visualize-and-compare 302", + "^/doc/studio/user-guide/views/share-view$ /doc/studio/user-guide/projects-and-experiments/share-a-project 302", + "^/doc/studio/user-guide/views(/.*)?$ /doc/studio/user-guide/projects-and-experiments$1 302", "^/(.+)/$ /$1" ]