瀏覽代碼

Fixed #24961 -- Added links to all auth docs pages from index.

Daniel Roseman 9 年之前
父節點
當前提交
fd0949181f
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      docs/index.txt

+ 6 - 1
docs/index.txt

@@ -275,7 +275,12 @@ Common Web application tools
 Django offers multiple tools commonly needed in the development of Web
 applications:
 
-* :doc:`Authentication <topics/auth/index>`
+* **Authentication:**
+  :doc:`Overview <topics/auth/index>` |
+  :doc:`Using the authentication system <topics/auth/default>` |
+  :doc:`Password management <topics/auth/passwords>` |
+  :doc:`Customizing authentication <topics/auth/customizing>` |
+  :doc:`API Reference <ref/contrib/auth>`
 * :doc:`Caching <topics/cache>`
 * :doc:`Logging <topics/logging>`
 * :doc:`Sending emails <topics/email>`