Skip to content

Commit 7c1e2e6

Browse files
author
Sarah Yablok
committed
Deployed 7680612 with MkDocs version: 0.17.5
1 parent c387821 commit 7c1e2e6

File tree

55 files changed

+1929
-3996
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1929
-3996
lines changed

404.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@
1313

1414
<link rel="stylesheet" href="/css/theme.css" type="text/css" />
1515
<link rel="stylesheet" href="/css/theme_extra.css" type="text/css" />
16-
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
16+
<link rel="stylesheet" href="/css/highlight.css">
1717
<link href="/assets/examples.css" rel="stylesheet">
1818
<link href="/assets/vendor/formbuilder.min.css" rel="stylesheet">
1919

20-
<script src="/js/jquery-2.1.1.min.js" defer></script>
21-
<script src="/js/modernizr-2.8.3.min.js" defer></script>
22-
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
23-
<script>hljs.initHighlightingOnLoad();</script>
20+
<script src="/js/jquery-2.1.1.min.js"></script>
21+
<script src="/js/modernizr-2.8.3.min.js"></script>
22+
<script type="text/javascript" src="/js/highlight.pack.js"></script>
2423

2524
</head>
2625

@@ -31,10 +30,10 @@
3130

3231
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
3332
<div class="wy-side-nav-search">
34-
<a href="/." class="icon icon-home"> PathforaJS SDK</a>
33+
<a href="/" class="icon icon-home"> PathforaJS SDK</a>
3534
<div role="search">
36-
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
37-
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
35+
<form id ="rtd-search-form" class="wy-form" action="/search.html" method="get">
36+
<input type="text" name="q" placeholder="Search docs" />
3837
</form>
3938
</div>
4039
</div>
@@ -45,7 +44,7 @@
4544

4645
<li class="toctree-l1">
4746

48-
<a class="" href="/.">Pathfora JS</a>
47+
<a class="" href="/">Pathfora JS</a>
4948
</li>
5049

5150
<li class="toctree-l1">
@@ -204,15 +203,15 @@
204203

205204
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
206205
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
207-
<a href="/.">PathforaJS SDK</a>
206+
<a href="/">PathforaJS SDK</a>
208207
</nav>
209208

210209

211210
<div class="wy-nav-content">
212211
<div class="rst-content">
213212
<div role="navigation" aria-label="breadcrumbs navigation">
214213
<ul class="wy-breadcrumbs">
215-
<li><a href="/.">Docs</a> &raquo;</li>
214+
<li><a href="/">Docs</a> &raquo;</li>
216215

217216

218217
<li class="wy-breadcrumbs-aside">
@@ -259,13 +258,14 @@ <h1 id="404-page-not-found">404</h1>
259258

260259
</span>
261260
</div>
262-
<script>var base_url = '/';</script>
263-
<script src="/js/theme.js" defer></script>
264-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js" defer></script>
265-
<script src="/assets/pre.js" defer></script>
266-
<script src="/assets/builder.js" defer></script>
267-
<script src="/assets/vendor/formbuilder.js" defer></script>
268-
<script src="/search/main.js" defer></script>
261+
<script>var base_url = '';</script>
262+
<script src="/js/theme.js"></script>
263+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
264+
<script src="/assets/pre.js"></script>
265+
<script src="/assets/builder.js"></script>
266+
<script src="/assets/vendor/formbuilder.js"></script>
267+
<script src="/search/require.js"></script>
268+
<script src="/search/search.js"></script>
269269

270270
</body>
271271
</html>

__init__.pyo

202 Bytes
Binary file not shown.

ab_testing/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,20 @@
1313

1414
<link rel="stylesheet" href="../css/theme.css" type="text/css" />
1515
<link rel="stylesheet" href="../css/theme_extra.css" type="text/css" />
16-
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
16+
<link rel="stylesheet" href="../css/highlight.css">
1717
<link href="../assets/examples.css" rel="stylesheet">
1818
<link href="../assets/vendor/formbuilder.min.css" rel="stylesheet">
1919

2020
<script>
2121
// Current page data
2222
var mkdocs_page_name = "A/B Testing";
2323
var mkdocs_page_input_path = "ab_testing.md";
24-
var mkdocs_page_url = null;
24+
var mkdocs_page_url = "/ab_testing/";
2525
</script>
2626

27-
<script src="../js/jquery-2.1.1.min.js" defer></script>
28-
<script src="../js/modernizr-2.8.3.min.js" defer></script>
29-
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
30-
<script>hljs.initHighlightingOnLoad();</script>
27+
<script src="../js/jquery-2.1.1.min.js"></script>
28+
<script src="../js/modernizr-2.8.3.min.js"></script>
29+
<script type="text/javascript" src="../js/highlight.pack.js"></script>
3130

3231
</head>
3332

@@ -41,7 +40,7 @@
4140
<a href=".." class="icon icon-home"> PathforaJS SDK</a>
4241
<div role="search">
4342
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
44-
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
43+
<input type="text" name="q" placeholder="Search docs" />
4544
</form>
4645
</div>
4746
</div>
@@ -273,7 +272,7 @@
273272
</code></pre>
274273

275274
<h2 id="abtest">ABTest</h2>
276-
<p>Pathfora has a special configuration method for A/B Testing. This configuration is then used as a parameter for <a href="../api/methods/#initializeabtesting">initializeABTesting</a>.</p>
275+
<p>Pathfora has a special configuration method for A/B Testing. This configuration is then used as a parameter for <a href="../../api/methods/#initializeabtesting">initializeABTesting</a>.</p>
277276
<table>
278277
<thead>
279278
<tr>
@@ -311,7 +310,7 @@ <h3>All Users Form/SiteGate Test - <a href="../examples/preview/ab-testing/globa
311310
<pre data-src="../examples/src/ab-testing/global.js"></pre>
312311

