Skip to content

Commit 544abfe

Browse files
committed
update readme
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent de9b5b8 commit 544abfe

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

docs/README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@ Start the development server with live reload:
1616
mkdocs serve
1717
```
1818

19-
### Tutorials Setup (Local Only)
20-
21-
Clone the tutorials repository into `docs/tutorials/` for local development:
22-
23-
```bash
24-
git clone https://github.com/aws-samples/sample-aws-deep-learning-containers.git docs/tutorials
25-
```
26-
27-
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-
3319
## Navigation
3420

3521
Site navigation is managed centrally in `docs/.nav.yml` using the `awesome-nav` plugin. Structure:
@@ -65,3 +51,9 @@ plugins:
6551
- autorefs
6652
- awesome-nav
6753
```
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

Comments
 (0)