Browse Source

Add v3 pointer

Shalvah 4 years ago
parent
commit
4ed7c05e3c
1 changed files with 6 additions and 1 deletions
  1. 6 1
      docs/index.md

+ 6 - 1
docs/index.md

@@ -1,5 +1,10 @@
 # Overview
 
+```eval_rst
+.. attention:: These docs are for Scribe v3. See `scribe.knuckles.wtf/laravel <http://scribe.knuckles.wtf/laravel>`_ for Scribe v3.
+```
+
+
 Generate API documentation for humans from your Laravel/Lumen/[Dingo](https://github.com/dingo/api) codebase. [Here's what the output looks like](https://shalvah.me/TheCensorshipAPI/). There's a [Node.js version](https://github.com/knuckleswtf/scribe-js), too!
 
 ```eval_rst
@@ -72,4 +77,4 @@ $app->register(\Knuckles\Scribe\ScribeServiceProvider::class);
 $app->configure('scribe');
 ```
 
-Next up: follow the [Getting Started guide](./guide-getting-started.html) to see what you can do with Scribe.
+Next up: follow the [Getting Started guide](./guide-getting-started.html) to see what you can do with Scribe.