diff --git a/docs/site/_book.yaml b/docs/site/_book.yaml index f893a322f89..7f3869de709 100644 --- a/docs/site/_book.yaml +++ b/docs/site/_book.yaml @@ -14,8 +14,16 @@ upper_tabs: other: - name: Tutorials contents: - - title: "Swift for TensorFlow: walkthrough" - path: /swift/tutorials/walkthrough + - title: "Model training walkthrough" + path: /swift/tutorials/model_training_walkthrough + - title: "A Swift tour" + path: /swift/tutorials/a_swift_tour + - title: "Python interoperability" + path: /swift/tutorials/python_interoperability + - title: "Custom differentiation" + path: /swift/tutorials/custom_differentiation + - title: "Using raw tensorFlow operators" + path: /swift/tutorials/using_raw_tensorflow_operators - name: API skip_translation: true contents: diff --git a/docs/site/tutorials/walkthrough.ipynb b/docs/site/tutorials/model_training_walkthrough.ipynb similarity index 100% rename from docs/site/tutorials/walkthrough.ipynb rename to docs/site/tutorials/model_training_walkthrough.ipynb