You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/about-apps/components/custom-action.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Custom Actions provide several key benefits:
30
30
A custom action with an external integration is basically a webhook (POST) request to your defined system.
31
31
You can either:
32
32
1. Trigger some asynchronous processing in your system, or
33
-
2. Update epilot data with an access token built from the permission/role you can define (see [Permissions](/apps/building-apps/configure-permissions)).
33
+
2. Update epilot data with an access token built from the permission/role you can define (see [Permissions](/apps/about-apps/configure-permissions)).
These web components integrate directly into epilot's Journey Builder, allowing you to create specialized elements for data collection, visualization, or process automation. Journey Blocks appear in the Journey Builder palette and can be placed anywhere in a customer journey flow.
33
33
34
34
```
35
35
Use cases: Data collection forms, calculators, visualizations, third-party integrations
Portal Extensions enhance epilot's customer and installer portals with new sections, tools, or visualizations. They can be added to dashboards or specific sections to extend the portal's functionality with custom features.
41
41
@@ -78,7 +78,7 @@ Ready to create your own component? Each component type has specific requirement
78
78
<div className="card__body">
79
79
<h3>Journey Blocks</h3>
80
80
<p>Create interactive elements for epilot's Journey Builder</p>
Copy file name to clipboardExpand all lines: apps/getting-started/quick-start.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Once public, you can continue developing new versions with enhanced features whi
69
69
Ready to start your app development journey? Explore these resources:
70
70
71
71
-[Developer Sandbox Guide](/apps/getting-started/developer-sandbox) - Learn more about setting up your development environment
72
-
-[Component Types](/apps/building-apps/components/overview) - Understand the different ways to extend epilot
72
+
-[Component Types](/apps/about-apps/components/overview) - Understand the different ways to extend epilot
73
73
-[Publishing Verification Process](/apps/publishing/verification-process) - Learn about the review process for publishing apps
74
74
75
75
By following this streamlined process, you'll be able to contribute valuable solutions to the epilot ecosystem and reach organizations throughout the energy industry.
Copy file name to clipboardExpand all lines: apps/how-to-guides/build-a-custom-jb.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ sidebar_position: 1
11
11
12
12
- Basic understanding about the concept of an App inside the epilot platform. See the [App documentation](/apps) for more information.
13
13
14
-
- Understand what a custom journey block is and how it works. See the [Custom Journey Block documentation](/apps/about-apps/components/custom-journey-block.md) for more information.
14
+
- Understand what a custom journey block is and how it works. See the [Custom Journey Block documentation](/apps/about-apps/components/custom-journey-block) for more information.
15
15
16
16
### What we are building
17
17
@@ -119,7 +119,7 @@ npm run dev
119
119
### Step 2: Create the custom block in the App configuration
120
120
The business logic/internals of the App do not matter for now. We start to focus on the actual development mode. In order to create your first App go to the App configuration and click on the `Add Component` button. Add the `bundle.js` file from the `dist` folder.
121
121
122
-
After you created the component, install the App initially (by selecting the `See how your app looks in the installation view` link in the top right corner of the App configuration builder), then enable the [development mode](https://docs.epilot.io/apps/building-apps/development-mode).
122
+
After you created the component, install the App initially (by selecting the `See how your app looks in the installation view` link in the top right corner of the App configuration builder), then enable the [development mode](https://docs.epilot.io/apps/about-apps/development-mode).
123
123
124
124
**Why development mode?** If you don't enable this during development, you always need to create a new version and update the current installation to the newest version with your changes. This is tedious and takes a lot of time. The development mode always pushes the latest changes to the current installation.
Copy file name to clipboardExpand all lines: apps/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Whether you're looking to create a simple integration or build a comprehensive s
28
28
29
29
Apps on epilot consist of modular components that extend platform functionality in specific ways. Each component type addresses different integration needs and can be combined within a single app to create comprehensive solutions.
30
30
31
-
See the [App Components](/apps/building-apps/components/overview) section for detailed information on each component type.
31
+
See the [App Components](/apps/about-apps/components/overview) section for detailed information on each component type.
0 commit comments