Skip to content

Commit 9897f30

Browse files
committed
added tutorial
1 parent 67acae6 commit 9897f30

4 files changed

Lines changed: 1381 additions & 0 deletions

File tree

api-reference.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ <h1 class="text-xl font-bold text-gray-900">
4646
class="text-blue-600 inline-flex items-center px-1 pt-1 text-sm font-medium border-b-2 border-blue-600">
4747
API Reference
4848
</a>
49+
<a href="tutorial.html"
50+
class="text-gray-900 inline-flex items-center px-1 pt-1 text-sm font-medium hover:text-blue-600">
51+
Tutorial
52+
</a>
4953
</div>
5054
</div>
5155
<!-- Mobile menu button -->
@@ -80,6 +84,10 @@ <h1 class="text-xl font-bold text-gray-900">
8084
class="block px-3 py-2 text-blue-600 font-medium">
8185
API Reference
8286
</a>
87+
<a href="tutorial.html"
88+
class="block px-3 py-2 text-gray-900 hover:text-blue-600">
89+
Tutorial
90+
</a>
8391
</div>
8492
</div>
8593
</nav>

forge-package-manager.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ <h1 class="text-xl font-bold text-gray-900">
4646
class="text-gray-900 inline-flex items-center px-1 pt-1 text-sm font-medium hover:text-blue-600">
4747
API Reference
4848
</a>
49+
<a href="tutorial.html"
50+
class="text-gray-900 inline-flex items-center px-1 pt-1 text-sm font-medium hover:text-blue-600">
51+
Tutorial
52+
</a>
4953
</div>
5054
</div>
5155
<!-- Mobile menu button -->
@@ -80,6 +84,10 @@ <h1 class="text-xl font-bold text-gray-900">
8084
class="block px-3 py-2 text-gray-900 hover:text-blue-600">
8185
API Reference
8286
</a>
87+
<a href="tutorial.html"
88+
class="block px-3 py-2 text-gray-900 hover:text-blue-600">
89+
Tutorial
90+
</a>
8391
</div>
8492
</div>
8593
</nav>

modules.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ <h3 class="text-lg font-semibold text-gray-900 mb-4">
124124
<div class="mt-6 pt-6 border-t border-gray-200">
125125
<h4 class="font-semibold text-sm mb-3 text-blue-600">Documentation</h4>
126126
<nav class="space-y-2">
127+
<a href="tutorial.html" class="block text-gray-600 hover:text-blue-600 py-1">
128+
Tutorial
129+
</a>
127130
<a href="api-reference.html" class="block text-gray-600 hover:text-blue-600 py-1">
128131
API Reference
129132
</a>

0 commit comments

Comments
 (0)