瀏覽代碼

Link to course

shalvah 4 年之前
父節點
當前提交
761931726f
共有 2 個文件被更改,包括 6 次插入3 次删除
  1. 4 2
      README.md
  2. 2 1
      docs/index.md

+ 4 - 2
README.md

@@ -8,9 +8,11 @@
 
 Generate API documentation for humans from your Laravel 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!
+
 [![Latest Stable Version](https://poser.pugx.org/knuckleswtf/scribe/v/stable)](https://packagist.org/packages/knuckleswtf/scribe) [![Total Downloads](https://poser.pugx.org/knuckleswtf/scribe/downloads)](https://packagist.org/packages/knuckleswtf/scribe) [![Build Status](https://travis-ci.com/knuckleswtf/scribe.svg?branch=master)](https://travis-ci.com/knuckleswtf/scribe)
 
-> Looking to document your Node.js APIs easily? Check out [Scribe for JS](https://github.com/knuckleswtf/scribe-js).
+> 👋 Want to learn how to make friendly, testable, and maintainable API documentation? I made [a course](https://apidocsfordevs.com) for you!
 
 ## Features
 - Pretty HTML documentation page, with included code samples and friendly text
@@ -25,7 +27,7 @@ Generate API documentation for humans from your Laravel codebase. [Here's what t
 - Easily extensible with custom strategies
 
 ## Documentation
-> Scribe is a fork of [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator), so see the [migration guide](https://scribe.rtfd.io/en/latest/migrating.html) if you're coming from there.
+> See the [migration guide](https://scribe.rtfd.io/en/latest/migrating.html) if you're coming from [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator).
 
 Check out the documentation at [ReadTheDocs](http://scribe.rtfd.io/).
 

+ 2 - 1
docs/index.md

@@ -2,6 +2,7 @@
 
 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
 .. admonition:: Wondering where to start? Try one of these links:
@@ -12,7 +13,7 @@ Generate API documentation for humans from your Laravel/Lumen/[Dingo](https://gi
 ```
 
 ```eval_rst
-.. Tip:: Looking to document your Node.js APIs? Check out `Scribe for JS <https://github.com/knuckleswtf/scribe-js>`_.
+.. Tip:: 👋 Want to learn how to make friendly, testable, and maintainable API documentation? I made `a course <https://apidocsfordevs.com>`_ for you!
 ```
 
 ## Features