capacitor-community / electron

Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Electron platform! 🖥️
https://capacitor-community.github.io/electron/
MIT License
318 stars 58 forks source link

Fix bad reference to ElectronCapacitorConfig in the docs. #203

Open conlanpatrek opened 1 year ago

conlanpatrek commented 1 year ago

I noticed this today while setting up my build. The export is actually called CapacitorElectronConfig but the docs reference ElectronCapacitorConfig.

There appears to be a build directory committed (/docs) that needs to be updated as well. I have a commit that does this, but I've withheld it from the PR. Wasn't sure if you gated the actual generated docs or not... Looks like building on my machine may cause artifacts in unexpected docs files.

LMK if you want me to build the docs and add them into this PR, and I will.