Skip to content

Commit

Permalink
fix: fix admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Jan 3, 2025
1 parent 7920397 commit 2b8e964
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ <h2 class="">A powerful and lightweight inversion of control container <br> for
</div>
</div>
</div>
<div class="admonition note">
<p class="admonition-title">New docs are on its way!</p>
<p>New docs are temporary available <a href="https://inversify.io/monorepo/">here</a>. We would love to get your feedback in <a href="https://github.com/inversify/monorepo/discussions/235">this discussion</a> in order to provide the best developer experience.</p>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="admonition note">
<p class="admonition-title">New docs are on its way!</p>
<p>New docs are temporary available <a href="https://inversify.io/monorepo/">here</a>. We would love to get your feedback in <a href="https://github.com/inversify/monorepo/discussions/235">this discussion</a> in order to provide the best developer experience.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">

Expand Down

0 comments on commit 2b8e964

Please sign in to comment.