Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikea15 committed Sep 1, 2024
1 parent 6eb0d8d commit f487f42
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
1 change: 0 additions & 1 deletion src/content/docs/about/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import logo from '../../../assets/fp_icon.jpg';
**Powerful, efficient, and intuitive gameplay design for Unreal Engine developers.**

πŸͺ [Get FlowPilot!](https://spotlesslink.com/4lyb6)
| πŸ–₯️ [Documentation](http://www.flowpilot.dev)
| πŸ†“ [Demo Version](https://mikea15.itch.io/flowpilot-ue-plugin)
| πŸ› [Issues/Feature Requests](https://github.com/Mikea15/UEFlowPilot/issues)
| πŸ—¨οΈ [Discord](https://discord.gg/sF9KjZ9qqj)
Expand Down
30 changes: 15 additions & 15 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
---
title: Welcome to FlowPilot!
description: 'A simple, modular and extensible gameplay system that allows fast data-driven gameplay flow creation for Unreal Engine 5'
title: "FlowPilot: Streamline Your Unreal Engine Gameplay Creation"
description: 'Powerful, efficient, and intuitive gameplay design for Unreal Engine developers.'
template: splash
hero:
tagline: 'A simple, modular and extensible gameplay system that allows fast data-driven gameplay flow creation for Unreal Engine 5'
tagline: 'Powerful, efficient, and intuitive gameplay design for Unreal Engine developers.'
image:
file: ../../assets/fp_icon.jpg
actions:
- text: New to FlowPilot? Start Here
- text: πŸ‘‰ Start Here
link: /about/intro/
icon: open-book
variant: primary
- text: Open the Reference Doc
link: /reference/uflowpilotcomponent/
- text: πŸ“– Open the Reference Doc
link: /reference/flowpilotcomponent/
icon: external
variant: primary
banner:
content: |
FlowPilot is available now!
πŸͺ <a href="https://spotlesslink.com/4lyb6">Get it from the Unreal Marketplace</a> πŸŽ‰
πŸͺ <a href="https://spotlesslink.com/4lyb6">Get FlowPilot Now</a> πŸŽ‰
---

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

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

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

0 comments on commit f487f42

Please sign in to comment.