From c0431f10f163e3b4fab6b27a2bb79ac9fa605a59 Mon Sep 17 00:00:00 2001 From: Pam Goodrich <91907863+pamgoodrich@users.noreply.github.com> Date: Tue, 21 Jun 2022 15:03:32 -0600 Subject: [PATCH] Modified 2 files (#598) --- docs/Basics/web-vs-desktop-app.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 docs/Basics/web-vs-desktop-app.md diff --git a/docs/Basics/web-vs-desktop-app.md b/docs/Basics/web-vs-desktop-app.md deleted file mode 100644 index 5ef67e2e..00000000 --- a/docs/Basics/web-vs-desktop-app.md +++ /dev/null @@ -1,17 +0,0 @@ -# Studio Desktop vs. Studio Web - -Stoplight Studio is available in two different formats: desktop and web. Studio Desktop is an offline-first application that runs locally on your computer. Studio web is a web application that runs purely in your browser. - -## Studio Web - -The Studio Web interface is ideal for collaboration and working real time with existing hosted Git repositories. For quick and easy publishing, you can also create projects that are not tied to a repository. - -In the past it was a standalone tool, but it is now part of the larger [Stoplight Platform](https://stoplight.io/welcome) ecosystem, which provides API design and style guide editors, hosted documentation, an Explorer for searching across multiple APIs, and much more. - -Learn more about [Studio Web](https://meta.stoplight.io/docs/platform/ZG9jOjIwNjk2MQ-welcome-to-the-stoplight-docs). - -## Studio Desktop - -The [Studio Desktop](https://stoplight.io/studio/) application provides an offline-first, native interface for designing and modeling your APIs. It also allows you to work directly with local files and folders on your computer. - -This standalone tool can be used to edit the contents of any projects, whether they're linked to Stoplight Platform or not. See [Local Projects](https://meta.stoplight.io/docs/platform/ZG9jOjQ1NTQxMw-publish-with-the-stoplight-cli) for details.