We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 623816c + 040b46e commit be4a8cfCopy full SHA for be4a8cf
src/app/components/navigation/navbar/index.tsx
@@ -28,6 +28,11 @@ const Navbar = ({ toggle }: { toggle: () => void }) => {
28
<p>Deliverables</p>
29
</Link>
30
</li>
31
+ <li>
32
+ <a href="https://apple-vision-pro-tutorial.readthedocs.io/en/latest/" target="_blank">
33
+ <p>Documentations</p>
34
+ </a>
35
+ </li>
36
</ul>
37
</div>
38
src/app/components/navigation/sidebar/index.tsx
@@ -32,6 +32,11 @@ const Sidebar = ({
+ <a href="https://apple-vision-pro-tutorial.readthedocs.io/en/latest/" onClick={toggle} target="_blank">
39
40
41
42
</>
0 commit comments