summaryrefslogtreecommitdiff
path: root/doc/source/developer/javascript.rst
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2018-03-11 12:34:38 -0500
committerMonty Taylor <mordred@inaugust.com>2018-03-27 12:20:57 -0500
commit7a6761e78c3c33abd3e231944ce4958739bfd016 (patch)
tree5ced3d9da3229f5c25c046a8fbd532e59f2d24c9 /doc/source/developer/javascript.rst
parentc5b9dd24802a5d36e9c4ad5d4d63f35b2665bfe2 (diff)
downloadzuul-7a6761e78c3c33abd3e231944ce4958739bfd016.tar.gz
Rename javascript package to @zuul-ci/dashboard
The python service is "zuul-web", but the javascript portion is currently also being built as "zuul-web". While the javascript code is intended to be served by zuul-web, not having its own name has made it awkward to be clear about which codebase is being discussed. npm has also added namespacing to published modules, which allows grouping modules and is indicated by the @ prefix. Update the config to call the javascript code '@zuul-ci/dashboard'. This will allow us to add an npm publication job, although we need to set up some accounts for that first. Change-Id: I6e31ae23f74f887448f0a48147d91c156025e925
Diffstat (limited to 'doc/source/developer/javascript.rst')
-rw-r--r--doc/source/developer/javascript.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/developer/javascript.rst b/doc/source/developer/javascript.rst
index ae5c01219..8933e02f0 100644
--- a/doc/source/developer/javascript.rst
+++ b/doc/source/developer/javascript.rst
@@ -1,8 +1,8 @@
Zuul Web Javascript
===================
-zuul-web has an html, css and javascript component that is managed
-using Javascript toolchains. It is intended to be served by zuul-web
+zuul-web has an html, css and javascript component, `zuul-dashboard`, that
+is managed using Javascript toolchains. It is intended to be served by zuul-web
directly from zuul/web/static in the simple case, or to be published to
an alternate static web location, such as an Apache server.