Skip to content

Commit c440f80

Browse files
committed
Deploying to gh-pages from @ 23ee181 🚀
1 parent 67dd00f commit c440f80

50 files changed

Lines changed: 271 additions & 271 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Examples on how to develop CI/CD pipelines and how to configure development environment for working with CI/CD pipelines.">
9+
<meta name="description" content="Tutorials on how to develop CI/CD pipelines and how to configure development environment for working with CI/CD pipelines.">
1010

1111

1212

1313

1414

1515

16-
<link rel="icon" href="/cicd-examples/assets/favicon.png">
16+
<link rel="icon" href="/cicd-tutorials.net/assets/favicon.png">
1717
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.40">
1818

1919

2020

21-
<title>CI/CD Examples</title>
21+
<title>CI/CD Tutorials</title>
2222

2323

2424

25-
<link rel="stylesheet" href="/cicd-examples/assets/stylesheets/main.8c3ca2c6.min.css">
25+
<link rel="stylesheet" href="/cicd-tutorials.net/assets/stylesheets/main.8c3ca2c6.min.css">
2626

2727

28-
<link rel="stylesheet" href="/cicd-examples/assets/stylesheets/palette.06af60db.min.css">
28+
<link rel="stylesheet" href="/cicd-tutorials.net/assets/stylesheets/palette.06af60db.min.css">
2929

3030

3131

@@ -44,9 +44,9 @@
4444

4545

4646

47-
<link rel="stylesheet" href="/cicd-examples/assets/extra.css">
47+
<link rel="stylesheet" href="/cicd-tutorials.net/assets/extra.css">
4848

