Skip to content

Commit

Permalink
Remove 360 nomiker from public docs -> just epilot
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Oct 16, 2024
1 parent 32f3974 commit 66d5146
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/360-portal/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "360 Portal",
"label": "epilot portal",
"position": 4
}
2 changes: 1 addition & 1 deletion docs/360-portal/libs/auth-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 2
yarn add @epilot360/auth-service
```

Access current user's auth information in epilot 360 portal.
Access current user's auth information in epilot portal.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/360-portal/libs/feature-flags-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 3
yarn add @epilot360/feature-flag-service
```

Use feature flags in epilot 360 portal.
Use feature flags in epilot portal.

## Usage

Expand Down
6 changes: 3 additions & 3 deletions docs/360-portal/libs/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 1
yarn add @epilot360/i18n
```

Translation and localisation library for the epilot360 portal.
Translation and localisation library for the epilotepilot portal.

Uses [i18next](https://www.i18next.com/).

Expand All @@ -30,8 +30,8 @@ Translations are loaded asynchronously, so make sure to wrap your app inside `<R

## Adding Translations

Translations are defined in static JSON locale files in [epilot360-root-config](https://gitlab.com/e-pilot/product/360-portal/epilot360-root-config/-/tree/master/locales).
Translations are defined in static JSON locale files in [epilot360-root-config](https://gitlab.com/e-pilot/product/epilot-portal/epilot360-root-config/-/tree/master/locales).

The easiest way to translate epilot 360 is to run the root-config project locally to see the changes immediately.
The easiest way to translate epilot is to run the root-config project locally to see the changes immediately.

While running locally, missing translations will be automatically added to the locale files under `locales/{locale}/{namespace}.json`.
2 changes: 1 addition & 1 deletion docs/360-portal/libs/snackbar-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 4
yarn add @epilot360/snackbar-service
```

Create snackbar alerts in epilot 360 portal
Create snackbar alerts in epilot portal

## Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/360-portal/microfrontends.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 2

:::info

The 360 portal application consists of multiple frontend microservices orchestrated by [single-spa](https://single-spa.js.org/).
The epilot portal application consists of multiple frontend microservices orchestrated by [single-spa](https://single-spa.js.org/).

:::

Expand Down Expand Up @@ -34,4 +34,4 @@ The basic layout consists of the following parts:

## Links

- Internal list of 360 microfrontends: https://gitlab.com/e-pilot/product/360-portal/epilot360-root-config#microfrontends
- Internal list of 360 microfrontends: https://gitlab.com/e-pilot/product/epilot-portal/epilot360-root-config#microfrontends
2 changes: 1 addition & 1 deletion docs/architecture/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Our tenants sell complex products online and collaborate with partners to delive

The epilot application consists of:

- [The 360 Portal](/docs/portal/microfrontends)
- [The epilot portal](/docs/portal/microfrontends)
- [Embeddable Journey Frontends](/docs/journeys/journey-builder)
- [Customer & Installer Portals](https://docs.epilot.io/docs/portals/customer-portal)
- Serverless microservices with [APIs](/api)
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See our [Tech Radar](https://docs.epilot.io/techradar/) for more info on the ser

We offer internal boilerplate projects to bootstrap projects on popular frameworks and get started quickly:

- [create-mfe-app](https://gitlab.com/e-pilot/product/360-portal/epilot360-dev-utils/-/tree/main/packages/create-mfe-app)
- [create-mfe-app](https://gitlab.com/e-pilot/product/epilot-portal/epilot360-dev-utils/-/tree/main/packages/create-mfe-app)
- [AWS SAM](https://gitlab.com/e-pilot/platform/cookie-cutter/ts-sam)
- [AWS CDK](https://gitlab.com/e-pilot/platform/cookie-cutter/ts-cdk)
- [Fargate](https://gitlab.com/e-pilot/platform/cookie-cutter/docker-fargate)
2 changes: 1 addition & 1 deletion docs/auth/access-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Authorization: Bearer <your-access-token>

## Creating Access Tokens

Users logged into the epilot 360 portal can manage their Access Tokens from [Settings > Access Tokens](https://portal.epilot.cloud/app/tokens).
Users logged into the epilot portal can manage their Access Tokens from [Settings > Access Tokens](https://portal.epilot.cloud/app/tokens).

Creating access tokens requires the `token:create` permission.

Expand Down
4 changes: 2 additions & 2 deletions docs/datalake/epilot-datalake.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# Epilot Datalake

Welcome to the documentation for our Data Lake feature, which serves as the centralized repository for real-time event streams of entity operations, snapshots of workflow executions and journey analytics data. This feature empowers users to access and analyze essential data generated by the 360 portal, including changes to entities such as orders, opportunities, contacts, accounts, products, interactions from user journeys and more.
Welcome to the documentation for our Data Lake feature, which serves as the centralized repository for real-time event streams of entity operations, snapshots of workflow executions and journey analytics data. This feature empowers users to access and analyze essential data generated by the epilot portal, including changes to entities such as orders, opportunities, contacts, accounts, products, interactions from user journeys and more.

Our Data Lake is seamlessly integrated with Clickhouse for data warehousing, enabling the users to leverage Business Intelligence (BI) tools and create insightful reports. This documentation will guide you through the key components of the Data Lake feature, including data schemas, usage, and credential management.

Expand Down Expand Up @@ -266,4 +266,4 @@ Our Journey Analytics Data lake feature offers a comprehensive solution to track

You can also refer to the following link to establish connection to [different BI tools.](https://clickhouse.com/docs/en/integrations/data-visualization)

If you have any further questions or need assistance with data queries, please reach out to our team.
If you have any further questions or need assistance with data queries, please reach out to our team.
2 changes: 1 addition & 1 deletion docs/entities/flexible-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Examples of Entity Schemas:
- File
- Message

The primary purpose of schemas is to control how the flexible entities are represented in the epilot 360 portal UI.
The primary purpose of schemas is to control how the flexible entities are represented in the epilot portal UI.

## Attributes

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_position: 1

<h1 align="center">Documentation</h1>

<p align="center">Learn the basics of using epilot developer tools and APIs to unlock the potential of the epilot 360 platform.</p>
<p align="center">Learn the basics of using epilot developer tools and APIs to unlock the potential of the epilot platform.</p>

## Architecture

Expand Down
2 changes: 1 addition & 1 deletion docs/journeys/journey-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Journey Builder is a WYSIWYG editor interface that allows you to build and e

## Embedding Journeys

Journeys can be shared within the epilot 360 portal to other users or embedded to 3rd party websites using a script snippet.
Journeys can be shared within the epilot portal to other users or embedded to 3rd party websites using a script snippet.

Script snippets for embedding can be generated directly from the Journey Builder:

Expand Down
4 changes: 2 additions & 2 deletions docs/portals/portal-webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 3

Customer and installer portals specific webbhooks allow to integrate applications with the activities emitted within portal.

In the Epilot 360 portal you can configure a webhook which includes the activity:
In the epilot portal you can configure a webhook which includes the activity:

![Doc Downloaded Webhook](../../static/img/portals/doc-downloaded-webhook.png)

Expand Down Expand Up @@ -66,4 +66,4 @@ Example of the webhook message for the activity "DocDownloadedFromPortal":
```

## Activity Types
- `DocDownloadedFromPortal` - Automation trigger "File Activity: File Downloaded from portal"
- `DocDownloadedFromPortal` - Automation trigger "File Activity: File Downloaded from portal"
2 changes: 1 addition & 1 deletion docs/pricing/2-catalog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 2
title: Catalog
---

One of our core features within the epilot 360 platform is the ability to create and manage a catalog of all your products, prices and tax rates. This catalog is the foundation of your entire business and is the starting point for all your other epilot 360 features.
One of our core features within the epilot platform is the ability to create and manage a catalog of all your products, prices and tax rates. This catalog is the foundation of your entire business and is the starting point for all your other epilot features.

<img
style={{ boxShadow: '#a2a2a2 0px 0px 25px -8px', borderRadius: '5px' }}
Expand Down
6 changes: 3 additions & 3 deletions docs/pricing/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Pricing
<meta property="title" content="epilot | Dev Portal | 360 Pricing" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="epilot | Dev Portal | 360 Pricing" />
<meta property="description" content="Pricing is one of the core topics built directly into the epilot ecosystem of applications and services. It comprises multiple concepts such as products, prices, taxes, orders, payments and more. Within our 360 Portal we have built a nice set of UIs to help our customers model their products, prices and taxes. These interfaces are built to deliver a 1st class solution with the aim of enabling our users to search, filter and export/import their data freely." />
<meta property="og:description" content="Pricing is one of the core topics built directly into the epilot ecosystem of applications and services. It comprises multiple concepts such as products, prices, taxes, orders, payments and more. Within our 360 Portal we have built a nice set of UIs to help our customers model their products, prices and taxes. These interfaces are built to deliver a 1st class solution with the aim of enabling our users to search, filter and export/import their data freely." />
<meta property="description" content="Pricing is one of the core topics built directly into the epilot ecosystem of applications and services. It comprises multiple concepts such as products, prices, taxes, orders, payments and more. Within our epilot portal we have built a nice set of UIs to help our customers model their products, prices and taxes. These interfaces are built to deliver a 1st class solution with the aim of enabling our users to search, filter and export/import their data freely." />
<meta property="og:description" content="Pricing is one of the core topics built directly into the epilot ecosystem of applications and services. It comprises multiple concepts such as products, prices, taxes, orders, payments and more. Within our epilot portal we have built a nice set of UIs to help our customers model their products, prices and taxes. These interfaces are built to deliver a 1st class solution with the aim of enabling our users to search, filter and export/import their data freely." />
<meta property="og:image" content="https://docs.epilot.io/img/pricing-overview.png" />
<meta property="twitter:image:src" content="https://docs.epilot.io/img/pricing-overview.png" />

Expand All @@ -19,7 +19,7 @@ title: Pricing

Pricing is one of the core topics built directly into the epilot ecosystem of applications and services. It comprises multiple concepts such as products, prices, taxes, orders, payments and more.

Within our 360 Portal we have built a nice set of UIs to help our customers model their products, prices and taxes. These interfaces are built to deliver a 1st class solution with the aim of enabling our users to search, filter and export/import their data freely. Due to this purpose, our interfaces are fully extendable and customizable. Which means that, all the attributes and features we provide are merely the start of many possible journeys.
Within our epilot portal we have built a nice set of UIs to help our customers model their products, prices and taxes. These interfaces are built to deliver a 1st class solution with the aim of enabling our users to search, filter and export/import their data freely. Due to this purpose, our interfaces are fully extendable and customizable. Which means that, all the attributes and features we provide are merely the start of many possible journeys.

All our pricing entities are fully extendable, therefore, on top of our opinionated set of attributes and features you can easy craft and add your own. And if you feel limited in any way, through webhooks you can easily extend the functionality of our pricing entities and build your own custom pricing logic over your corporate backends.

Expand Down
2 changes: 1 addition & 1 deletion docs/pricing/pricing-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Pricing Library

A library that provides pricing utility operations for Pricing Entities within the epilot 360 Platform, such as calculation of price item totals and aggregated totals. The purpose of this library is to provide support for common pricing concerns to all our APIs, micro-frontends and epilot Journeys.
A library that provides pricing utility operations for Pricing Entities within the epilot Platform, such as calculation of price item totals and aggregated totals. The purpose of this library is to provide support for common pricing concerns to all our APIs, micro-frontends and epilot Journeys.

## Getting Started

Expand Down
8 changes: 4 additions & 4 deletions docs/sso/single-sign-on.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sidebar_position: 1

# Single Sign On

In today's digital age, managing multiple usernames and passwords for various applications can be cumbersome. To enhance your experience and security, Epilot 360 is equipped with a Single Sign-On (SSO) feature. SSO simplifies this process by allowing you to access multiple services with a single set of credentials. This means less time spent managing accounts and more time focusing on what's important - your work.
In today's digital age, managing multiple usernames and passwords for various applications can be cumbersome. To enhance your experience and security, epilot is equipped with a Single Sign-On (SSO) feature. SSO simplifies this process by allowing you to access multiple services with a single set of credentials. This means less time spent managing accounts and more time focusing on what's important - your work.

## Steps to configure SSO in Epilot 360
## Steps to configure SSO in epilot

We support OIDC authentication right now with our SSO configurations.

Expand All @@ -31,7 +31,7 @@ Now, fill in the details in the SSO configuration form as specified in the pictu

Now, you can configure the role mappings for the authenticated user based on the claims from the token payload. You can also choose the default role, which will be assigned to the user if none of the role mappings match.

When Dynamic Role Mapping is enabled, user roles are synchronized with the 360 Portal each time the user logs in via SSO. If disabled, roles are only mapped during the user's initial SSO login to the 360 Portal.
When Dynamic Role Mapping is enabled, user roles are synchronized with the epilot portal each time the user logs in via SSO. If disabled, roles are only mapped during the user's initial SSO login to the epilot portal.

![SSO role mappings](/img/sso/sso-role-mapping.png)

Expand All @@ -46,4 +46,4 @@ Once the app registration is complete, create a new secret and fill in the detai

![SSO OIDC](/img/sso/sso-oidc.png)

Now click on <b>save</b>. You can directly login using the SSO, by copying the url from the saved configuration. If you have any further questions or need assistance with setting up SSO, please reach out to our team.
Now click on <b>save</b>. You can directly login using the SSO, by copying the url from the saved configuration. If you have any further questions or need assistance with setting up SSO, please reach out to our team.
4 changes: 2 additions & 2 deletions docs/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Already known services which do not support chunked transfer encoding are:

## Webhook Payload Structure

You can use the Entity API to get a full [JSON schema](/api/entity#tag/Schemas/operation/getJsonSchema) and a [JSON example](/api/entity#tag/Schemas/operation/getSchemaExample) of an entity part of your webhook. Alternatively, you can download these from the 360 Portal for each of your entities from the entity builder UI.
You can use the Entity API to get a full [JSON schema](/api/entity#tag/Schemas/operation/getJsonSchema) and a [JSON example](/api/entity#tag/Schemas/operation/getSchemaExample) of an entity part of your webhook. Alternatively, you can download these from the epilot portal for each of your entities from the entity builder UI.

![Export Entity Schema](../static/img/export-entity-schema.png)

Expand Down Expand Up @@ -158,4 +158,4 @@ Custom OAuth parameters can be seamlessly integrated into the webhook configurat
## Limitations

### Timeout
As previously mentioned, the webhook request times out after 30 seconds for synchronous webhooks. For asynchronous webhooks, the request will not time out, but the webhook will be flagged as unsuccessful if the request takes longer than 2 minutes to complete. This is to prevent the webhook from being stuck in a pending state indefinitely. Contact support if you need to increase this timeout. Keep in mind that for long running requests, it is recommend to handle them asynchronously on the 3rd party side and return a 202 Accepted response to the webhook request.
As previously mentioned, the webhook request times out after 30 seconds for synchronous webhooks. For asynchronous webhooks, the request will not time out, but the webhook will be flagged as unsuccessful if the request takes longer than 2 minutes to complete. This is to prevent the webhook from being stuck in a pending state indefinitely. Contact support if you need to increase this timeout. Keep in mind that for long running requests, it is recommend to handle them asynchronously on the 3rd party side and return a 202 Accepted response to the webhook request.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const DOCS_URL = 'https://docs.epilot.io';
title: 'Links',
items: [
{
label: '360 Portal',
label: 'epilot portal',
href: 'https://portal.epilot.cloud',
},
{
Expand Down

0 comments on commit 66d5146

Please sign in to comment.