From 3580f033df5d7084dbc6ff98144ad9c49a2246a7 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 13 Apr 2012 12:13:52 +0200 Subject: [PATCH] [improve-docs] Add taglines to articles --- doc/articles/custom-installers.md | 2 +- doc/articles/handling-private-packages-with-satis.md | 3 +++ doc/articles/vendor-bins.md | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/articles/custom-installers.md b/doc/articles/custom-installers.md index 506127d97..f69e90f0c 100644 --- a/doc/articles/custom-installers.md +++ b/doc/articles/custom-installers.md @@ -1,5 +1,5 @@ # Setting up and using custom installers diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages-with-satis.md index aa6b360a5..a91123f90 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/doc/articles/handling-private-packages-with-satis.md @@ -1,3 +1,6 @@ + # Handling private packages with Satis Satis can be used to host the metadata of your company's private packages, or diff --git a/doc/articles/vendor-bins.md b/doc/articles/vendor-bins.md index ce7a0607c..a915bbca6 100644 --- a/doc/articles/vendor-bins.md +++ b/doc/articles/vendor-bins.md @@ -1,3 +1,6 @@ + # bin and vendor/bin ## What is a bin? @@ -99,4 +102,4 @@ An example of the former looks like this: Running `composer install` for this `composer.json` will result in all of the vendor bins being installed in `scripts/` instead of -`vendor/bin/`. \ No newline at end of file +`vendor/bin/`.