192192</ a >
193193</ li >
194194< li class ="md-nav__item ">
195- < a class ="md-nav__link " href ="#resetting ">
195+ < a class ="md-nav__link " href ="#project-structure ">
196196< span class ="md-ellipsis ">
197- π Resetting
197+ Project Structure
198198 </ span >
199199</ a >
200200</ li >
201201< li class ="md-nav__item ">
202- < a class ="md-nav__link " href ="#project-structure ">
202+ < a class ="md-nav__link " href ="#resetting ">
203203< span class ="md-ellipsis ">
204- Project Structure
204+ π Resetting
205205 </ span >
206206</ a >
207207</ li >
350350</ a >
351351</ li >
352352< li class ="md-nav__item ">
353- < a class ="md-nav__link " href ="#resetting ">
353+ < a class ="md-nav__link " href ="#project-structure ">
354354< span class ="md-ellipsis ">
355- π Resetting
355+ Project Structure
356356 </ span >
357357</ a >
358358</ li >
359359< li class ="md-nav__item ">
360- < a class ="md-nav__link " href ="#project-structure ">
360+ < a class ="md-nav__link " href ="#resetting ">
361361< span class ="md-ellipsis ">
362- Project Structure
362+ π Resetting
363363 </ span >
364364</ a >
365365</ li >
@@ -447,12 +447,6 @@ <h2 id="what-just-happened">π§© What Just Happened?</h2>
447447< blockquote >
448448< p > π‘ Only Caddy exposes a port β all services are routed through it.</ p >
449449</ blockquote >
450- < h2 id ="resetting "> π Resetting</ h2 >
451- < p > If you want to start fresh:</ p >
452- < div class ="highlight "> < pre > < span > </ span > < code > docker< span class ="w "> </ span > compose< span class ="w "> </ span > down< span class ="w "> </ span > --volumes
453- docker< span class ="w "> </ span > compose< span class ="w "> </ span > up< span class ="w "> </ span > -d
454- </ code > </ pre > </ div >
455- < p > This will wipe your database and re-run all migrations from scratch.</ p >
456450< h2 id ="project-structure "> Project Structure</ h2 >
457451< div class ="highlight "> < pre > < span > </ span > < code > π bin/ β Helper scripts (e.g. wrappers for CLI tools)
458452π caddy/ β Custom Caddy configuration and certificates
@@ -466,6 +460,12 @@ <h2 id="project-structure">Project Structure</h2>
466460π mkdocs.yml β MkDocs configuration for documentation site
467461π README.md β Overview and quick start for the repository
468462</ code > </ pre > </ div >
463+ < h2 id ="resetting "> π Resetting</ h2 >
464+ < p > If you want to start fresh:</ p >
465+ < div class ="highlight "> < pre > < span > </ span > < code > docker< span class ="w "> </ span > compose< span class ="w "> </ span > down< span class ="w "> </ span > --volumes
466+ docker< span class ="w "> </ span > compose< span class ="w "> </ span > up< span class ="w "> </ span > -d
467+ </ code > </ pre > </ div >
468+ < p > This will wipe your database and re-run all migrations from scratch.</ p >
469469< h2 id ="whats-next "> β What's Next?</ h2 >
470470< p > π < a href ="../migrations/ "> Create your database schema with migrations</ a > < br />
471471π < a href ="../deploying/ "> Deploy to a remote environment</ a > </ p >
0 commit comments