diff --git a/docs/deployment/desktop-app.md b/docs/deployment/desktop-app.md deleted file mode 100644 index 430bd0d1b11..00000000000 --- a/docs/deployment/desktop-app.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: Deploying a Desktop App -sidebar_label: Electron Desktop App ---- - - - Building a Desktop Application for Windows and macOS App Stores - - - -Building a desktop app with Ionic allows developers to reuse 100% of their code and ship a traditional desktop app while still having access to all the native device features, like push notifications. This guide assumes familiarity with Electron, and does not go into "how" to build an electron app. For that, check out the official Electron guide. - -## macOS App - -### Requirements - -There are two hard requirements for publishing an app on the macOS app store - -- Latest version of [Xcode](https://itunes.apple.com/us/app/xcode/id497799835?mt=12) -- An active developer account ($100 through Apple's developer portal) - -### Publishing - -The Electron team has a detailed guide on how to publish an app for macOS. Please review [the docs here.](https://electronjs.org/docs/tutorial/mac-app-store-submission-guide) - -## Windows App - -### Requirements - -There are four hard requirements for publishing an app on the Windows app store - -- Windows 10 with Anniversary Update (released August 2nd, 2016) -- The Windows 10 SDK, [download here](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) -- Node -- electron-windows-store CLI - -`electron-windows-store` can be installed via npm: - -```shell -npm install -g electron-windows-store -``` - -### Publishing - -Like macOS, Electron has a detailed guide on how to publish an app for Windows. Please review [the docs here](https://electronjs.org/docs/tutorial/windows-store-guide) diff --git a/sidebars.js b/sidebars.js index ac8d9c721d8..85d76273220 100644 --- a/sidebars.js +++ b/sidebars.js @@ -187,12 +187,7 @@ module.exports = { type: 'category', label: 'Deployment', collapsed: false, - items: [ - 'deployment/app-store', - 'deployment/play-store', - 'deployment/progressive-web-app', - 'deployment/desktop-app', - ], + items: ['deployment/app-store', 'deployment/play-store', 'deployment/progressive-web-app'], }, { type: 'category',