summaryrefslogtreecommitdiff
path: root/www/wiki/docs/README
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/docs/README')
-rw-r--r--www/wiki/docs/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/wiki/docs/README b/www/wiki/docs/README
new file mode 100644
index 00000000..2d822701
--- /dev/null
+++ b/www/wiki/docs/README
@@ -0,0 +1,19 @@
+/docs Directory README
+======================
+
+The 'docs' directory contain various text files that should help you understand
+the most important parts of the code of MediaWiki. More in-depth documentation
+can be found at:
+ https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Code
+ https://www.mediawiki.org/wiki/Special:MyLanguage/Developer_hub
+API documentation is automatically generated and updated daily at:
+ https://doc.wikimedia.org/mediawiki-core/master/php/html/
+
+You can get a fresh version using 'make doc' or mwdocgen.php in the
+../maintenance/ directory.
+
+
+For end users, most of the documentation is located online at:
+ https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
+Documentation for MediaWiki site administrators is at:
+ https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents