|
@@ -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.
|