49-
<script>__md_scope=new URL("/cicd-examples/",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
49+
<script>__md_scope=new URL("/cicd-tutorials.net/",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5050

5151

5252

@@ -83,7 +83,7 @@
8383

8484
<header class="md-header md-header--shadow" data-md-component="header">
8585
<nav class="md-header__inner md-grid" aria-label="Header">
86-
<a href="/cicd-examples/." title="CI/CD Examples" class="md-header__button md-logo" aria-label="CI/CD Examples" data-md-component="logo">
86+
<a href="/cicd-tutorials.net/." title="CI/CD Tutorials" class="md-header__button md-logo" aria-label="CI/CD Tutorials" data-md-component="logo">
8787
<svg
8888
width="32"
8989
height="32"
@@ -108,7 +108,7 @@
108108
<div class="md-header__ellipsis">
109109
<div class="md-header__topic">
110110
<span class="md-ellipsis">
111-
CI/CD Examples
111+
CI/CD Tutorials
112112
</span>
113113
</div>
114114
<div class="md-header__topic" data-md-component="header-topic">
@@ -191,13 +191,13 @@
191191

192192

193193
<div class="md-header__source">
194-
<a href="https://github.com/kangasta/cicd-examples" title="Go to repository" class="md-source" data-md-component="source">
194+
<a href="https://github.com/cicd-tutorials/cicd-tutorials.net" title="Go to repository" class="md-source" data-md-component="source">
195195
<div class="md-source__icon md-icon">
196196

197197
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
198198
</div>
199199
<div class="md-source__repository">
200-
kangasta/cicd-examples
200+
cicd-tutorials/cicd-tutorials.net
201201
</div>
202202
</a>
203203
</div>
@@ -227,7 +227,7 @@
227227

228228
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
229229
<label class="md-nav__title" for="__drawer">
230-
<a href="/cicd-examples/." title="CI/CD Examples" class="md-nav__button md-logo" aria-label="CI/CD Examples" data-md-component="logo">
230+
<a href="/cicd-tutorials.net/." title="CI/CD Tutorials" class="md-nav__button md-logo" aria-label="CI/CD Tutorials" data-md-component="logo">
231231
<svg
232232
width="32"
233233
height="32"
@@ -244,17 +244,17 @@
244244
></path>
245245
</svg>
246246
</a>
247-
CI/CD Examples
247+
CI/CD Tutorials
248248
</label>
249249

250250
<div class="md-nav__source">
251-
<a href="https://github.com/kangasta/cicd-examples" title="Go to repository" class="md-source" data-md-component="source">
251+
<a href="https://github.com/cicd-tutorials/cicd-tutorials.net" title="Go to repository" class="md-source" data-md-component="source">
252252
<div class="md-source__icon md-icon">
253253

254254
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
255255
</div>
256256
<div class="md-source__repository">
257-
kangasta/cicd-examples
257+
cicd-tutorials/cicd-tutorials.net
258258
</div>
259259
</a>
260260
</div>
@@ -268,7 +268,7 @@
268268

269269

270270
<li class="md-nav__item">
271-
<a href="/cicd-examples/." class="md-nav__link">
271+
<a href="/cicd-tutorials.net/." class="md-nav__link">
272272

273273

274274
<span class="md-ellipsis">
@@ -328,7 +328,7 @@
328328

329329

330330
<li class="md-nav__item">
331-
<a href="/cicd-examples/examples/docker/docker-on-wsl/" class="md-nav__link">
331+
<a href="/cicd-tutorials.net/tutorials/docker/docker-on-wsl/" class="md-nav__link">
332332

333333

334334
<span class="md-ellipsis">
@@ -396,7 +396,7 @@
396396

397397

398398
<li class="md-nav__item">
399-
<a href="/cicd-examples/examples/gitlab-ci/docker-hub-ratelimit/" class="md-nav__link">
399+
<a href="/cicd-tutorials.net/tutorials/gitlab-ci/docker-hub-ratelimit/" class="md-nav__link">
400400

401401

402402
<span class="md-ellipsis">
@@ -464,7 +464,7 @@
464464

465465

466466
<li class="md-nav__item">
467-
<a href="/cicd-examples/examples/jenkins/jenkins-host-docker/" class="md-nav__link">
467+
<a href="/cicd-tutorials.net/tutorials/jenkins/jenkins-host-docker/" class="md-nav__link">
468468

469469

470470
<span class="md-ellipsis">
@@ -485,7 +485,7 @@
485485

486486

487487
<li class="md-nav__item">
488-
<a href="/cicd-examples/examples/jenkins/ansible-kubernetes/" class="md-nav__link">
488+
<a href="/cicd-tutorials.net/tutorials/jenkins/ansible-kubernetes/" class="md-nav__link">
489489

490490

491491
<span class="md-ellipsis">
@@ -506,7 +506,7 @@
506506

507507

508508
<li class="md-nav__item">
509-
<a href="/cicd-examples/examples/jenkins/build-status-pipelines/" class="md-nav__link">
509+
<a href="/cicd-tutorials.net/tutorials/jenkins/build-status-pipelines/" class="md-nav__link">
510510

511511

512512
<span class="md-ellipsis">
@@ -527,7 +527,7 @@
527527

528528

529529
<li class="md-nav__item">
530-
<a href="/cicd-examples/examples/jenkins/parallel-robot-pipeline/" class="md-nav__link">
530+
<a href="/cicd-tutorials.net/tutorials/jenkins/parallel-robot-pipeline/" class="md-nav__link">
531531

532532

533533
<span class="md-ellipsis">
@@ -548,7 +548,7 @@
548548

549549

550550
<li class="md-nav__item">
551-
<a href="/cicd-examples/examples/jenkins/sonarqube-jenkins/" class="md-nav__link">
551+
<a href="/cicd-tutorials.net/tutorials/jenkins/sonarqube-jenkins/" class="md-nav__link">
552552

553553

554554
<span class="md-ellipsis">
@@ -615,7 +615,7 @@ <h1>404 - Not found</h1>
615615
<div class="md-copyright">
616616

617617
<div class="md-copyright__highlight">
618-
CI/CD Examples is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:18px!important;margin-left:9px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:18px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""><img style="height:18px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt=""></a>
618+
CI/CD Tutorials is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:18px!important;margin-left:9px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:18px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""><img style="height:18px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt=""></a>
619619
</div>
620620

621621

@@ -636,10 +636,10 @@ <h1>404 - Not found</h1>
636636
</div>
637637

638638

639-
<script id="__config" type="application/json">{"base": "/cicd-examples/", "features": ["content.action.edit", "content.action.view", "navigation.instant", "navigation.sections"], "search": "/cicd-examples/assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
639+
<script id="__config" type="application/json">{"base": "/cicd-tutorials.net/", "features": ["content.action.edit", "content.action.view", "navigation.instant", "navigation.sections"], "search": "/cicd-tutorials.net/assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
640640

641641

642-
<script src="/cicd-examples/assets/javascripts/bundle.525ec568.min.js"></script>
642+
<script src="/cicd-tutorials.net/assets/javascripts/bundle.525ec568.min.js"></script>
643643

644644

645645
</body>

assets/images/social/README.png

-1.36 KB
Loading
-1.35 KB
Loading
-66.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-54.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)