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
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,22 @@ These Learning Labs are for building your home networking lab for network progra
16
16
17
17
If you need more help, reach out to DevNet through one of our [support options](https://developer.cisco.com/site/devnet/support/).
18
18
19
+
## Preview Learning Lab Markdown locally
20
+
21
+
You can preview how the Markdown renders by using a pre-built Docker image. The `Makefile` in the root of the repository lets you run `make preview` to view the output HTML.
22
+
23
+
1. Make sure you have Docker installed locally. If not, [install Docker](https://docs.docker.com/install/) for your operating system.
24
+
```
25
+
$ docker -v
26
+
```
27
+
1. In the root of the repository, run:
28
+
```
29
+
$ make preview
30
+
```
31
+
1. Open a browser window with the URL: `http://localhost:9000`.
32
+
1. Click a folder to find the Markdown file you want to preview.
33
+
1. When you are done previewing, type `Ctrl+C` to stop running the Docker container.
34
+
19
35
## Contributing
20
36
21
37
These learning modules are for public consumption, so you must ensure that you have the rights to any content that you contribute.
0 commit comments