-
Notifications
You must be signed in to change notification settings - Fork 803
Description
Describe the problem
The Getting Started page on the tauri website is rather confusing as all Headers are h3
. It might be difficult for some to understand what belongs to "Start a new tauri project" and what to the "Initialize Project" Subject.
(I just noticed there is some minor inconsistency with the colons in the headers)
Describe the solution you'd like
I would change the layout to:
<h3>Start a New Tauri Project<h3>
<h3>Add Tauri to Existing Project<h3>
<h4>1. Some description for the first step<h4>
<h4>2. Initialize Tauri in Your App<h4>
<h4>3. Check tauri info to Make Sure Everything Is Set up Properly<h4>
This could even help with SEO to some extend.
Alternatives considered
I don't even know if I understood the layout completely. If someone knows exactly whats going on there please provide a better alternative.
Additional context
If step 2 and 3 on the website don't even belong to the on the Add Tauri to Existing Project-step it's a completely different issue. Because then it's even more confusing. I didn't have to do cargo tauri init
to generate the src-tauri folder. It was generated automatically in step Start a New Tauri Project. The site might be simply outdated.