This repository contains the source of the https://docs.fyne.io website.
The website uses hugo to generate the website from markdown files.
Follow the steps at [https://gohugo.io/installation/]
git clone https://github.com/fyne-io/docs.fyne.io.gitcd docs.fyne.iohugo server -DTo generate new images etc. you can use the following commands:
cd _gen
go run genwidgets.go # generate widget images
go run genlayouts.go # generate layout images
go run gendialogs.go # generate dialog images
./genicons.sh # generate icon list html
./genapi.sh # generate api documentation structure