Skip to content

Commit

Permalink
Add tags.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaumann committed Aug 7, 2024
1 parent bc8b009 commit 3c962b4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/foundation/git/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tags:
- introduction
---

# Introduction
# Git Introduction

Git is the de facto standard version control system and will be invaluable in your future network automation projects. If you are not familiar with the basic usage of Git, there are many excellent tutorials and blog posts available.

Expand Down
2 changes: 1 addition & 1 deletion docs/foundation/jinja2/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- introduction
---

# Basic templates
# Basic Templating

The following exercises provide a basic introduction to Jinja2 templating.

Expand Down
4 changes: 2 additions & 2 deletions docs/foundation/yaml/introduction.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
tags:
- data-serialization
- YAML
- yaml
- introduction
---

# Introduction
# YAML Introduction

YAML (YAML Ain't Markup Language) is a human-readable data serialization standard that is commonly used for configuration files and data exchange between languages with different data structures. It will be extremely useful in your network automation projects. If you are not familiar with YAML, there are many excellent tutorials and resources available.

Expand Down
5 changes: 5 additions & 0 deletions docs/tags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Tags

Following is a list of tags:

<!-- material/tags -->
7 changes: 5 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ site_description: Open-Source Network Automation Labs
site_url: https://netautlabs.net

nav:
- Home: "index.md"
- Home:
- "index.md"
- "tags.md"
- "Configuration Management":
- "Ansible":
- ansible-collect-configs/README.md
Expand Down Expand Up @@ -41,7 +43,8 @@ theme:
plugins:
- search
- social
- tags
- tags:
tags_file: tags.md
- include_dir_to_nav
- multirepo:
cleanup: true
Expand Down

0 comments on commit 3c962b4

Please sign in to comment.