Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8675b27
Update _config.yml
rallen2010 Oct 22, 2024
47b26db
first-cut site
rallen2010 Nov 5, 2024
f55f3f0
Update _config.yml
rallen2010 Nov 5, 2024
a564fc0
3 column EE main page
rallen2010 Nov 13, 2024
d00cbee
Merge branch 'main' of https://github.com/rallen2010/flowquest.github.io
rallen2010 Nov 13, 2024
4ccefbe
Create custom feature_row_icon
LouisMoreaux Nov 13, 2024
5ac12c0
Merge pull request #1 from LouisMoreaux/main
rallen2010 Nov 13, 2024
53477d8
changes
rallen2010 Nov 13, 2024
5229104
Merge branch 'main' of https://github.com/rallen2010/flowquest.github.io
rallen2010 Nov 13, 2024
5fff046
Release Draft
rallen2010 Nov 17, 2024
05bb1b5
Add GenAI post
rallen2010 Nov 18, 2024
2e93a0c
remove png from _posts
rallen2010 Nov 18, 2024
452b764
Merge pull request #2 from rallen2010/add-ai-blog
rallen2010 Nov 18, 2024
5b0d9ac
Update CNAME
rallen2010 Nov 19, 2024
31d0cae
Update _config.yml
rallen2010 Nov 19, 2024
2b793bc
open doc in new page
rallen2010 Nov 19, 2024
7fdaaf6
Update authors.yml Add LinkedIn
rallen2010 Nov 19, 2024
df78297
Fix pricing and part of the footer
LouisMoreaux Nov 19, 2024
62be643
Update pricing
LouisMoreaux Nov 19, 2024
00c3124
Merge pull request #3 from LouisMoreaux/main
rallen2010 Nov 19, 2024
c8a5c6f
fix typo in pricing
rallen2010 Nov 19, 2024
fbedb6f
25.1 aoh announce
rallen2010 Sep 19, 2025
d9487fc
Merge pull request #4 from rallen2010/add-ai-blog
rallen2010 Sep 19, 2025
ccaa3ca
25.1 release
rallen2010 Sep 24, 2025
e27d5f3
Merge branch 'main' into add-ai-blog
rallen2010 Sep 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
17 changes: 17 additions & 0 deletions .vscode/spellright.dict
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
messageflow-241-tutorial7-diagram.png
btn
bpmn
ask-flo-model-summary.png
GenAI
genai-helps-bpmn
svc
dp_
Hyand
Kscope
Solicon
flowsforapex
F4Afutures
Gen
oh-flowsforapex-251-sm.png
F4AEE-logo-onblue.png
241-oh-global-flows-sm.png
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flowsforapex.org
flowquest.net
131 changes: 8 additions & 123 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
url: "https://flowsforapex.org"
repository: "flowsforapex/flowsforapex.github.io"
url: "https://flowquest.net"
repository: "rallen2010/flowquest.github.io"

title: Flows for APEX
logo: "/assets/images/logo.svg"
email:
title: Flowquest
logo: "/assets/images/flowquest-logo-color-bg.svg"
email: info@flowquest.net
description: >- # this means to ignore newlines until "baseurl:"
All available resources for Flows for APEX in one place, designed to help you get started and learn more about the product.
All available resources for Flows for APEX Enterprise Edition in one place, designed to help you get started and learn more about the product.
minimal_mistakes_skin: default
search: true
search_full_content: true
Expand Down Expand Up @@ -58,123 +58,8 @@ plugins:
- jemoji
- jekyll-include-cache

collections:
latest:
output: true
permalink: /:collection/:path/
type: "documentation"
display_name: "Latest v24.1 (Release)"
publish_date: 2024-10-09T11:00:00+00:00
home_page: getting-started/
v23.1:
output: true
permalink: /:collection/:path/
type: "documentation"
display_name: "v23.1"
publish_date: 2023-08-10T00:00:00+00:00
home_page: getting-started/
v22.2:
output: true
permalink: /:collection/:path/
type: "documentation"
display_name: "v22.2"
publish_date: 2022-10-11T00:00:00+00:00
home_page: getting-started/
v22.1:
output: true
permalink: /:collection/:path/
type: "documentation"
display_name: "v22.1"
publish_date: 2022-02-04T00:00:00+00:00
home_page: getting-started/
v21.1:
output: true
permalink: /:collection/:path/
type: "documentation"
display_name: "v21.1"
publish_date: 2021-10-13T00:00:00+00:00
home_page: getting-started/
v5.1.2:
output: true
permalink: /:collection/:path/
type: "documentation"
display_name: "v5.1.2"
publish_date: 2021-09-13T00:00:00+00:00
home_page: tutorials/

defaults:
# _latest
- scope:
type: latest
values:
classes: wide
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "latest"
# _latest
- scope:
type: v23.1
values:
classes: wide
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "v23.1"
# _v22.2
- scope:
type: v22.2
values:
classes: wide
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "v22.2"
# _v22.1
- scope:
type: v22.1
values:
classes: wide
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "v22.1"
# _v21.1
- scope:
type: v21.1
values:
classes: wide
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "v21.1"
# _v5.1.2
- scope:
type: v5.1.2
values:
classes: wide
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "v5.1.2"
# _posts
- scope:
path: "_posts"
Expand Down Expand Up @@ -208,5 +93,5 @@ tag_archive:
analytics:
provider: "google-gtag"
google:
tracking_id: "G-DZ9P49L61X"
anonymize_ip: true
tracking_id: "G-SLSTC8TR6K"
anonymize_ip: true
2 changes: 2 additions & 0 deletions _config_dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
url: "http://localhost:4000"
baseurl: ""
24 changes: 18 additions & 6 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Niels:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "http://nielsdebr.blogspot.com/"
- label: "Bluesky"
icon: "fab fa-fw fa-bluesky"
url: "https://bsky.app/profile/nielsdb.bsky.social"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/nielsdebruijn/"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://x.com/nielsdb"
Expand All @@ -17,9 +23,12 @@ Louis:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://lmoreaux.hashnode.dev/"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://x.com/moreaux_louis"
- label: "Bluesky"
icon: "fab fa-fw fa-bluesky"
url: "https://bsky.app/profile/moreaux-louis.bsky.social"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/louis-moreaux/"
Richard:
name : "Richard Allen"
bio : "Founder and Managing Director at Flowquest Limited"
Expand All @@ -28,6 +37,9 @@ Richard:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://flows-richard.hashnode.dev/"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://x.com/FlowquestR"
- label: "Bluesky"
icon: "fab fa-fw fa-bluesky"
url: "https://bsky.app/profile/rallen2010.bsky.social"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/rallen2010/"
Loading