-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (45 loc) · 1.65 KB
/
mkdocs.yml
File metadata and controls
46 lines (45 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
site_name: PathforaJS SDK
nav:
- Pathfora JS: "index.md"
- Modules:
- API Reference:
- Methods: "api/methods.md"
- Generalized Configuration: "api/config.md"
- Types:
- Message: "types/message.md"
- Form: "types/form.md"
- Subscription: "types/subscription.md"
- Gate: "types/gate.md"
- Layouts:
- Modal: "layouts/modal.md"
- Slideout: "layouts/slideout.md"
- Bar: "layouts/bar.md"
- Button: "layouts/button.md"
- Inline: "layouts/inline.md"
- Customization:
- Action Buttons: "customization/buttons.md"
- Color Themes: "customization/themes.md"
- Custom CSS: "customization/css.md"
- Form Elements: "customization/form.md"
- Form Schema Builder: "customization/form_builder.md"
- Form Elements (Legacy): "customization/form_legacy.md"
- Responsive Styles: "customization/responsive.md"
- Entity Fields: "customization/entity_fields.md"
- A/B Testing: "ab_testing.md"
- Audience Targeting: "targeting.md"
- Callbacks: "callbacks.md"
- Content Recommendations: "content_recommend.md"
- Display Conditions: "display_conditions.md"
- Tracking: "tracking.md"
- Inline Personalization:
- Element Toggle: "toggle.md"
- Inline Content Recommendations: "inline_content.md"
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js
- assets/pre.js
- assets/builder.js
- assets/vendor/formbuilder.js
extra_css:
- assets/examples.css
- assets/vendor/formbuilder.min.css
theme: readthedocs