diff --git a/docs/source/_layouts/documentation.blade.php b/docs/source/_layouts/documentation.blade.php index 582f2bab0..b6a76bb90 100644 --- a/docs/source/_layouts/documentation.blade.php +++ b/docs/source/_layouts/documentation.blade.php @@ -190,6 +190,14 @@
+

{{ $page->title }}

+ + @if($page->description) +
+ {{ $page->description }} +
+ @endif + @yield('content')
diff --git a/docs/source/_partials/work-in-progress-example.blade.md b/docs/source/_partials/work-in-progress-example.blade.md new file mode 100644 index 000000000..be08a866d --- /dev/null +++ b/docs/source/_partials/work-in-progress-example.blade.md @@ -0,0 +1,13 @@ +
+
+
+
+ +
+
+

Work in progress!

+

More detailed examples are coming soon.

+
+
+
+