Add internal download buttons
Summary: I found a `CFBundleURLTypes` in the .app. Turns out that Munki has a bunch of hard-to-discover deeplinks: https://github.com/munki/munki/wiki/Munki-Links Reviewed By: mweststrate Differential Revision: D26125684 fbshipit-source-id: 3a470360e3df287bd9a07d2e587094cbf7879e33
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7142f6310c
commit
b1e6426114
@@ -27,10 +27,31 @@ export default function Index() {
|
||||
API.
|
||||
</h2>
|
||||
<FbInternalOnly>
|
||||
<h2>
|
||||
Facebook employees should download the internal version of
|
||||
Flipper from Managed Software Center
|
||||
</h2>
|
||||
<div>
|
||||
<p className="landing-btn landing-btn-left landing-btn-label">
|
||||
Download
|
||||
</p>
|
||||
<a
|
||||
className="landing-btn landing-btn-middle primary"
|
||||
href="munki://detail-Flipper">
|
||||
Mac
|
||||
</a>
|
||||
<a
|
||||
className="landing-btn landing-btn-middle primary"
|
||||
href="https://fburl.com/flipper-linux-download">
|
||||
Linux (Beta)
|
||||
</a>
|
||||
<a
|
||||
className="landing-btn landing-btn-right primary"
|
||||
href="https://fburl.com/flipper-windows-download">
|
||||
Windows (Beta)
|
||||
</a>
|
||||
<a
|
||||
className="landing-btn"
|
||||
href={useBaseUrl('docs/features/index')}>
|
||||
Learn more
|
||||
</a>
|
||||
</div>
|
||||
</FbInternalOnly>
|
||||
<OssOnly>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user