Skip to content

Commit

Permalink
Incorporate best practices into how-to's
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Dupaski committed Dec 10, 2018
1 parent da0c550 commit 64ed70e
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 13 deletions.
7 changes: 6 additions & 1 deletion _assets/mappings/redirect.js
Expand Up @@ -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
Expand Down Expand Up @@ -2173,7 +2177,8 @@ module.exports = {
{
from: "/deployment/cloud-foundry/",
to: "/developerportal/deploy/cloud-foundry-deploy"
}, /****************************************************
},
/****************************************************
* SUPPORT
****************************************************/

Expand Down
12 changes: 3 additions & 9 deletions content/howto/ux/index.md
Expand Up @@ -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
@@ -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
Expand Down

0 comments on commit 64ed70e

Please sign in to comment.