Skip to content

Commit 059b880

Browse files
committed
updated
1 parent 8a612a0 commit 059b880

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

docs/guides.html

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,74 @@ <h3>Open on another device</h3>
334334
</div>
335335
</section>
336336

337+
<!-- ============ Guide: Importing Projects ============ -->
338+
<section class="section section-alt" id="guide-import">
339+
<div class="container" style="max-width:900px;">
340+
<div class="section-header animate-in">
341+
<h2>📥 Importing an Existing Project</h2>
342+
<p>Bring your existing codebase into DevBox Pro.</p>
343+
</div>
344+
345+
<div class="animate-in">
346+
<p style="color:var(--text-secondary); line-height:1.8; margin-bottom:var(--space-lg);">
347+
If you already have a project directory, you don't need to create a new project. You can import it directly.
348+
</p>
349+
350+
<ol class="steps">
351+
<li class="step-item">
352+
<div class="step-number">1</div>
353+
<div class="step-content">
354+
<h3>Click "Import Project"</h3>
355+
<p>On the Dashboard or Projects tab, click the <strong>"Import"</strong> option next to the New Project button.</p>
356+
</div>
357+
</li>
358+
<li class="step-item">
359+
<div class="step-number">2</div>
360+
<div class="step-content">
361+
<h3>Select your folder</h3>
362+
<p>Choose the directory where your existing project is located. DevBox Pro will auto-detect the project type (Laravel, Node.js, etc.).</p>
363+
</div>
364+
</li>
365+
<li class="step-item">
366+
<div class="step-number">3</div>
367+
<div class="step-content">
368+
<h3>Configure Services</h3>
369+
<p>Set your desired PHP/Node.js version, assign a <code>.test</code> domain, and enable any databases you need. Click Import, and your project is ready to go!</p>
370+
</div>
371+
</li>
372+
</ol>
373+
</div>
374+
</div>
375+
</section>
376+
377+
<!-- ============ Guide: Settings ============ -->
378+
<section class="section" id="guide-settings">
379+
<div class="container" style="max-width:900px;">
380+
<div class="section-header animate-in">
381+
<h2>⚙️ Configuring Settings</h2>
382+
<p>Customize DevBox Pro's appearance and advanced behavior.</p>
383+
</div>
384+
385+
<div class="animate-in">
386+
<h3 style="margin-bottom:var(--space-md);">Appearance</h3>
387+
<p style="color:var(--text-secondary); line-height:1.8; margin-bottom:var(--space-lg);">
388+
Head over to the <strong style="color:var(--text-primary);">Settings</strong> page and click the <strong style="color:var(--text-primary);">Appearance</strong> tab to change the look of DevBox Pro. You can switch between Light and Dark modes, or set it to match your system preferences. You can also customize the primary accent color to match your style.
389+
</p>
390+
391+
<h3 style="margin-bottom:var(--space-md);">Advanced Settings</h3>
392+
<p style="color:var(--text-secondary); line-height:1.8; margin-bottom:var(--space-md);">
393+
The <strong style="color:var(--text-primary);">Advanced</strong> tab in Settings allows you to configure deep application behaviors:
394+
</p>
395+
<ul style="list-style:none; padding:0; margin-bottom:var(--space-lg); color:var(--text-secondary);">
396+
<li style="padding:4px 0;"><strong>Auto-Start Projects:</strong> Choose whether projects should automatically start when DevBox Pro opens.</li>
397+
<li class="padding:4px 0;"><strong>Default TLD:</strong> Change the default local domain suffix (e.g., from <code>.test</code> to <code>.local</code>).</li>
398+
<li class="padding:4px 0;"><strong>Port Ranges:</strong> Specify the starting ports for web servers to avoid conflicts with other apps.</li>
399+
<li class="padding:4px 0;"><strong>Hardware Acceleration:</strong> Toggle GPU acceleration for the desktop app.</li>
400+
</ul>
401+
</div>
402+
</div>
403+
</section>
404+
337405
<!-- ============ Footer ============ -->
338406
<footer class="footer">
339407
<div class="container">

0 commit comments

Comments
 (0)