Skip to content

Commit

Permalink
start: cleanup nav (#3941)
Browse files Browse the repository at this point in the history
* start: cleanup nav
in prep for #3678

* reinstate sidebar.json sources
per #3941 (comment)
  • Loading branch information
jorgeorpinel authored Sep 15, 2022
1 parent 2643b33 commit e8e4949
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 27 deletions.
19 changes: 3 additions & 16 deletions content/docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,10 @@
"children": [
{
"slug": "data-management",
"label": "Data Management",
"source": "data-management/index.md",
"children": [
{
"label": "Data and Model Access",
"slug": "access"
},
{
"label": "Data Pipelines",
"slug": "pipelines"
},
"data-and-model-access",
"data-pipelines",
{
"label": "Metrics, Parameters, and Plots",
"slug": "metrics-parameters-plots"
Expand All @@ -60,14 +53,8 @@
},
{
"slug": "experiments",
"label": "Experiments",
"source": "experiments/index.md",
"children": [
{
"label": "Visualization",
"slug": "visualization"
}
]
"children": ["visualization"]
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions content/docs/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Now you're ready to DVC!
DVC's features can be grouped into functional components. You can explore them
in two independent trails:

### Data Management Trail
### Data Management

- [**Data and model versioning**](/doc/start/data-and-model-versioning) (try
this next) is the base layer of DVC for large files, datasets, and machine
Expand All @@ -69,7 +69,7 @@ in two independent trails:
be attached to pipelines. These let you capture, navigate, and evaluate ML
projects without leaving Git. Think "Git for machine learning".

### Experiments Trail
### Experimentation

- [**Experiments**](/doc/start/experiments) enable exploration, iteration, and
comparison across many ML experiments. Track your experiments with automatic
Expand Down
18 changes: 9 additions & 9 deletions redirects-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"^/doc/install/plugins(/.*)?$ /doc/install/ide-plugins$1",

"^/doc/get-started(/.*)?$ /doc/start",
"^/doc/start/data-versioning$ /doc/start/data-and-model-versioning",
"^/doc/start/data-access$ /doc/start/data-and-model-access",
"^/doc/start/data-and-model-versioning(/.*)?$ /doc/start/data-management$1 302",
"^/doc/start/data-and-model-access(/.*)?$ /doc/start/data-management/access$1 302",
"^/doc/start/data-pipelines(/.*)?$ /doc/start/data-management/pipelines$1 302",
"^/doc/start/metrics-parameters-plots(/.*)?$ /doc/start/data-management/metrics-parameters-plots$1 302",
"^/doc/start/sharing-data-and-model-files$ /doc/start/data-and-model-versioning#storing-and-sharing 302",
"^/doc/start/data-versioning$ /doc/start/data-management",
"^/doc/start/data-and-model-versioning(/.*)?$ /doc/start/data-management 302",
"^/doc/start/sharing-data-and-model-files$ /doc/start/data-management#storing-and-sharing 302",
"^/doc/start/data-access$ /doc/start/data-management/data-and-model-access",
"^/doc/start/data-and-model-access(/.*)?$ /doc/start/data-management/data-and-model-access 302",
"^/doc/start/data-pipelines(/.*)?$ /doc/start/data-management/data-pipelines 302",
"^/doc/start/metrics-parameters-plots(/.*)?$ /doc/start/data-management/metrics-parameters-plots 302",
"^/doc/tutorial(/.*)?$ /doc/start",
"^/doc/tutorials(/.*)? /doc/start",
"^/doc/tutorials/get-started(/.*)?$ /doc/start",

"^/doc/tutorials/versioning(/.*)?$ /doc/use-cases/versioning-data-and-models/tutorial",
"^/doc/use-cases/versioning-data-and-model-files/tutorial$ /doc/use-cases/versioning-data-and-models/tutorial",
"^/doc/tutorials(/.*)? /doc/start",

"^/doc/use-cases/data-and-model-files-versioning/?$ /doc/use-cases/versioning-data-and-models",
"^/doc/use-cases/versioning-data-and-model-files/?$ /doc/use-cases/versioning-data-and-models",
"^/doc/use-cases/shared-development-server$ /doc/use-cases/fast-data-storage-layer#example-shared-development-server",
Expand Down

0 comments on commit e8e4949

Please sign in to comment.