Skip to content

Commit 2aa749e

Browse files
authored
SR Linux Get started guide Part 1 (#170)
Getting started part 1
1 parent 98acdb8 commit 2aa749e

File tree

21 files changed

+1994
-237
lines changed

21 files changed

+1994
-237
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.5.19-insiders-4.53.8-hellt
12+
MKDOCS_MATERIAL_VER: 9.5.35-insiders-4.53.13-hellt
1313

1414
jobs:
1515
docs-test:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ site/
55
tmp
66
.*clab.y*ml
77
.*clab.y*ml.bak
8-
.cache
8+
.cache
9+
srlinux-getting-started

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MKDOCS_VER = 9.5.19
1+
MKDOCS_VER = 9.5.35
22
# insiders version/tag https://github.com/srl-labs/mkdocs-material-insiders/pkgs/container/mkdocs-material-insiders
3-
MKDOCS_INS_VER = 9.5.19-insiders-4.53.8-hellt
3+
MKDOCS_INS_VER = 9.5.35-insiders-4.53.13-hellt
44

55
.PHONY: docs
66
docs:

docs/alwayson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Always-ON SR Linux Instance
22

33
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/hellt/drawio-js@main/embed2.js" async></script>
4-
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).
4+
It is extremely easy and hassle free to run SR Linux, thanks to the [public container image](get-started/lab.md#sr-linux-container-image-and-containerlab) and topology builder tool - [containerlab](https://containerlab.srlinux.dev).
55

66
But wouldn't it be nice to have an SR Linux instance running in the cloud open for everyone to tinker with? We think it would, so we created an **Always-ON SR Linux** instance that we invite you to try out.
77

docs/blog/.authors.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,13 @@ authors:
6363
name: Tobias Weber
6464
description: Solution Architect
6565
avatar: https://gitlab.com/rdodin/pics/-/wikis/uploads/ae1e237ce86e1e2c1b6496b86d4aa812/lnknprof.jfif
66+
67+
aninda:
68+
name: Aninda Chatterjee
69+
description: Solutions Engineer
70+
avatar: https://gitlab.com/rdodin/pics/-/wikis/uploads/53648a5d466c526062c1780790c17989/aninda.webp
71+
72+
vivek:
73+
name: Vivek Venugopal
74+
description: Solutions Engineer
75+
avatar: https://gitlab.com/rdodin/pics/-/wikis/uploads/e0006374c840dca1a8d9fa165ac1499f/vivek.webp

docs/blog/posts/2023/srlgpt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Additionally, in today's release we only support using OpenAI's LLM and you must
7575

7676
### Installing SR Linux GPT NDK Application
7777

78-
[[[% import 'macros.html' as macros %]]]
79-
[[[ macros.srl_version('23.7.1') ]]]
80-
[[[ macros.clab_version('0.48.2') ]]]
78+
-{{% import 'macros.html' as macros %}}-
79+
-{{ macros.srl_version('23.7.1') }}-
80+
-{{ macros.clab_version('0.48.2') }}-
8181

8282
OK, so to demonstrate SR Linux GPT app we will use Containerlab (min version 0.47.1) and spin up a very simple single node SR Linux topology:
8383

docs/blog/posts/2024/navigating-srl.md

Lines changed: 869 additions & 0 deletions
Large diffs are not rendered by default.

docs/get-started.md

Lines changed: 0 additions & 208 deletions
This file was deleted.

docs/get-started/bgp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This section is under construction...

0 commit comments

Comments
 (0)