diff --git a/docs/pages/Building-&-Running.md b/docs/pages/Building-&-Running.md
index 5bafde11cc8c16ef0717f387c459261dbce4512c..02e22aa93665ed6634cb14e51497862c590106c9 100644
--- a/docs/pages/Building-&-Running.md
+++ b/docs/pages/Building-&-Running.md
@@ -6,8 +6,7 @@
   * [Developer Basics](./Developer-Basics.md#developer-basics)
   * [Calculation Configuration](./Calculation-Configuration.md#calculation-configuration)
   * [Site Specification](./Site-Specification.md#site-specification)
-  * [Examples](../../etc/examples) (or
-    [on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/tree/main/etc/examples))
+  * [Examples](../../etc/examples)
   * [Web Services](./Web-Services.md)
 
 ## Build & Run Options
diff --git a/docs/pages/Model-Files.md b/docs/pages/Model-Files.md
index 7f8290acad695abef477262a5ef579f9dda0f919..347935dd0c9ff96f8cd04cf9bde1a7bd746b3b48 100644
--- a/docs/pages/Model-Files.md
+++ b/docs/pages/Model-Files.md
@@ -80,7 +80,7 @@ or its children will be processed; any standalone sources will be ignored. For e
 
 **source-group.json:** A specialized form of logic tree that describes model branches that are
 additive and therefore does not include weights. Examples from the NSHM for the conterminous U.S.
-NSHM include the Cascadia segmented partial-rupture models and the New Madrid 1500-yr cluster
+NSHM include the Cascadia segmented and partial-rupture models, and the New Madrid 1500-yr cluster
 branches. The branch objects in a source group _may_ include an optional `scale` member that can
 be used to impose a probability of occurrence or other scaling requred by a NSHM. If absent, the
 `scale` value is one.
diff --git a/docs/pages/Source-Types.md b/docs/pages/Source-Types.md
index 90b24bbe9d474e8ba5798e49a92656fcce0d3fc5..76d90b847cbb4d1ab2e1444c3106429b7e12a4a6 100644
--- a/docs/pages/Source-Types.md
+++ b/docs/pages/Source-Types.md
@@ -71,6 +71,9 @@ rupture representations.
 ```json
 {
   "grid-spacing": 0.1,
+  "smoothing-density": 10,
+  "smoothing-limit": 40.0,
+  "opt-distance-bin": 1.0,
   "point-source-type": "FINITE",
   "rupture-scaling": "NSHM_POINT_WC94_LENGTH",
   "max-depth": 22.0,
@@ -151,6 +154,9 @@ __zone-config.json:__ Zone source model configuration is identical to a grid sou
 ```json
 {
   "grid-spacing": 0.1,
+  "smoothing-density": 10,
+  "smoothing-limit": 40.0,
+  "opt-distance-bin": null,
   "point-source-type": "FIXED_STRIKE",
   "rupture-scaling": "NSHM_POINT_WC94_LENGTH",
   "max-depth": 22.0,