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
**Description**: This is a tutorial that provides an introduction to coding. It is written to be displayed within the [Cisco DevNet Learning Labs system](https://learninglabs.cisco.com).
3
+
These self-paced interactive tutorials provide an introduction to coding.
4
4
5
-
-**Technology stack**: Built using Markdown.
6
-
-**Status**: Beta status.
5
+
Labs are written to be displayed within the [Cisco DevNet Learning Labs system](https://learninglabs.cisco.com).
7
6
8
-
## Dependencies
7
+
Contributions are welcome, and we are glad to review changes through pull requests. See [contributing.md](contributing.md) for details.
9
8
10
-
* None
9
+
Once approved, Cisco DevNet reviewers then create a release that is published through our Learning Labs system.
11
10
12
-
## Installation
11
+
The goal of these learning labs is to ensure a 'hands-on' learning approach rather than just theory or instructions.
13
12
14
-
1. Clone (or fork then clone) this project
13
+
## About these Learning Labs
15
14
16
-
## Configuration
15
+
These Learning Labs are for building your home networking lab for network programmability.
17
16
18
-
No configuration necessary.
17
+
If you need more help, reach out to DevNet through one of our [support options](https://developer.cisco.com/site/devnet/support/).
19
18
20
-
## Usage
21
-
22
-
* You can view these files using a Markdown editor.
23
-
24
-
## Link checking
25
-
26
-
You can run a link checker such as the Node-based [markdown-link-check](https://github.com/tcort/markdown-link-check) recursively through all labs by running:
These learning modules are for public consumption, so you must ensure that you have the rights to any content that you contribute.
38
22
39
23
Write your content in Markdown. DevNet staff reviews content according to the [Cisco Style Guide](http://www-author.cisco.com/c/en/us/td/docs/general/style/guide/Latest/stylegd.html). (Link available on Cisco VPN only.)
40
24
41
-
#### Publishing Requirements
25
+
#### Publishing requirements
42
26
43
27
To create and publish a new lab, take the following steps:
44
28
- Add a new folder under `labs`.
45
29
- Create a JSON file with the same name as the `labs/`_folder_ name.
46
30
- Create markdown files named 1.md, 2.md, and so on; refer to those files in the `labs/`_folder_ JSON file.
47
31
- Ensure that the JSON file contains appropriate page titles and file references.
48
-
- Send a pull request to get the files commited and merged to `master` by a DevNet reviewer.
32
+
- Send a pull request to get the files committed and merged to `master` by a DevNet reviewer.
49
33
50
34
A DevNet reviewer then creates a release on the repository with the latest `master` and publishes through the admin interface.
51
35
@@ -60,17 +44,7 @@ You can write Markdown in a plain text editor, but there are many desktop and We
60
44
61
45
You can validate a JSON file by using the [online formatter and validator](https://jsonformatter.curiousconcept.com).
62
46
63
-
## Getting help
64
-
65
-
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.
66
-
67
-
## License
68
-
[LICENSE](LICENSE)
69
-
70
47
## Getting involved
71
48
72
-
* If you'd like to make contributions, feel free to make a request in the issue tracker. If you're interested in creating a Cisco DevNet Learning Lab, contact Ashley Roach (asroach at cisco.com).
0 commit comments