Skip to content

Commit

Permalink
📝 Document adding custom about pages
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Jan 2, 2024
1 parent fe62efb commit 192d29c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/about-pages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Custom about pages

1. You need to update the [runtime](https://github.com/pulse-browser/experiment-runtime/blob/main/src/quark-runtime/components/components.conf) component to include the contract `@mozilla.org/network/protocol/about;1?what=<page_name>`. You will need to wait for CI to build or use `rt:slink`
2. Add your page to `redirectMap` inside of `AboutRedirector.sys.mjs`

0 comments on commit 192d29c

Please sign in to comment.