diff --git a/website/docs/contributing/introduction.mdx b/website/docs/contributing/ways_of_contributing.mdx similarity index 97% rename from website/docs/contributing/introduction.mdx rename to website/docs/contributing/ways_of_contributing.mdx index 53763adff..cfe50b654 100644 --- a/website/docs/contributing/introduction.mdx +++ b/website/docs/contributing/ways_of_contributing.mdx @@ -2,14 +2,12 @@ sidebar_position: 1 --- -# Introduction +# Ways of contributing Wails is an open source, community driven project. We welcome anyone to join us in contributing to the project. This documentation is aimed at anyone wishing to get familiar with the project and the development processes. -# Ways of contributing - There are many ways to contribute to the project: - Developing new features diff --git a/website/docs/introduction.mdx b/website/docs/introduction.mdx index 846b21e1d..b2206c841 100644 --- a/website/docs/introduction.mdx +++ b/website/docs/introduction.mdx @@ -11,14 +11,14 @@ Wails is a project that enables you to write desktop apps using Go and web techn Consider it a lightweight and fast Electron alternative for Go. You can easily build applications with the flexibility and power of Go, combined with a rich, modern frontend. -Wails doesn't hold back with the eye candy either! This is [xbar](https://xbarapp.com) - a desktop application for MacOS -written using Wails. It has menus, supports light and dark desktop themes, and the main window uses translucency that -gives it that 'frosty' effect of a native app. +Wails doesn't hold back with the eye candy either! This is [varly](https://varlyapp.com) - a desktop application for +MacOS & Windows written using Wails. Not only does it look great, it uses native menus and translucency - everything +you'd expect from a modern native app.

- - - + + +

## Quick Start Templates diff --git a/website/docs/reference/options.mdx b/website/docs/reference/options.mdx index c557ef612..751f34733 100644 --- a/website/docs/reference/options.mdx +++ b/website/docs/reference/options.mdx @@ -27,7 +27,7 @@ func main() { MaxHeight: 1024, StartHidden: false, HideWindowOnClose: false, - BackgroundColour: &options.RGBA{R: 0, G: 0, B: 0, A: 255}, + BackgroundColour: &options.RGBA{R: 0, G: 0, B: 0, A: 255}, AlwaysOnTop: false, Assets: assets, AssetsHandler: assetsHandler, diff --git a/website/static/img/varly.png b/website/static/img/varly.png new file mode 100644 index 000000000..2c485d54d Binary files /dev/null and b/website/static/img/varly.png differ