From 141f2b626f9c7b6911e227efc67f83a86f260cc6 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Mon, 22 Jun 2015 10:02:27 +0200 Subject: [PATCH] link from schema to config --- doc/04-schema.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/04-schema.md b/doc/04-schema.md index 8efcdfbe5..fa2bb981a 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -731,4 +731,9 @@ will look from the first to the last repository, and pick the first match. By default Packagist is added last which means that custom repositories can override packages from it. +### config ([root-only](04-schema.md#root-package)) + +A set of configuration options. It is only used for projects. See +[Config](06-config.md) for a description of each individual option. + ← [Command-line interface](03-cli.md) | [Repositories](05-repositories.md) →