docs: update homepage links and minor documentation updates

This commit is contained in:
Nick Fisher
2024-06-27 21:04:12 +08:00
parent 96df3a0f35
commit b91d629b90
9 changed files with 27 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ $ flutter pub add thermion_flutter
2. If running on iOS or MacOS, change the minimum deployment target to OSX 13
<Accordion title="Click to iOS/MacOS instructions">
<Accordion title="Click to open iOS/MacOS instructions">
Make sure the `platform` entry refers to `13.0` in your Podfile.
@@ -38,6 +38,11 @@ and change the minimum deployment target to 13.0:
</Accordion>
<Accordion title="Click to open Windows instructions">
See the [/windows](Windows) page for steps needed to build on Windows.
</Accordion>
2. Add a folder containing your assets (glTF model + skybox ktx) to your `pubspec.yaml` asset list
```yaml