tauri-docs
tauri-docs copied to clipboard
tauri.conf.json, package.json, Cargo.toml
There are many places to configure things, and we need to do not only a better job documenting all the possibilities, but also explain how they interact and impact a project.
I am thinking we need a whole section about this, with a general overview and then individual pages for each of these.
I guess being more explicit for package.json and Cargo.toml is respectively for Rust devs and JS devs who may be lost, right?
Yeah, I think everyone should be able to inform themselves of what everything means to tauri, regardless of where they come from.
@JonasKruckenberg we have this bit repeated in all the guides. I think it would make sense to move this to the "Architecture" section (with a link in the docs) and take that as an opportunity to address this as well. Thoughts?
Hmmm. I agree it would make sense to have this in an architecture guide, but Imo the getting started pages should be as self contained as possible. We don't wanna risk loosing/having people bounce bc they got confused by so many links to all over the place 🤔
Maybe we leave it as-is in the guides and just have a link with "go here to learn more about these..."
Yeah that sounds like a great idea 👍