summary refs log tree commit diff
diff options
context:
space:
mode:
authorTerin Stock <terinjokes@gmail.com>2020-12-04 23:52:29 -0800
committerTerin Stock <terinjokes@gmail.com>2020-12-05 00:31:21 -0800
commitedfe388d1e04da72348ce5cefb523122a68acbd9 (patch)
tree25fc52223ebef8b98f442ada89bbb9dc5ddb34d9
parent7ba8820008a9fc767377bbc5f67bf85aee514bee (diff)
downloadnixpkgs-edfe388d1e04da72348ce5cefb523122a68acbd9.tar
nixpkgs-edfe388d1e04da72348ce5cefb523122a68acbd9.tar.gz
nixpkgs-edfe388d1e04da72348ce5cefb523122a68acbd9.tar.bz2
nixpkgs-edfe388d1e04da72348ce5cefb523122a68acbd9.tar.lz
nixpkgs-edfe388d1e04da72348ce5cefb523122a68acbd9.tar.xz
nixpkgs-edfe388d1e04da72348ce5cefb523122a68acbd9.tar.zst
nixpkgs-edfe388d1e04da72348ce5cefb523122a68acbd9.zip
doc/firefox: correct manual generation
Corrects the level of the "Troubleshooting" section, and adds an anchor
for Firefox.
-rw-r--r--doc/builders/packages/firefox.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/builders/packages/firefox.section.md b/doc/builders/packages/firefox.section.md
index 734b1839a3e..28fa3f0dbd7 100644
--- a/doc/builders/packages/firefox.section.md
+++ b/doc/builders/packages/firefox.section.md
@@ -1,4 +1,4 @@
-# Firefox
+# Firefox {#sec-firefox}
 
 ## Build wrapped Firefox with extensions and policies
 
@@ -44,6 +44,6 @@ To view available enterprise policies visit [enterprise policies](https://github
 or type into the Firefox url bar: `about:policies#documentation`.
 Nix installed addons do not have a valid signature, which is why signature verification is disabled. This does not compromise security because downloaded addons are checksumed and manual addons can't be installed.
 
-# Troubleshooting
+## Troubleshooting {#sec-firefox-troubleshooting}
 If addons do not appear installed although they have been defined in your nix configuration file reset the local addon state of your Firefox profile by clicking `help -> restart with addons disabled -> restart -> refresh firefox`. This can happen if you switch from manual addon mode to nix addon mode and then back to manual mode and then again to nix addon mode.