Skip to content

Commit

Permalink
guide: reorg sidebar (#4011)
Browse files Browse the repository at this point in the history
* guide: reorg sidebar

* guide: update sidebar plus redirects

* Update redirects-list.json

* guide: minor fixes to sidebar edits

* guide: remove external deps/outs from pipelines

* guide: add 302 to redirects

Co-authored-by: Jorge Orpinel <[email protected]>
  • Loading branch information
Dave Berenbaum and jorgeorpinel authored Oct 4, 2022
1 parent f293231 commit d328427
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
30 changes: 17 additions & 13 deletions content/docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,20 @@
}
]
},
{
"slug": "data-management",
"source": false,
"children": [
"large-dataset-optimization",
"importing-external-data",
"managing-external-data"
]
},
{
"slug": "pipelines",
"source": "pipelines/index.md",
"children": ["defining-pipelines"]
},
{
"label": "Experiment Management",
"slug": "experiment-management",
Expand All @@ -128,36 +142,26 @@
"running-experiments",
"hydra-composition",
"comparing-experiments",
"visualizing-plots",
"sharing-experiments",
"persisting-experiments",
"cleaning-experiments",
"checkpoints"
]
},
{
"slug": "pipelines",
"children": ["defining-pipelines"]
},
{
"slug": "how-to",
"source": false,
"children": [
"running-dvc-on-windows",
"setup-google-drive-remote",
"stop-tracking-data",
"update-tracked-data",
"add-deps-or-outs-to-a-stage",
"resolve-merge-conflicts",
"share-a-dvc-cache"
]
},
"visualizing-plots",
"setup-google-drive-remote",
"large-dataset-optimization",
"external-dependencies",
{
"label": "Managing External Data",
"slug": "managing-external-data"
},
"running-dvc-on-windows",
"troubleshooting",
{
"label": "Anonymized Usage Analytics",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# External Dependencies
# Importing External Data

There are cases when data is so large, or its processing is organized in such a
way, that its preferable to avoid moving it from its current external location.
Expand Down
6 changes: 6 additions & 0 deletions redirects-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
"^/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/large-dataset-optimization$ /doc/user-guide/data-management/large-dataset-optimization 302",
"^/doc/user-guide/external-dependencies$ /doc/user-guide/data-management/importing-external-data 302",
"^/doc/user-guide/managing-external-data$ /doc/user-guide/data-management/managing-external-data 302",
"^/doc/user-guide/running-dvc-on-windows$ /doc/user-guide/how-to/running-dvc-on-windows 302",
"^/doc/user-guide/setup-google-drive-remote$ /doc/user-guide/how-to/setup-google-drive-remote 302",
"^/doc/user-guide/visualizing-plots$ /doc/user-guide/experiment-management/visualizing-plots 302",
"^/doc/understanding-dvc(/.*)?$ /doc/user-guide/what-is-dvc",

"^/doc/commands-reference(/.*)?$ /doc/command-reference$1",
Expand Down

0 comments on commit d328427

Please sign in to comment.