faricacarroll 8 vuotta sitten
vanhempi
commit
b72f94f755
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      design/help.md

+ 5 - 5
design/help.md

@@ -2,18 +2,18 @@
 
 This document describes the design of the Help plugin. This document illustrates how our research on personas and other solutions translates into the design decisions made to improve the Help plugin.
 
-## Personas
+# Personas
 ### Jason Shu
 Jason Shu is a student majoring in computer programming. He has very basic knowledge of computer science and no knowledge of what Jupyter is.
 
 **Goal:** Learn how to create new notebooks, open a new terminal, and change kernels
 
-## Research of other solutions:
+# Research of other solutions:
 * Improve discoverability of “Help” tab by including it in the main menu
 * Include a “Quickstart Guide” for how to use JupyterLab
 * Include a “FAQ” page
 
-## User tasks
+# User tasks
 
 Users should be able to:
 
@@ -28,10 +28,10 @@ Users should be able to:
 * View the keyboard shortcuts for all commands related to a plugin (command palette)
 * Collapse the R side panel to hide all of the help (mouse)
 
-## Visual design:
+# Visual design
 * Help menu should follow design guidelines for all menus.
 * Help menu should have different sections for different types of content.
 * When a help item is opened, it should appear in the R side panel in an IFRAME.
 
-## Design questions:
+# Design questions
 * Should each help topic open in a single global R side panel help tab (current behavior), or should each open a new help tab that can be closed completely?