Skip to main content

Task 2

We are currently transitioning our business user documentation to Docusaurus. Your second task is to review the Information Architecture (IA) of the current website and provide feedback on aspects that are working well and areas with room for improvement as we make this transition.



Specify the time used to complete the task.

Removing the non-working Google Translate banner

The business user documentation site is built using MadCap Flare. Each page of this site shows the banner at the top of the page. The banner includes two elements: changelog and Google Translate language selection dropdown.

Banner

When you select any of the available languages from the dropdown menu, nothing happens. The site content isn't translated. This may confuse business users who expect the translated content.

Banner

The root of this issue is in this code of the MadCap Flare Master Page (.flmsp) markup:

<div id="google_translate_element">
<div class="skiptranslate goog-te-gadget" dir="ltr" style="">
<div
id=":0.targetLanguage"
class="goog-te-gadget-simple"
style="white-space: nowrap;"
>
<img
src="https://www.google.com/images/cleardot.gif"
class="goog-te-gadget-icon"
alt=""
style='background-image: url("https://translate.googleapis.com/translate_static/img/te_ctrl3.gif"); background-position: -65px 0px;'
/><span style="vertical-align: middle;"
><a aria-haspopup="true" class="VIpgJd-ZVi9od-xl07Ob-lTBxed" href="#"
><span>Select Language</span
><img
src="https://www.google.com/images/cleardot.gif"
alt=""
width="1"
height="1"
/><span style="border-left: 1px solid rgb(187, 187, 187);"
>&ZeroWidthSpace;</span
><img
src="https://www.google.com/images/cleardot.gif"
alt=""
width="1"
height="1"
/><span aria-hidden="true" style="color: rgb(118, 118, 118);"
></span
></a
></span
>
</div>
</div>
</div>

My recommendation: Either remove this code from the Master Page in MadCap Flare, or fix the issue with Google Translate API that prevents the content translation.

Changing the site font

The business user documentation site uses the Mazzard H font. While looking funny and grotesque, this font doesn't suit the purpose of the site. It makes users guess and strain their eyes. For example, the issue with dots above the "i" letter. It's difficult to tell the difference between "i" and "l" letters.

Font

My recommendation: Change to some more readable font, for example, Proxima Nova.

Proxima Nova font

Improving the site information architecture

  1. Clear categories: The main categories are clear and cover different areas of the platform. This makes it easier for users to find information. Each category (for example, Getting Started, Platform Guides, Developer Documentation) covers a specific part of the documentation.

  2. Visual aids: Icons for each category help users quickly identify different sections. These visual clues make it easier for users to recognize content types.

  3. Wide coverage: The navigation includes both user guides (for example, Platform Guides, Commerce Assistant Help) and technical documentation (for example, Developer Documentation, API Reference). This helps different types of users, from business users to developers, find the information they need.

  4. Tool-specific sections: Dedicated sections for Commerce Assistant, Business Intelligence, and Subscription Commerce Manager help users find tool-specific information quickly.

  5. User-centric organization: The structure seems to follow a user's journey, starting with "Getting Started" and moving to more specific guides and tools.

  6. Logical grouping: Related items are put together, like Commerce Assistant Help and Business Intelligence Help. This helps users find related information easily and understand how different parts of the platform connect.

  7. Quick start option: The "Getting Started" section is easy to find, which helps new users. This allows new users to quickly find basic information without being overwhelmed by advanced topics.

3:30

Time spent on this task: 3 hours and 30 minutes

Ask chatbot