diff --git a/doc/04-schema.md b/doc/04-schema.md index 6c0a42116..0fd8fd6ed 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -785,8 +785,6 @@ The example will include `/dir/foo/bar/file`, `/foo/bar/baz`, `/file.php`, Optional. -← [Command-line interface](03-cli.md) | [Repositories](05-repositories.md) → - ### non-feature-branches A list of regex patterns of branch names that are non-numeric (e.g. "latest" or something), that will NOT be handled as feature branches. This is an array of string. @@ -814,4 +812,6 @@ If you configure latest-.* as a pattern for non-feature-branches like this: Then "composer show -s" will give you "versions : * dev-latest-testing". -Optional. \ No newline at end of file +Optional. + +← [Command-line interface](03-cli.md) | [Repositories](05-repositories.md) → \ No newline at end of file