Skip to content

Commit f487f42

Browse files
committed
update index
1 parent 6eb0d8d commit f487f42

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

β€Žsrc/content/docs/about/intro.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import logo from '../../../assets/fp_icon.jpg';
1111
**Powerful, efficient, and intuitive gameplay design for Unreal Engine developers.**
1212

1313
πŸͺ [Get FlowPilot!](https://spotlesslink.com/4lyb6)
14-
| πŸ–₯️ [Documentation](http://www.flowpilot.dev)
1514
| πŸ†“ [Demo Version](https://mikea15.itch.io/flowpilot-ue-plugin)
1615
| πŸ› [Issues/Feature Requests](https://github.com/Mikea15/UEFlowPilot/issues)
1716
| πŸ—¨οΈ [Discord](https://discord.gg/sF9KjZ9qqj)

β€Žsrc/content/docs/index.mdx

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
---
2-
title: Welcome to FlowPilot!
3-
description: 'A simple, modular and extensible gameplay system that allows fast data-driven gameplay flow creation for Unreal Engine 5'
2+
title: "FlowPilot: Streamline Your Unreal Engine Gameplay Creation"
3+
description: 'Powerful, efficient, and intuitive gameplay design for Unreal Engine developers.'
44
template: splash
55
hero:
6-
tagline: 'A simple, modular and extensible gameplay system that allows fast data-driven gameplay flow creation for Unreal Engine 5'
6+
tagline: 'Powerful, efficient, and intuitive gameplay design for Unreal Engine developers.'
77
image:
88
file: ../../assets/fp_icon.jpg
99
actions:
10-
- text: New to FlowPilot? Start Here
10+
- text: πŸ‘‰ Start Here
1111
link: /about/intro/
1212
icon: open-book
1313
variant: primary
14-
- text: Open the Reference Doc
15-
link: /reference/uflowpilotcomponent/
14+
- text: πŸ“– Open the Reference Doc
15+
link: /reference/flowpilotcomponent/
1616
icon: external
1717
variant: primary
18+
1819
banner:
1920
content: |
2021
FlowPilot is available now!
21-
πŸͺ <a href="https://spotlesslink.com/4lyb6">Get it from the Unreal Marketplace</a> πŸŽ‰
22+
πŸͺ <a href="https://spotlesslink.com/4lyb6">Get FlowPilot Now</a> πŸŽ‰
2223
---
2324

2425
import { LinkCard, Card, CardGrid } from '@astrojs/starlight/components';
2526

2627
<CardGrid>
27-
<LinkCard title="Unreal Marketplace" icon="rocket" href="https://spotlesslink.com/4lyb6" />
28-
<LinkCard title="Discord Support" href="https://discord.gg/sF9KjZ9qqj" />
28+
<LinkCard title="πŸš€ Get FlowPilot Now πŸŽ‰" icon="rocket" href="https://spotlesslink.com/4lyb6" />
29+
<LinkCard title="πŸ—¨οΈ Discord Support" href="https://discord.gg/sF9KjZ9qqj" />
2930
</CardGrid>
3031

3132
## Featured Pages
@@ -38,11 +39,10 @@ import { LinkCard, Card, CardGrid } from '@astrojs/starlight/components';
3839
Follow the Introduction to FlowPilot guide to get a grasp on the basic concepts.
3940
[Read Now](/guides/introductiontoflowpilot/)
4041
</Card>
41-
{/* <Card title="Debugging! Lets dive in" icon="setting">
42-
Want to stay on top of performance, and know what's going on? Learn about Visual Logger, Profiling, and reading FlowPilot logs.
43-
[Read Now](/guides/usingflowpilot)
42+
<Card title="Intuitive Design Tools" icon="setting">
43+
Custom FlowPilot Editor, Visual Flow Creation, Blueprint & C++ Support
44+
</Card>
45+
<Card title="Modular Architecture" icon="setting">
46+
Reusablility, Data-Driven Approach, Seamless Integration
4447
</Card>
45-
<Card title="Console Commands Reference" icon="setting">
46-
Open the list of [Console Commands Here](/about/consolecommands/)
47-
</Card> */}
4848
</CardGrid>

0 commit comments

Comments
Β (0)