diff --git a/_assets/mappings/redirect.js b/_assets/mappings/redirect.js index 8620c920bc0..87f0da2a58d 100644 --- a/_assets/mappings/redirect.js +++ b/_assets/mappings/redirect.js @@ -2066,6 +2066,10 @@ module.exports = { { from: "/howto/tutorials/build-an-iot-app", to: "/refguide/web-modeler/overview-wm" + }, + { + from: "/howtogeneral/bestpractices/ux-best-practices", + to: "/howto/ux/ux-best-practices" }, /**************************************************** * Mendix Cloud @@ -2173,7 +2177,8 @@ module.exports = { { from: "/deployment/cloud-foundry/", to: "/developerportal/deploy/cloud-foundry-deploy" - }, /**************************************************** + }, + /**************************************************** * SUPPORT ****************************************************/ diff --git a/content/howtogeneral/bestpractices/attachments/ux-best-practices/buttons.png b/content/howto/ux/attachments/ux-best-practices/buttons.png similarity index 100% rename from content/howtogeneral/bestpractices/attachments/ux-best-practices/buttons.png rename to content/howto/ux/attachments/ux-best-practices/buttons.png diff --git a/content/howtogeneral/bestpractices/attachments/ux-best-practices/cards.png b/content/howto/ux/attachments/ux-best-practices/cards.png similarity index 100% rename from content/howtogeneral/bestpractices/attachments/ux-best-practices/cards.png rename to content/howto/ux/attachments/ux-best-practices/cards.png diff --git a/content/howtogeneral/bestpractices/attachments/ux-best-practices/drop-down.png b/content/howto/ux/attachments/ux-best-practices/drop-down.png similarity index 100% rename from content/howtogeneral/bestpractices/attachments/ux-best-practices/drop-down.png rename to content/howto/ux/attachments/ux-best-practices/drop-down.png diff --git a/content/howtogeneral/bestpractices/attachments/ux-best-practices/forms.png b/content/howto/ux/attachments/ux-best-practices/forms.png similarity index 100% rename from content/howtogeneral/bestpractices/attachments/ux-best-practices/forms.png rename to content/howto/ux/attachments/ux-best-practices/forms.png diff --git a/content/howtogeneral/bestpractices/attachments/ux-best-practices/long-lines.png b/content/howto/ux/attachments/ux-best-practices/long-lines.png similarity index 100% rename from content/howtogeneral/bestpractices/attachments/ux-best-practices/long-lines.png rename to content/howto/ux/attachments/ux-best-practices/long-lines.png diff --git a/content/howtogeneral/bestpractices/attachments/ux-best-practices/pop-up.png b/content/howto/ux/attachments/ux-best-practices/pop-up.png similarity index 100% rename from content/howtogeneral/bestpractices/attachments/ux-best-practices/pop-up.png rename to content/howto/ux/attachments/ux-best-practices/pop-up.png diff --git a/content/howtogeneral/bestpractices/attachments/ux-best-practices/single-screen.png b/content/howto/ux/attachments/ux-best-practices/single-screen.png similarity index 100% rename from content/howtogeneral/bestpractices/attachments/ux-best-practices/single-screen.png rename to content/howto/ux/attachments/ux-best-practices/single-screen.png diff --git a/content/howtogeneral/bestpractices/attachments/ux-best-practices/where-am-i.png b/content/howto/ux/attachments/ux-best-practices/where-am-i.png similarity index 100% rename from content/howtogeneral/bestpractices/attachments/ux-best-practices/where-am-i.png rename to content/howto/ux/attachments/ux-best-practices/where-am-i.png diff --git a/content/howto/ux/index.md b/content/howto/ux/index.md index 9df4789700a..683dc5d9ba9 100644 --- a/content/howto/ux/index.md +++ b/content/howto/ux/index.md @@ -4,15 +4,9 @@ title: "UX" ## 1 Introduction -Looking to create great user experiences and a user-friendly graphical user interface (GUI) for your app? You will find all the information you need here, from how to create pages to how to set up the navigation structure. +Looking to create great user experiences and a user-friendly graphical user interface (GUI) for your app? You will find all the information you need here, from how to create pages to how to set up the navigation structure and implement best practices. ## 2 Main Documents in This Category -* [Create Your First Two Overview & Detail Pages](create-your-first-two-overview-and-detail-pages) -* [Implement Styles](styles) -* [Filter Data on an Overview Page](filtering-data-on-an-overview-page) -* [Set Up the Navigation Structure](setting-up-the-navigation-structure) -* [Set Up Layouts & Snippets](layouts-and-snippets) -* [Set Up the Mendix UI Framework](setup-mendix-ui-framework) -* [Create a Custom Theme with the Mendix UI Framework](create-a-custom-theme-with-the-mendix-ui-framework) -* [Style Google Maps](style-google-maps) +Configure Your Theme +Create a Custom Theme with the Mendix UI Framework \ No newline at end of file diff --git a/content/howtogeneral/bestpractices/ux-best-practices.md b/content/howto/ux/ux-best-practices.md similarity index 98% rename from content/howtogeneral/bestpractices/ux-best-practices.md rename to content/howto/ux/ux-best-practices.md index c01f9b8ba17..65c7a8aa638 100644 --- a/content/howtogeneral/bestpractices/ux-best-practices.md +++ b/content/howto/ux/ux-best-practices.md @@ -1,7 +1,7 @@ --- -title: "Best Practices for UX Design" -category: "Best Practices" -tags: ["UX", "UI", "user experience", "design", "menu", "button", "typography", "card"] +title: "Implement Best Practices for UX Design" +category: "UX" +tags: ["ux", "ui", "ux designer", "user experience", "design", "menu", "button", "typography", "card"] --- ## 1 Introduction