You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This step is only required for local development. GitHub Actions automatically clones this repository during production deployment.
28
-
29
-
For any changes required to the tutorial pages, create a new PR in [aws-samples/sample-aws-deep-learning-containers](https://github.com/aws-samples/sample-aws-deep-learning-containers.git).
30
-
31
-
> **Important**: When making changes to the tutorials page, make sure that you update the tutorials [index.md](https://github.com/aws-samples/sample-aws-deep-learning-containers/blob/main/index.md) and [.nav.yaml](https://github.com/aws-samples/sample-aws-deep-learning-containers/blob/main/.nav.yml) accordingly.
32
-
33
19
## Navigation
34
20
35
21
Site navigation is managed centrally in `docs/.nav.yml` using the `awesome-nav` plugin. Structure:
@@ -65,3 +51,9 @@ plugins:
65
51
- autorefs
66
52
- awesome-nav
67
53
```
54
+
55
+
## Tutorials Changes
56
+
57
+
For any changes required to the tutorial pages, create a new PR in [aws-samples/sample-aws-deep-learning-containers](https://github.com/aws-samples/sample-aws-deep-learning-containers.git).
58
+
59
+
> **Important**: When making changes to the tutorials page, make sure that you update the tutorials [index.md](https://github.com/aws-samples/sample-aws-deep-learning-containers/blob/main/index.md) and [.nav.yaml](https://github.com/aws-samples/sample-aws-deep-learning-containers/blob/main/.nav.yml) accordingly.
0 commit comments