point to static-component docs for how to create a site authored by anarcat's avatar anarcat
...@@ -200,9 +200,10 @@ the static shim, but the deploy will still fail because the ...@@ -200,9 +200,10 @@ the static shim, but the deploy will still fail because the
static-component configuration does not match and the static-component configuration does not match and the
`static-update-component` step will fail. `static-update-component` step will fail.
To fix this, the static-component entry should be added (or modified, To fix this, the [static-component](howto/static-component) entry should be added (or
if it already exists) to point to the shim. This, for example, is how modified, if it already exists, in
research is configured right now: `modules/staticsync/data/common.yaml`) to point to the shim. This, for
example, is how research is configured right now:
research.torproject.org: research.torproject.org:
master: static-master-fsn.torproject.org master: static-master-fsn.torproject.org
... ...
......