Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Oct 5, 2023
1 parent 7ee3e6a commit a647836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions documentation/frontend/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ playwright_tests
storybook_tests
miscellaneous
healthcheck
nginx
```
4 changes: 2 additions & 2 deletions documentation/frontend/reference/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The frontend service relies on an Nginx reverse proxy in live environments to
facilitate per-request logging in a format that matches other services we run
(namely, Django). It also acts as a [proxy for Plausible](plausible_proxy),
(namely, Django). It also acts as a [proxy for Plausible][plausible_proxy],
removing the need for Nuxt to handle these requests, freeing it up to handle
rendering SSR requests.

Expand All @@ -18,7 +18,7 @@ Additionally, the reverse proxy may be used in the future for the following:

To test the frontend reverse proxy locally, run `just frontend/up`. To test the
integration with your local Plausible container, follow the existing
instructions in [the frontend analytics documentation](analytics_docs).
instructions in [the frontend analytics documentation][analytics_docs].
Everything should "just work".

[analytics_docs]: /frontend/guides/analytics.md#plausible-set-up-and-first-run

0 comments on commit a647836

Please sign in to comment.