Skip to content

Commit

Permalink
chore: rename basics to fundamentals
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwan committed Aug 1, 2024
1 parent 024bbb7 commit ac06161
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/app/docs/docs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
>Overview</a
>
</ecsact-sidenav-section>
<ecsact-sidenav-section title="Basics">
<ecsact-sidenav-section title="Fundamentals">
<a routerLink="/docs/ecs" routerLinkActive="active">What is ECS?</a>
<a routerLink="/docs/lang" routerLinkActive="active">Language</a>
</ecsact-sidenav-section>
Expand Down
2 changes: 1 addition & 1 deletion src/app/docs/overview/overview.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<div class="grid grid-cols-1 sm:grid-cols-2 gap-x-10 gap-y-8 m-8">
<ecsact-showcase
[title]="'The Basics'"
[title]="'Fundamentals'"
[description]="'Learn more about what drives Ecsact'">
<div
showcaseImage
Expand Down
2 changes: 1 addition & 1 deletion src/app/start/start.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a routerLink="/start/unity" routerLinkActive="active">Setup</a>

<a routerLink="tutorials/unity/basic-example" routerLinkActive="active"
><span class="i24 mr-2">school</span>Basics</a
><span class="i24 mr-2">school</span>Fundamentals</a
>
<a routerLink="tutorials/unity/moving-block" routerLinkActive="active"
><span class="i24 mr-2">school</span>Moving Block</a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ <h1>Tutorial: C++ to Wasm</h1>
<section>
<h2 id="introduction">Introduction</h2>
<p>
If you're already familiar with the basics of Ecsact and want to start
creating system implementations then this is the tutorial for you. Here
you will learn what it takes to create a Wasm system implementation
If you're already familiar with the fundamentals of Ecsact and want to
start creating system implementations then this is the tutorial for you.
Here you will learn what it takes to create a Wasm system implementation
written in C++ and compiled with Emscripten.
</p>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ <h1>Create Wasm system implementations with C++</h1>
<section>
<h2 id="introduction">Introduction</h2>
<p>
If you're already familiar with the basics of Ecsact and want to start
creating system implementations then this is the tutorial for you. Here
you will learn what it takes to create a Wasm system implementation
If you're already familiar with the fundamentals of Ecsact and want to
start creating system implementations then this is the tutorial for you.
Here you will learn what it takes to create a Wasm system implementation
written in C++ and compiled with Emscripten.
</p>

Expand Down

0 comments on commit ac06161

Please sign in to comment.