tauri-apps / tauri-docs

The source for all Tauri project documentation.
https://tauri.app
MIT License
825 stars 623 forks source link

[request] `reference/config/` for plugins #2281

Open FabianLars opened 5 months ago

FabianLars commented 5 months ago

Not sure if we even want this but i think it makes sense 🤷 Since the plugins do not (yet?) have schema files this will probably be manual work (for now).

vasfvitor commented 4 months ago

could you elaborate? Like where this would go and where it would be sourced from, if any specific repo, or have to gather from multiple sources

FabianLars commented 4 months ago

Some plugins, like the updater plugin (example), have additional tauri.conf.json configs and it would be nice if we could list them the same way we list core configs here https://v2.tauri.app/reference/config/.

It should be pulled from the plugins-worksapce repository for all plugins. We currently do not generate schema files like we do in the core repo though, so i guess we have to work on the plugins repo first before adding this here.