-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build-docs]: How to build your Tauri app documentation #2189
base: v2
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for tauri-v2 failed.Built without sensitive environment variables
|
you can, (and should, IMO) check v1 docs build section https://tauri.app/v1/guides/building/ and match to the migration guide https://v2.tauri.app/start/migrate/from-tauri-1/ to check for stuff that changed, it will be mostly tauri.conf settings and the use of plugins If you have trouble in any part of the process please ask notice that "sidecar" and "resources" is now on develop section, at least sidecar it is could you move those url fixes to the other PR? are they needed here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Imo we shouldn't have a "Build" section, all the docs in that section can be put in either "Distribute" or "Develop" instead. The information is relevant but the structure and format is old. Part of the reason I don't feel it makes sense is because you always either build in development or you build for distribution, there's not really a step in-between when you build. So we should have articles about building and debugging in Develop, and if you distribute binaries then that's what the Distribute section is all about.
Also, what is the prerequisites page for? That'd just be the general prerequisites we have in Quick Start?
We could have Develop > Build and Distribute > Build perhaps? I don't want the sidebar to get too bloated, it's already pretty huge
I think all of the mentioned guides are already live. Feel free to correct me on what is still missing. |
What kind of changes does this PR include?
Description
Check List
Distribute Docs