update README.md
This commit is contained in:
parent
5bf2a68332
commit
2cc794b628
48
README.md
48
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)
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
## 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)
|
Loading…
Reference in New Issue