소스 검색

Add v3 pointer

Shalvah 4 년 전
부모
커밋
4ed7c05e3c
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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.