Skip to content

Commit 70c1bfe

Browse files
Update some docs for the new dashboard templates (#10161)
* Update some docs for the new dashboard templates Just some small changes for now. The library is still private for a private beta period, but will be made public soonish. * Remove trailing whitespace --------- Co-authored-by: Benjamin Balder Bach <[email protected]>
1 parent b3c39b1 commit 70c1bfe

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/dev/front-end.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ Background
66

77
.. note::
88

9-
Consider this the canonical resource for contributing Javascript and CSS. We
10-
are currently in the process of modernizing our front end development
11-
procedures. You will see a lot of different styles around the code base for
12-
front end JavaScript and CSS.
9+
This information is for the current dashboard templates and JavaScript source
10+
files and will soon be replaced by the new dashboard templates. This
11+
information will soon be mostly out of date.
1312

1413
Our modern front end development stack includes the following tools:
1514

docs/dev/install.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ save some work while typing docker compose commands. This section explains these
9898
* ``--no-reload`` makes all celery processes and django runserver
9999
to use no reload and do not watch for files changes
100100
* ``--ngrok`` is useful when it's required to access the local instance from outside (e.g. GitHub webhook)
101+
* ``--ext-theme`` to use the new dashboard templates
102+
* ``--webpack`` to start the Webpack dev server for the new dashboard templates
101103

102104
``inv docker.shell``
103105
Opens a shell in a container (web by default).

0 commit comments

Comments
 (0)