Skip to content

Commit d964e8f

Browse files
committed
Added a wrapped around the Nuxt content pointing to the new documentation site
1 parent 855cf17 commit d964e8f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

doc/app.vue

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<template>
2+
<div>
3+
<div class="bg-blue-600 text-white py-2 px-4 text-center">
4+
<p class="font-medium">
5+
Massient, Inc. is now behind MassTransit! Preview the new documentation at
6+
<a href="https://masstransit.massient.com/" class="font-bold underline">
7+
https://masstransit.massient.com/
8+
</a>
9+
</p>
10+
</div>
11+
<AppLayout>
12+
<NuxtPage />
13+
</AppLayout>
14+
</div>
15+
</template>

0 commit comments

Comments
 (0)