Feature/docs update (#1218)

* Doc updates

* Add carousel

* Add more images to carousel

* Add search

* Fix CSS

* Cheeky fix for 1px bug
This commit is contained in:
Lea Anthony
2022-03-06 22:29:26 +11:00
committed by GitHub
parent a48ea8768f
commit 51dd1361e3
9 changed files with 396 additions and 13 deletions
+13 -1
View File
@@ -12,4 +12,16 @@ something similar to the following code:
//go:embed frontend/dist
var assets embed.FS
```
Check that `frontend/dist` contains your application assets.
Check that `frontend/dist` contains your application assets.
## Mac application not valid
If your built application looks like this in finder:
<p className="text--center">
<img src="/img/troubleshooting/invalid_mac_app.png"></img>
</p>
it's likely that your application's `info.plist` is invalid. Update the file in `build/<yourapp>.app/Contents/info.plist`
and check if the data is valid, EG check the binary name is correct. To persist the changes, copy the file back to
the `build/darwin` directory.