Skip to content

Commit 65ca9c8

Browse files
committed
add additional resources page
1 parent 79d5cd7 commit 65ca9c8

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docusaurus.config.ts

+11
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,17 @@ const config: Config = {
109109
src: "img/logo-h50.png",
110110
},
111111
items: [
112+
{
113+
type: "doc",
114+
position: "left",
115+
docId: "guide/intro",
116+
label: "Documentation",
117+
},
118+
{
119+
to: "resources",
120+
position: "left",
121+
label: "Resources",
122+
},
112123
{
113124
href: "https://github.com/Thiht/smocker",
114125
label: "GitHub",

src/pages/resources.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Resources
3+
---
4+
5+
# Additional Resources
6+
7+
## Blog Articles
8+
9+
- [Declarative integration tests in a microservice environment](https://blog.ovhcloud.com/declarative-integration-tests-in-a-microservice-environment/)
10+
11+
## Talks
12+
13+
- <span title="French">🇫🇷</span[Une autre manière de tester vos microservices](https://www.youtube.com/watch?v=Y1CnSDbOWLA) <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Y1CnSDbOWLA?si=ImKB3FKZiSWD_BEw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

0 commit comments

Comments
 (0)