Skip to content

Commit 8b657a6

Browse files
committed
bump mkdocs and fix md in html occurences
1 parent acd6012 commit 8b657a6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010

1111
env:
12-
MKDOCS_MATERIAL_VER: 9.6.1-insiders-4.53.15-hellt
12+
MKDOCS_MATERIAL_VER: 9.6.16-insiders-4.53.16-hellt
1313

1414
jobs:
1515
docs-test:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MKDOCS_VER = 9.6.1
22
# insiders version/tag https://github.com/srl-labs/mkdocs-material-insiders/pkgs/container/mkdocs-material-insiders
33
# when changing the version, update the version in the cicd.yml file
4-
MKDOCS_INS_VER = 9.6.1-insiders-4.53.15-hellt
4+
MKDOCS_INS_VER = 9.6.16-insiders-4.53.16-hellt
55

66
.PHONY: docs
77
docs:

docs/blog/posts/2022/cfg-backup-with-eh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The year is 2023. You wake up to a subtle 'ping' from your phone 📱, signifyin
1414
Rollback to the present day, where I can confidentially share that this is exactly the kind of scenario that our engineers had in mind when they designed the new [Event Handler](https://learn.srlinux.dev/tutorials/programmability/event-handler/oper-group/oper-group-intro/) feature for SR Linux. Because you can never have enough flexibility to add just the right amount of automation, configuring things properly and - critically - keeping track of changes to the configuration (and whichever #!$!! person made them)
1515
<!-- more -->
1616

17-
<center>![image](https://user-images.githubusercontent.com/2031627/198035448-1a2c3987-d2fb-48ff-81b8-2322498d40b9.png){: class="img-shadow"}</center>
17+
<center markdown>![image](https://user-images.githubusercontent.com/2031627/198035448-1a2c3987-d2fb-48ff-81b8-2322498d40b9.png){: class="img-shadow"}</center>
1818
<center><small>"Backup config" event handler instance config</small></center>
1919

2020
To make things more practical, take a look at [this Python script](https://github.com/jbemmel/opergroup-lab/blob/main/backup_config.py) which uses [the Event Handler](https://documentation.nokia.com/srlinux/22-6/SR_Linux_Book_Files/Event_Handler_Guide/eh-overview.html) mechanism to scp a backup of the config to any destination of your choice, whenever something or someone commits a change.

docs/blog/posts/2023/gnxi-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The side panel contains the list of messages that are used by the service that c
5656

5757
Every service has a link to the source code of the protobuf definitions that constitute it and, if available, a link to the documentation.
5858

59-
<center>![pic4](https://gitlab.com/rdodin/pics/-/wikis/uploads/b3eaf69cb12234238492ffa68a7253ae/image.png){: .img-shadow width="70%" }</center>
59+
<center markdown>![pic4](https://gitlab.com/rdodin/pics/-/wikis/uploads/b3eaf69cb12234238492ffa68a7253ae/image.png){: .img-shadow width="70%" }</center>
6060

6161
## Version selection
6262

docs/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Have you seen power Linux users swiftly typing in `gcb new-branch` or `k get po`
3030

3131
Aliases in SR Linux can be used to substitute a long command and can even be customized to take in arguments to have an ultimate CLI experience.
3232

33-
While we are working on an in-depth blog post about aliases, check out the [Hackathon exercise around aliases](https://github.com/nokia/SReXperts/tree/main/hackathon/activities/srlinux-b-cli-aliasing) to learn more about them, you'll love them!
33+
While we are working on an in-depth blog post about aliases, check out the [Hackathon exercise around aliases](https://github.com/nokia/SReXperts/tree/399867a5ace452c8bbc0e422b9db37e87bd95621/hackathon/activities/srlinux-b-cli-aliasing) to learn more about them, you'll love them!
3434

3535
## Wildcards and ranges
3636

docs/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Monitoring-obsessed networkers would be pleased with SR Linux 100% YANG coverage
1010

1111
**We are happy to chat with you all!** And the chosen venue for our new-forming SR Linux Community[^1] is the SR Linux Discord Server which everyone can join!
1212

13-
<center>[:fontawesome-brands-discord: Join SR Linux Discord Server](https://discord.gg/tZvgjQ6PZf){ .md-button .md-button--primary }</center>
13+
<center markdown>[:fontawesome-brands-discord: Join SR Linux Discord Server](https://discord.gg/tZvgjQ6PZf){ .md-button .md-button--primary }</center>
1414

1515
<!-- ## Always-ON SR Linux
1616
It is extremely easy and hassle free to run SR Linux, thanks to the [public container image](get-started.md#getting-the-image) and topology builder tool - [containerlab](https://containerlab.srlinux.dev).

0 commit comments

Comments
 (0)