diff --git a/docs/conf.py b/docs/conf.py index f108d4218e..cafea8e869 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,11 @@ 'operator.md': 'reference/operator.md', 'dsl1.md': 'migrations/dsl1.md', 'updating-syntax.md': 'strict-syntax.md', - 'updating-spot-retries.md': 'guides/updating-spot-retries.md' + 'updating-spot-retries.md': 'guides/updating-spot-retries.md', + 'metrics.md': 'tutorials/metrics.md', + 'data-lineage.md' : 'tutorials/data-lineage.md', + 'workflow-outputs.md': 'tutorials/workflow-outputs.md', + 'flux.md': 'tutorials/flux.md' } # Add any paths that contain templates here, relative to this directory.