Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
feat(docs): additional links (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime authored Apr 24, 2018
1 parent 0add8cc commit 2cf9f18
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/app/editor/layout/topnav/topnav.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@
<menu-bar menuId="layout#help">
<menu-bar-text>Help</menu-bar-text>
<menu-bar-items>
<menu-bar-item openExternal="https://dev.mixer.com" text="Documentation"></menu-bar-item>
<menu-bar-item openExternal="https://aka.ms/MixerCDKDocs" text="Custom Controls Documentation"></menu-bar-item>
<menu-bar-item openExternal="https://aka.ms/MixerCDKPreact" text="Getting Started with Preact"></menu-bar-item>
<menu-bar-item openExternal="https://aka.ms/MixerCDKHTML" text="Getting Started with HTML"></menu-bar-item>
<menu-bar-item openExternal="https://mixer.github.io/cdk-std/" text="CDK Standard Library Reference"></menu-bar-item>
<menu-bar-item openExternal="https://mixer.com/lab" text="Interactive Studio"></menu-bar-item>
<menu-bar-item openExternal="https://aka.ms/MixerSDKs" text="GameClient SDKs"></menu-bar-item>
<menu-bar-divider></menu-bar-divider>
<menu-bar-item (click)="openIssue()" text="Report Issue"></menu-bar-item>
<menu-bar-item (click)="openAbout()" text="About the CDK"></menu-bar-item>
</menu-bar-items>
Expand Down
6 changes: 5 additions & 1 deletion src/app/editor/layout/welcome/welcome.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ <h1>Control Development Kit</h1>
</div>
<div class="quick-links-section flex-33">
<div class="quick-links-header">Help</div>
<div class="quick-links-item" openExternal="https://dev.mixer.com">Documentation</div>
<div class="quick-links-item" openExternal="https://aka.ms/MixerCDKDocs">Custom Controls Documentation</div>
<div class="quick-links-item" openExternal="https://aka.ms/MixerCDKPreact">Getting Started with Preact</div>
<div class="quick-links-item" openExternal="https://aka.ms/MixerCDKHTML">Getting Started with HTML</div>
<div class="quick-links-item" openExternal="https://mixer.github.io/cdk-std/">CDK Standard Library Reference</div>
<div class="quick-links-item" openExternal="https://mixer.com/lab">Interactive Studio</div>
<div class="quick-links-item" openExternal="https://aka.ms/MixerSDKs">GameClient SDKs</div>
<div class="quick-links-item">About CDK</div>
</div>
</div>

0 comments on commit 2cf9f18

Please sign in to comment.