diff options
author | Stephen Finucane <stephen@that.guru> | 2017-06-09 18:17:55 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-06-14 09:34:54 +0100 |
commit | 29e068a7e8f5777dc0486e32738f8a6942bb6e21 (patch) | |
tree | e9f44f26c3a581e745462d5171eb3646b1a12e59 /docs/development | |
parent | 319a2a724cb1012b93f3a30ea7a574897ba817ad (diff) | |
download | patchwork-29e068a7e8f5777dc0486e32738f8a6942bb6e21.tar patchwork-29e068a7e8f5777dc0486e32738f8a6942bb6e21.tar.gz |
docs: Document the various htdocs supported
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/assets.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/development/assets.rst b/docs/development/assets.rst new file mode 100644 index 0000000..533d8aa --- /dev/null +++ b/docs/development/assets.rst @@ -0,0 +1,9 @@ +Static Assets +============= + +Patchwork relies on a number of third-party JavaScript libraries. These, along +with their supporting assets and the Patchwork-only libraries and assets, are +described below. + +.. include:: ../../htdocs/README.rst + :start-line: 6 |