Skip to content

Commit 8849a01

Browse files
committed
docs: minor adjustments
1 parent 7e0c3e9 commit 8849a01

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

docs/build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
dotnet build -c Release ../Silverback.sln --no-incremental -o build
22

3-
docfx metadata
43
docfx --serve --port 4242

docs/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Home"
44
---
55

66
<div role="main" class="hide-when-search">
7-
<div style="background-color: #000;">
7+
<div style="background-color: #000; margin-bottom: 20px">
88
<div class="container body-container">
99
<div class="hero" style="background-image: url('images/splash.jpg');">
1010
<div class="wrapper">
@@ -27,12 +27,6 @@ title: "Home"
2727
</div>
2828
<div class="container body-container body-content">
2929

30-
> [!Tip]
31-
> The v4 documentation is still browsable here: [silverback-messaging.net/v4](/v4)
32-
33-
> [!Important]
34-
> The documentation update for v5 is still in progress. Some sections may be missing or incomplete. Please notify us if you find any mistake or inconsistency.
35-
3630
Silverback is a message bus and broker integration library for .NET.
3731
It is designed to simplify event-driven architectures and asynchronous messaging, with first-class support for **Apache Kafka** and **MQTT**.
3832

@@ -79,5 +73,11 @@ This policy reduces maintenance overhead and keeps Silverback aligned with the .
7973
- [Discussions](https://github.com/BEagle1984/silverback/discussions) – ask questions and share ideas.
8074
- <xref:contributing> – how to contribute.
8175

76+
> [!Important]
77+
> The documentation update for v5 is still in progress. Some sections may be missing or incomplete. Please notify us if you find any mistake or inconsistency.
78+
79+
> [!Tip]
80+
> The v4 documentation is still browsable here: [silverback-messaging.net/v4/](/v4/)
81+
8282
</div>
8383
<div style="height: 100px"></div>

0 commit comments

Comments
 (0)