Skip to content

Commit

Permalink
Fix markdown levels
Browse files Browse the repository at this point in the history
Most of the README.md files in the roles directory contained skips from level 1 (#) to level 3 (###).  Fixed these.
  • Loading branch information
allenrobel committed Jul 12, 2024
1 parent 2644260 commit 9fdf100
Show file tree
Hide file tree
Showing 61 changed files with 397 additions and 388 deletions.
8 changes: 4 additions & 4 deletions roles/ndfc_device_config_get/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Retrieve local configuration for ``device_name``

### Role Variables
## Role Variables

Variable | Type | Description
----------------|--------|----------------------------------------
Expand All @@ -17,7 +17,7 @@ See the following for details:
[./inventory/group_vars/README.md](/inventory/group_vars/README.md)


### Example Playbook
## Example Playbook

```yaml
---
Expand All @@ -34,12 +34,12 @@ See the following for details:
var: device_config
```
### Licensing
## Licensing
GNU General Public License v3.0 or later.
See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) for full text.
### Author Information
## Author Information
Allen Robel (@packetcalc)
8 changes: 4 additions & 4 deletions roles/ndfc_device_deleted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Delete device ``device_name``

### Role Variables
## Role Variables

Variable | Type | Description
----------------|--------|----------------------------------------
Expand All @@ -17,7 +17,7 @@ See the following for details:

[./inventory/group_vars/README.md](/inventory/group_vars/README.md)

### Example Playbook
## Example Playbook

```yaml
---
Expand All @@ -29,12 +29,12 @@ See the following for details:
device_name: spine_1
```
### Licensing
## Licensing
GNU General Public License v3.0 or later.
See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) for full text.
### Author Information
## Author Information
Allen Robel (@packetcalc)
8 changes: 4 additions & 4 deletions roles/ndfc_device_deleted_all/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Delete all devices from fabric ``fabric_name``

### Role Variables
## Role Variables

Variable | Type | Description
----------------|--------|----------------------------------------
Expand All @@ -17,7 +17,7 @@ See the following for details:

[./inventory/group_vars/README.md](/inventory/group_vars/README.md)

### Example Playbook
## Example Playbook

```yaml
---
Expand All @@ -29,12 +29,12 @@ See the following for details:
fabric_name: f1
```
### Licensing
## Licensing
GNU General Public License v3.0 or later.
See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) for full text.
### Author Information
## Author Information
Allen Robel (@packetcalc)
8 changes: 4 additions & 4 deletions roles/ndfc_device_generated_configs_all_get/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Query populated generated_config from all devices in fabric ``fabric_name``

### Role Variables
## Role Variables

Variable | Type | Description
----------------|--------|----------------------------------------
Expand All @@ -18,7 +18,7 @@ See the following for details:
[./inventory/group_vars/README.md](/inventory/group_vars/README.md)


### Example Playbook
## Example Playbook

```yaml
---
Expand All @@ -30,12 +30,12 @@ See the following for details:
fabric_name: f1
```
### Licensing
## Licensing
GNU General Public License v3.0 or later.
See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) for full text.
### Author Information
## Author Information
Allen Robel (@packetcalc)
8 changes: 4 additions & 4 deletions roles/ndfc_device_generated_configs_get/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Retrieve populated generated configs from ``device_name`` in fabric ``fabric_nam

Store in variable ``device_generated_configs``

### Role Variables
## Role Variables

Variable | Type | Description
----------------|--------|----------------------------------------
Expand All @@ -20,7 +20,7 @@ See the following for details:
[./inventory/group_vars/README.md](/inventory/group_vars/README.md)


### Example Playbook
## Example Playbook

```yaml
---
Expand All @@ -37,12 +37,12 @@ See the following for details:
when: "device_generated_configs != ''"
```
### Licensing
## Licensing
GNU General Public License v3.0 or later.
See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) for full text.
### Author Information
## Author Information
Allen Robel (@packetcalc)
Loading

0 comments on commit 9fdf100

Please sign in to comment.