313312
<h2 id="with-audience-targeting">With Audience Targeting</h2>
314-
<p>A/B Testing can be combined with <a href="../targeting">audience targeting</a> to divide an audience into a 50/50 split. </p>
313+
<p>A/B Testing can be combined with <a href="../../targeting">audience targeting</a> to divide an audience into a 50/50 split. </p>
315314
<p>In the example below module "A" will be displayed to roughly half of the users in the <code>smt_new</code> audience, while the other half of the audience will be shown module "B".</p>
316315
<h3 id="new-users-message-test">New Users Message Test</h3>
317316
<pre><code class="javascript">var moduleA = new pathfora.Message({
@@ -393,12 +392,13 @@ <h2 id="testing">Testing</h2>
393392
</span>
394393
</div>
395394
<script>var base_url = '..';</script>
396-
<script src="../js/theme.js" defer></script>
397-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js" defer></script>
398-
<script src="../assets/pre.js" defer></script>
399-
<script src="../assets/builder.js" defer></script>
400-
<script src="../assets/vendor/formbuilder.js" defer></script>
401-
<script src="../search/main.js" defer></script>
395+
<script src="../js/theme.js"></script>
396+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
397+
<script src="../assets/pre.js"></script>
398+
<script src="../assets/builder.js"></script>
399+
<script src="../assets/vendor/formbuilder.js"></script>
400+
<script src="../search/require.js"></script>
401+
<script src="../search/search.js"></script>
402402

403403
</body>
404404
</html>

api/config/index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,20 @@
1313

1414
<link rel="stylesheet" href="../../css/theme.css" type="text/css" />
1515
<link rel="stylesheet" href="../../css/theme_extra.css" type="text/css" />
16-
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
16+
<link rel="stylesheet" href="../../css/highlight.css">
1717
<link href="../../assets/examples.css" rel="stylesheet">
1818
<link href="../../assets/vendor/formbuilder.min.css" rel="stylesheet">
1919

2020
<script>
2121
// Current page data
2222
var mkdocs_page_name = "Generalized Configuration";
2323
var mkdocs_page_input_path = "api/config.md";
24-
var mkdocs_page_url = null;
24+
var mkdocs_page_url = "/api/config/";
2525
</script>
2626

27-
<script src="../../js/jquery-2.1.1.min.js" defer></script>
28-
<script src="../../js/modernizr-2.8.3.min.js" defer></script>
29-
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
30-
<script>hljs.initHighlightingOnLoad();</script>
27+
<script src="../../js/jquery-2.1.1.min.js"></script>
28+
<script src="../../js/modernizr-2.8.3.min.js"></script>
29+
<script type="text/javascript" src="../../js/highlight.pack.js"></script>
3130

3231
</head>
3332

@@ -41,7 +40,7 @@
4140
<a href="../.." class="icon icon-home"> PathforaJS SDK</a>
4241
<div role="search">
4342
<form id ="rtd-search-form" class="wy-form" action="../../search.html" method="get">
44-
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
43+
<input type="text" name="q" placeholder="Search docs" />
4544
</form>
4645
</div>
4746
</div>
@@ -229,11 +228,11 @@
229228

230229

231230

232-
<li>API Reference &raquo;</li>
231+
<li>Modules &raquo;</li>
233232

234233

235234

236-
<li>Modules &raquo;</li>
235+
<li>API Reference &raquo;</li>
237236

238237

239238

@@ -247,7 +246,7 @@
247246
<div role="main">
248247
<div class="section">
249248

250-
<p>For multiple modules with common elements we can define a configuration to apply to all modules, or all modules of a certain type. Maintaining a common config helps reduce the code repitition and allows you to change settings accross many widgets in one place. A config object can be passed as a second, optional argument to <a href="../methods#initializewidgets">initializeWidgets</a>.</p>
249+
<p>For multiple modules with common elements we can define a configuration to apply to all modules, or all modules of a certain type. Maintaining a common config helps reduce the code repitition and allows you to change settings accross many widgets in one place. A config object can be passed as a second, optional argument to <a href="../../methods#initializewidgets">initializeWidgets</a>.</p>
251250
<pre><code class="javascript">var config = {
252251
generic: {
253252
theme: 'dark'
@@ -344,12 +343,13 @@ <h3><a href="../../examples/preview/config/config.html" target="_blank">Live Pre
344343
</span>
345344
</div>
346345
<script>var base_url = '../..';</script>
347-
<script src="../../js/theme.js" defer></script>
348-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js" defer></script>
349-
<script src="../../assets/pre.js" defer></script>
350-
<script src="../../assets/builder.js" defer></script>
351-
<script src="../../assets/vendor/formbuilder.js" defer></script>
352-
<script src="../../search/main.js" defer></script>
346+
<script src="../../js/theme.js"></script>
347+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
348+
<script src="../../assets/pre.js"></script>
349+
<script src="../../assets/builder.js"></script>
350+
<script src="../../assets/vendor/formbuilder.js"></script>
351+
<script src="../../search/require.js"></script>
352+
<script src="../../search/search.js"></script>
353353

354354
</body>
355355
</html>

api/methods/index.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,20 @@
1313

1414
<link rel="stylesheet" href="../../css/theme.css" type="text/css" />
1515
<link rel="stylesheet" href="../../css/theme_extra.css" type="text/css" />
16-
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
16+
<link rel="stylesheet" href="../../css/highlight.css">
1717
<link href="../../assets/examples.css" rel="stylesheet">
1818
<link href="../../assets/vendor/formbuilder.min.css" rel="stylesheet">
1919

2020
<script>
2121
// Current page data
2222
var mkdocs_page_name = "Methods";
2323
var mkdocs_page_input_path = "api/methods.md";
24-
var mkdocs_page_url = null;
24+
var mkdocs_page_url = "/api/methods/";
2525
</script>
2626

27-
<script src="../../js/jquery-2.1.1.min.js" defer></script>
28-
<script src="../../js/modernizr-2.8.3.min.js" defer></script>
29-
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
30-
<script>hljs.initHighlightingOnLoad();</script>
27+
<script src="../../js/jquery-2.1.1.min.js"></script>
28+
<script src="../../js/modernizr-2.8.3.min.js"></script>
29+
<script type="text/javascript" src="../../js/highlight.pack.js"></script>
3130

3231
</head>
3332

@@ -41,7 +40,7 @@
4140
<a href="../.." class="icon icon-home"> PathforaJS SDK</a>
4241
<div role="search">
4342
<form id ="rtd-search-form" class="wy-form" action="../../search.html" method="get">
44-
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
43+
<input type="text" name="q" placeholder="Search docs" />
4544
</form>
4645
</div>
4746
</div>
@@ -250,11 +249,11 @@
250249

251250

252251

253-
<li>API Reference &raquo;</li>
252+
<li>Modules &raquo;</li>
254253

255254

256255

257-
<li>Modules &raquo;</li>
256+
<li>API Reference &raquo;</li>
258257

259258

260259

@@ -357,13 +356,13 @@ <h3 id="type-configuration-methods">Type Configuration Methods</h3>
357356

358357
<p>We cover each of these type configuration methods and their parameters in individual type sections below.</p>
359358
<ul>
360-
<li><a href="../../types/message">Message</a></li>
361-
<li><a href="../../types/form">Form</a></li>
362-
<li><a href="../../types/subscription">Subscription</a></li>
363-
<li><a href="../../types/gate">Gate</a></li>
359+
<li><a href="../../../types/message">Message</a></li>
360+
<li><a href="../../../types/form">Form</a></li>
361+
<li><a href="../../../types/subscription">Subscription</a></li>
362+
<li><a href="../../../types/gate">Gate</a></li>
364363
</ul>
365364
<h2 id="initializeabtesting">initializeABTesting</h2>
366-
<p>This method is used to initialize <a href="/ab_testing">A/B Tests</a> modules. If you're creating an A/B test scenario this should always be called <strong>before</strong> the <code>initializeWidgets</code> method.</p>
365+
<p>This method is used to initialize <a href="../../ab_testing">A/B Tests</a> modules. If you're creating an A/B test scenario this should always be called <strong>before</strong> the <code>initializeWidgets</code> method.</p>
367366
<table>
368367
<thead>
369368
<tr>
@@ -384,7 +383,7 @@ <h2 id="initializeabtesting">initializeABTesting</h2>
384383
</table>
385384

386385
<h3 id="ab-test-configuration-method">A/B Test Configuration Method</h3>
387-
<p>A/B Tests have their own configuration method <code>ABTest</code>. We cover this configuration in detail in the <a href="/ab_testing">A/B Testing</a> section of this documentation.</p>
386+
<p>A/B Tests have their own configuration method <code>ABTest</code>. We cover this configuration in detail in the <a href="../../ab_testing">A/B Testing</a> section of this documentation.</p>
388387
<h2 id="recommendcontent">recommendContent</h2>
389388
<p>recommendContent is a public method that makes a request to the Lytics content recommendation API and returns a list of recommended documents for the user. These results are also placed in session storage to reduce the number of calls to the API on subsequent page loads.</p>
390389
<p><strong>Note:</strong> Lytics' public recommendation API is only authorized for use on domains that have been whitelisted for your account. Contact your customer success representative <code>[email protected]</code> if you need to whitelist a new domain.</p>
@@ -423,7 +422,7 @@ <h2 id="recommendcontent">recommendContent</h2>
423422
</table>
424423

425424
<h2 id="triggerwidgets">triggerWidgets</h2>
426-
<p>triggerWidgets is a helper method for widgets with the <a href="/display_conditions#manualtrigger">manualTrigger</a> displayCondition. Widgets with this condition will not display until all other display conditions are met, and <code>pathfora.triggerWidgets</code> has been called. This method is similar to <code>initializeWidgets</code>, in that it is useful when you want to trigger a module on a custom event with JavaScript. However with <code>triggerWidgets</code> you don't need to pass in widget object thus you can call this method even before the config has been defined.</p>
425+
<p>triggerWidgets is a helper method for widgets with the <a href="../../../display_conditions#manualtrigger">manualTrigger</a> displayCondition. Widgets with this condition will not display until all other display conditions are met, and <code>pathfora.triggerWidgets</code> has been called. This method is similar to <code>initializeWidgets</code>, in that it is useful when you want to trigger a module on a custom event with JavaScript. However with <code>triggerWidgets</code> you don't need to pass in widget object thus you can call this method even before the config has been defined.</p>
427426
<table>
428427
<thead>
429428
<tr>
@@ -486,12 +485,13 @@ <h2 id="triggerwidgets">triggerWidgets</h2>
486485
</span>
487486
</div>
488487
<script>var base_url = '../..';</script>
489-
<script src="../../js/theme.js" defer></script>
490-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js" defer></script>
491-
<script src="../../assets/pre.js" defer></script>
492-
<script src="../../assets/builder.js" defer></script>
493-
<script src="../../assets/vendor/formbuilder.js" defer></script>
494-
<script src="../../search/main.js" defer></script>
488+
<script src="../../js/theme.js"></script>
489+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
490+
<script src="../../assets/pre.js"></script>
491+
<script src="../../assets/builder.js"></script>
492+
<script src="../../assets/vendor/formbuilder.js"></script>
493+
<script src="../../search/require.js"></script>
494+
<script src="../../search/search.js"></script>
495495

496496
</body>
497497
</html>

0 commit comments

Comments
 (0)