diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index 3185b5fdca0..e9a7c7c0a1a 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -1,6 +1,6 @@ -=================================== -Managing static files (CSS, images) -=================================== +==================================================== +Managing static files (e.g. images, JavaScript, CSS) +==================================================== Websites generally need to serve additional files such as images, JavaScript, or CSS. In Django, we refer to these files as "static files". Django provides