Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linked to source referenced in interactive example #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Interactive

import useBaseUrl from '@docusaurus/useBaseUrl';

This is a comprehensive example that showcase what can be done by utilizing all the available features provided in MindAR. There is nothing new, so we will not go into the details. You can checkout the Demo and view the complete source for references.
This is a comprehensive example that showcase what can be done by utilizing all the available features provided in MindAR. There is nothing new, so we will not go into the details. You can checkout the Demo and [view the complete source](https://github.com/hiukim/mind-ar-js-doc/blob/master/static/samples/advanced.html) for references.

<a href={useBaseUrl('/samples/advanced.html')} target="_blank">Live Demo</a>

Expand Down