Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Aug 11, 2024
1 parent c15ad94 commit 674cf72
Show file tree
Hide file tree
Showing 63 changed files with 80 additions and 307 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09bbca4f
7f37494e
2 changes: 1 addition & 1 deletion admins/cluster-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ <h3 class="anchored" data-anchor-id="cluster-name">Cluster name</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ <h3 class="anchored" data-anchor-id="service-accounts">Service Accounts</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/deployments/datahub.html
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ <h2 class="anchored" data-anchor-id="resources">Resources</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/deployments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ <h1 class="title">Hub Deployments</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/deployments/stat159.html
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ <h2 class="anchored" data-anchor-id="historical-information">Historical Informat
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/calendar-scaler.html
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ <h2 class="anchored" data-anchor-id="monitoring">Monitoring</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/clusterswitch.html
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ <h2 class="anchored" data-anchor-id="deleting-the-old-cluster">Deleting the old
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/core-pool.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ <h2 class="anchored" data-anchor-id="deploy-a-new-core-node-pool">Deploy a New C
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/course-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ <h2 class="anchored" data-anchor-id="housekeeping">Housekeeping</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/delete-hub.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ <h2 class="anchored" data-anchor-id="steps-to-spin-down-a-hub">Steps to spin dow
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/dns.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ <h3 class="anchored" data-anchor-id="delete-a-record">Delete a record</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/github-token.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ <h1 class="title">Create Finely Grained Access Token</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/google-sheets.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ <h2 class="anchored" data-anchor-id="gspread-pandas-sample-code"><code>gspread-p
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ <h1 class="title">Common Administrator Tasks</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/new-hub.html
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ <h3 class="anchored" data-anchor-id="commit-and-deploy-staging">Commit and deplo
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/new-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ <h2 class="anchored" data-anchor-id="submitting-a-pull-request">Submitting a pul
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/new-packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ <h2 class="anchored" data-anchor-id="tips-for-upgrading-package">Tips for Upgrad
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/preview-local.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ <h2 class="anchored" data-anchor-id="render-static-html">Render Static HTML</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/prometheus-grafana.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ <h1>Grafana</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/rebuild-hub-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ <h1 class="title">Customize the Hub Docker Image</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/rebuild-postgres-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ <h1 class="title">Customize the Per-User Postgres Docker Image</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/howto/remove-users-orm.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ <h2 class="anchored" data-anchor-id="run-the-script">Run the script</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/pre-reqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ <h2 class="anchored" data-anchor-id="full">Full</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/storage.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ <h2 class="anchored" data-anchor-id="nfs-client">NFS Client</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion admins/structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ <h2 class="anchored" data-anchor-id="documentation">Documentation</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
1 change: 1 addition & 0 deletions en/latest
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2017-02-09-datahub-db-outage.html
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ <h3 class="anchored" data-anchor-id="datahub-deployment-changes">DataHub deploym
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2017-02-24-autoscaler-incident.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ <h3 class="anchored" data-anchor-id="future-organizational-change">Future organi
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2017-02-24-proxy-death-incident.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ <h3 class="anchored" data-anchor-id="datahub-configuration">DataHub configuratio
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2017-03-06-helm-config-image-mismatch.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ <h3 class="anchored" data-anchor-id="process">Process</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2017-03-20-too-many-volumes.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ <h3 class="anchored" data-anchor-id="monitoring">Monitoring</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2017-03-23-kernel-deaths-incident.html
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ <h3 class="anchored" data-anchor-id="upstream-kubespawner">Upstream KubeSpawner<
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2017-04-03-cluster-full-incident.html
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ <h3 class="anchored" data-anchor-id="monitoring">Monitoring</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2017-05-09-gce-billing.html
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ <h3 class="anchored" data-anchor-id="monitoring">Monitoring</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2017-10-10-hung-nodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ <h3 class="anchored" data-anchor-id="monitoring">Monitoring</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2017-10-19-course-subscription-canceled.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ <h3 class="anchored" data-anchor-id="process">Process</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2018-01-25-helm-chart-upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ <h3 class="anchored" data-anchor-id="process">Process</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2018-01-26-hub-slow-startup.html
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ <h3 class="anchored" data-anchor-id="process">Process</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion incidents/2018-02-06-hub-db-dir.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ <h3 class="anchored" data-anchor-id="process">Process</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/docs\.datahub\.berkeley\.edu");
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
Loading

0 comments on commit 674cf72

Please sign in to comment.