diff --git a/README.md b/README.md index 121c87e..42c67d6 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,46 @@ Composer 中文文档 --- -- Book - - [简介](#/cn-introduction/00-intro.md) - - [基本用法](#/cn-introduction/01-basic-usage.md) - - [库](#/cn-introduction/02-libraries.md) - - [命令行](#/cn-introduction/03-cli.md) +## Book +- [简介](#/cn-introduction/00-intro.md) +- [基本用法](#/cn-introduction/01-basic-usage.md) +- [库](#/cn-introduction/02-libraries.md) +- [命令行](#/cn-introduction/03-cli.md) +- [Schema](#/cn-introduction/04-schema.md) +- [Repositories](#/cn-introduction/05-repositories.md) +- [Community](#/cn-introduction/06-community.md) ---- \ No newline at end of file +--- + +## Articles +- Aliases +Alias branch names to versions +- Custom Installers +Modify the way certain types of packages are installed +- Handling Private Packages With Satis +Host your own composer repository +- Plugins +Modify and extend Composer's functionality +- Scripts +Script are callbacks that are called before/after installing packages +- Troubleshooting +Solving problems +- Vendor Binaries +Expose command-line scripts from packages + +--- + +## FAQs + +- [How Do I Install A Package To A Custom Path For My Framework](/cn-introduction/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md) +- [Should I Commit The Dependencies In My Vendor Directory](/cn-introduction/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md) +- [Why Are Version Constraints Combining Comparisons And Wildcards A Bad Idea](/cn-introduction/faqs/why-are-version-constraints-combining-comparisons-and-wildcards-a-bad-idea.md) +- [Why Can't Composer Load Repositories Recursively](/cn-introduction/faqs/why-can%27t-composer-load-repositories-recursively.md) + +## PDF Docs + +The whole documentation is also available as a [PDF download](http://getcomposer.org/book.pdf). + +## API Docs + +If you need to work with composer as a library you may also want to check out the [API Docs](http://getcomposer.org/apidoc/master/index.html) \ No newline at end of file