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
+5-17Lines changed: 5 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
These self-paced interactive tutorials provide an introduction to coding.
4
4
5
-
Labs are written to be displayed within the [Cisco DevNet Learning Labs system](https://learninglabs.cisco.com).
5
+
Labs are written to be displayed within the [Cisco DevNet Learning Labs system](https://developer.cisco.com/learning).
6
6
7
7
Contributions are welcome, and we are glad to review changes through pull requests. See [contributing.md](contributing.md) for details.
8
8
9
9
Once approved, Cisco DevNet reviewers then create a release that is published through our Learning Labs system.
10
10
11
-
The goal of these learning labs is to ensure a 'hands-on' learning approach rather than just theory or instructions.
11
+
The goal of these Learning Labs is to ensure a 'hands-on' learning approach rather than just theory or instructions.
12
12
13
13
## About these Learning Labs
14
14
@@ -18,19 +18,7 @@ If you need more help, reach out to DevNet through one of our [support options](
18
18
19
19
## Preview Learning Lab Markdown locally
20
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.
21
+
Refer to the instruction for your text editor for Markdown previewing. For example, [Markdown and Visual Studio Code](https://code.visualstudio.com/Docs/languages/markdown) describes how to configure Markdown extensions.
34
22
35
23
## Contributing
36
24
@@ -45,9 +33,9 @@ To create and publish a new lab, take the following steps:
45
33
- Create a JSON file with the same name as the `labs/`_folder_ name.
46
34
- Create markdown files named 1.md, 2.md, and so on; refer to those files in the `labs/`_folder_ JSON file.
47
35
- Ensure that the JSON file contains appropriate page titles and file references.
48
-
- Send a pull request to get the files committed and merged to `master` by a DevNet reviewer.
36
+
- Send a pull request to get the files committed and merged to the default branch by a DevNet reviewer.
49
37
50
-
A DevNet reviewer then creates a release on the repository with the latest `master` and publishes through the admin interface.
38
+
A DevNet reviewer then creates a release on the repository with the latest changes and publishes through the admin interface.
0 commit comments