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 | |
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')
-rw-r--r-- | docs/development/assets.rst | 9 | ||||
-rw-r--r-- | docs/index.rst | 1 |
2 files changed, 10 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 diff --git a/docs/index.rst b/docs/index.rst index 5a7bcda..6fd7590 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -50,6 +50,7 @@ of community projects. development/installation development/releasing development/api + development/assets .. _api-docs: |