Skip to content

Commit

Permalink
Update get-started landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jun 21, 2024
1 parent 9415a94 commit b73a2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/get-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Learn about the Viam platform by reading our Viam in 3 minutes guide or try it o
{{< cards >}}
{{% card link="/get-started/viam/" %}}
{{% card link="/get-started/try-viam/" %}}
{{% card link="/get-started/quickstarts/control-motor/" %}}
{{< /cards >}}

If you're ready to try it on your own machine, start by installing `viam-server`.
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/quickstarts/control-motor.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ async def main():
# Don't forget to close the machine when you're done!
await machine.close()


if __name__ == '__main__':
asyncio.run(main())

```

{{% /tab %}}
Expand Down

0 comments on commit b73a2e2

Please sign in to comment.