README 830 B

1234567891011121314151617181920
  1. /docs Directory README
  2. ======================
  3. The 'docs' directory contain various text files that should help you understand
  4. the most important parts of the code of MediaWiki. More in-depth documentation
  5. can be found at:
  6. https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Code
  7. https://www.mediawiki.org/wiki/Special:MyLanguage/Developer_hub
  8. API documentation is automatically generated and updated daily at:
  9. https://doc.wikimedia.org/mediawiki-core/master/php/html/
  10. You can get a fresh version using 'make doc' or mwdocgen.php in the
  11. ../maintenance/ directory.
  12. For end users, most of the documentation is located online at:
  13. https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
  14. Documentation for MediaWiki site administrators is at:
  15. https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents