From 32f5bce856861bce2c56e938868989164663ace3 Mon Sep 17 00:00:00 2001 From: rowa97 Date: Fri, 19 Jan 2018 15:49:19 -0600 Subject: [PATCH] Create working-with-files.md --- articles/editor/working-with-files.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 articles/editor/working-with-files.md diff --git a/articles/editor/working-with-files.md b/articles/editor/working-with-files.md new file mode 100644 index 0000000..b60911e --- /dev/null +++ b/articles/editor/working-with-files.md @@ -0,0 +1,22 @@ +# Working with Files + +As part of our effort to make the Stoplight platform more flexible and familiar we added a file explorer to Stoplight NEXT. You can now see all your files sorted by filetype in one central location within Projects. File types include: + +* .hub (Hub/Docs Files) +* .oas2 (Modeling Files) +* .scenarios (Scenario/Testing FIles) +* .prism (Prism Files) +* .md (Markdown Files) + +## File Explorer + +WIthin the file explorer you can: + +* Search for Files + * Search for files using the search bar at the top of the file explorer +* Create Files + * Hover to the right of the filetype headers and click the + to create a new file +* Export Files + * Hover to the right of a file and click the arrow to export files into OAS +* Delete Files + * Hover to the right of a file and click the trash can to delete files