Init
This commit is contained in:
14
content/getting-started/_index.en.md
Normal file
14
content/getting-started/_index.en.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Getting Started
|
||||
type: docs
|
||||
weight: 1
|
||||
---
|
||||
|
||||
Welcome to Hytale plugin development! This section will guide you through setting up your development environment and creating your first plugin.
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="prerequisites" title="Prerequisites" subtitle="Set up Java 25, Gradle, and your IDE" >}}
|
||||
{{< card link="building-and-running" title="Building & Running" subtitle="Build your plugin and deploy it" >}}
|
||||
{{< card link="creating-a-plugin" title="Creating a Plugin" subtitle="Project structure and manifest.json" >}}
|
||||
{{< card link="plugin-lifecycle" title="Plugin Lifecycle" subtitle="Understanding setup, start, and shutdown" >}}
|
||||
{{< /cards >}}
|
||||
Reference in New Issue
Block a user