mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-28 11:46:02 +08:00
Reverts to original documentation setup (#335)
This commit is contained in:
parent
d06f3050bf
commit
b51227f991
5 changed files with 11 additions and 13 deletions
|
@ -29,8 +29,8 @@ Dive deeper into the documentation for how to create, manage and launch campaign
|
|||
## Tutorials
|
||||
|
||||
<Cards>
|
||||
<Card title="Create" href="/docs/how-to/campaigns/create">Start here to get up and running and get aquainted at a high level with sending messages with Parcelvoy.</Card>
|
||||
<Card title="Design" href="/docs/how-to/campaigns/design">Design, preview and proof campaigns to make sure they are perfect!</Card>
|
||||
<Card title="Launch" href="/docs/how-to/campaigns/launch">Schedule, launch and evaluate how your campaigns are performing.</Card>
|
||||
<Card title="Customize" href="/docs/how-to/campaigns/templates">Templates are the backbone of campaigns and allow you to create dynamic messages.</Card>
|
||||
<Card title="Create" href="/how-to/campaigns/create">Start here to get up and running and get aquainted at a high level with sending messages with Parcelvoy.</Card>
|
||||
<Card title="Design" href="/how-to/campaigns/design">Design, preview and proof campaigns to make sure they are perfect!</Card>
|
||||
<Card title="Launch" href="/how-to/campaigns/launch">Schedule, launch and evaluate how your campaigns are performing.</Card>
|
||||
<Card title="Customize" href="/how-to/campaigns/templates">Templates are the backbone of campaigns and allow you to create dynamic messages.</Card>
|
||||
</Cards>
|
|
@ -15,5 +15,5 @@ Lets say you have a journey to send a user a reminder to check into their flight
|
|||
#### Steps
|
||||
- Create a journey `Entrance` and set it to trigger bassed on an event (i.e. `Ticket Purchased`)
|
||||
- Set the `Data Key` parameter of this entrance to a value so you can reference this step later (i.e. `entrance`)
|
||||
- Add a `Delay` step and pick the `Until Date` type. For the value, use a [Handlebars function](/docs/how-to/campaigns/templates) to subtract one day from the date of the flight. To get this date, use the `journey` variable name and reference the data of the entrance by using its data key (i.e. `entrance`). So for example `journey["entrance"].flight_data` would get the value of `flight_data` from the step with `Data Key` `entrance`.
|
||||
- Add a `Delay` step and pick the `Until Date` type. For the value, use a [Handlebars function](/how-to/campaigns/templates) to subtract one day from the date of the flight. To get this date, use the `journey` variable name and reference the data of the entrance by using its data key (i.e. `entrance`). So for example `journey["entrance"].flight_data` would get the value of `flight_data` from the step with `Data Key` `entrance`.
|
||||
- Create a `Send` step and build the email to go out. You can continue to reference the variable `journey` in the email you build to fill in details such as flight number, etc.
|
|
@ -20,7 +20,7 @@ Sends are the main action you can perform inside of a journey. A send encapsulat
|
|||
|
||||
#### Parameters
|
||||
- **Name**: What you would like to call the step
|
||||
- **Data Key**: A unique key you can set to reference the result of the action ([more on that here](/docs/how-to/journeys/advanced))
|
||||
- **Data Key**: A unique key you can set to reference the result of the action ([more on that here](/how-to/journeys/advanced))
|
||||
- **Campaign**: The associated campaign. You can use an existing one or hit the plus icon to create a new one.
|
||||
|
||||
## Balancer
|
||||
|
|
|
@ -4,6 +4,6 @@ Integrations are the backbone of Parcelvoy and let you configure how your commun
|
|||
Integrations are project specific meaning if you have a test and production project, you can have each one setup to use different providers.
|
||||
|
||||
:::tip
|
||||
See the [providers section](/docs/providers) for more information on the integrations available.
|
||||
See the [providers section](/providers) for more information on the integrations available.
|
||||
:::
|
||||
|
||||
|
|
|
@ -7,14 +7,14 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
|||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: 'Parcelvoy',
|
||||
tagline: 'Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!',
|
||||
tagline: 'Dinosaurs are cool',
|
||||
favicon: 'img/favicon.ico',
|
||||
|
||||
// Set the production url of your site here
|
||||
url: 'https://parcelvoy.com',
|
||||
url: 'https://docs.parcelvoy.com',
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||
baseUrl: '/docs/',
|
||||
baseUrl: '/',
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
|
@ -43,9 +43,8 @@ const config = {
|
|||
// Remove this to remove the "edit this page" links.
|
||||
editUrl:
|
||||
'https://github.com/parcelvoy/platform/blob/main/docs/',
|
||||
routeBasePath: '/'
|
||||
routeBasePath: '/',
|
||||
},
|
||||
blog: false,
|
||||
theme: {
|
||||
customCss: require.resolve('./src/css/custom.css'),
|
||||
},
|
||||
|
@ -65,7 +64,6 @@ const config = {
|
|||
alt: 'Parcelvoy',
|
||||
src: 'img/parcelvoy.svg',
|
||||
srcDark: 'img/parcelvoy-light.svg',
|
||||
href: 'https://parcelvoy.com'
|
||||
},
|
||||
items: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue