Skip to content

Commit

Permalink
fix 0.14.20 versioned_navigation entry (#8360)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan committed Jun 13, 2022
1 parent d8992f3 commit 2e46b28
Showing 1 changed file with 40 additions and 49 deletions.
89 changes: 40 additions & 49 deletions docs/next/.versioned_content/_versioned_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -32559,63 +32559,72 @@
},
{
"children": [
{
"path": "/tutorial/setup",
"title": "Setup"
},
{
"children": [
{
"path": "/tutorial/intro-tutorial/setup",
"title": "Setup for the Tutorial"
},
{
"path": "/tutorial/intro-tutorial/single-op-job",
"title": "A Single-Op Job"
"path": "/tutorial/assets/defining-an-asset",
"title": "Defining an Asset"
},
{
"path": "/tutorial/intro-tutorial/connecting-ops",
"title": "Connecting Ops in Jobs"
"path": "/tutorial/assets/asset-graph",
"title": "Building Graphs of Assets"
},
{
"path": "/tutorial/intro-tutorial/testable",
"title": "Testing Ops and Jobs"
"path": "/tutorial/assets/testing-assets",
"title": "Testing Assets"
}
],
"title": "Intro Tutorial"
"title": "Assets"
},
{
"children": [
{
"path": "/tutorial/advanced-tutorial/configuring-ops",
"title": "Configuring Ops"
},
{
"path": "/tutorial/advanced-tutorial/types",
"title": "Dagster Types"
},
{
"path": "/tutorial/advanced-tutorial/resources",
"title": "Resources & Built-In Config"
"path": "/tutorial/ops-jobs/single-op-job",
"title": "Writing, Executing a Single-Op Job"
},
{
"path": "/tutorial/advanced-tutorial/materializations",
"title": "Materializations"
"path": "/tutorial/ops-jobs/connecting-ops",
"title": "Connecting Ops In Jobs"
},
{
"path": "/tutorial/advanced-tutorial/repositories",
"title": "Organizing Jobs in Repositories & Workspaces"
},
{
"path": "/tutorial/advanced-tutorial/scheduling",
"title": "Scheduling Job Runs"
"path": "/tutorial/ops-jobs/testable",
"title": "Testing Ops and Jobs"
}
],
"title": "Advanced Tutorials"
"title": "Ops and Jobs"
}
],
"icon": "AcademicCap",
"path": "/tutorial",
"title": "Tutorial"
"title": "Tutorials"
},
{
"children": [
{
"children": [
{
"path": "/concepts/assets/software-defined-assets",
"title": "Software-Defined Assets"
},
{
"path": "/concepts/assets/asset-materializations",
"title": "Asset Materializations"
},
{
"path": "/concepts/assets/asset-observations",
"title": "Asset Observations"
},
{
"path": "/concepts/assets/multi-assets",
"title": "Multi-Assets"
}
],
"title": "Assets"
},
{
"children": [
{
Expand Down Expand Up @@ -32932,24 +32941,6 @@
"path": "/guides/dagster/memoization",
"title": "Versioning and Memoization (Experimental)"
},
{
"children": [
{
"path": "/guides/dagster/asset-tutorial/defining-an-asset",
"title": "Defining an Asset"
},
{
"path": "/guides/dagster/asset-tutorial/asset-graph",
"title": "Building Graphs of Assets"
},
{
"path": "/guides/dagster/asset-tutorial/testing-assets",
"title": "Testing Assets"
}
],
"path": "/guides/dagster/asset-tutorial",
"title": "Software-Defined Assets Tutorial (Experimental)"
},
{
"path": "/guides/dagster/software-defined-assets",
"title": "Software-Defined Assets with Pandas and PySpark (Experimental)"
Expand Down

1 comment on commit 2e46b28

@vercel
Copy link

@vercel vercel bot commented on 2e46b28 Jun 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.