From 7cba0b9e4d383e535b6ac31bfd82e486390a8d87 Mon Sep 17 00:00:00 2001 From: Sanjula Ganepola Date: Fri, 16 Jan 2026 18:52:00 -0500 Subject: [PATCH] Document MFA support Signed-off-by: Sanjula Ganepola --- src/content/docs/quickstart.mdx | 205 ++++++++++++++++---------------- 1 file changed, 104 insertions(+), 101 deletions(-) diff --git a/src/content/docs/quickstart.mdx b/src/content/docs/quickstart.mdx index 2671ca7..d764652 100644 --- a/src/content/docs/quickstart.mdx +++ b/src/content/docs/quickstart.mdx @@ -1,101 +1,104 @@ ---- -title: Quick Start ---- - -import { Aside, CardGrid, Card } from '@astrojs/starlight/components'; - -### Connect First Time - - - - - -Click on the IBM i icon and then on 'Connect to an IBM i'. - - - -![](../../assets/connect_02.png) - - - ---- - - - -Enter the systems details in the window that appears. You need either a password or a private key. - -Alternatively, press F1, search for `IBM i: New Connection`, and complete the form. - - -![](../../assets/connect_03.png) - - - -### Connect Subsequent - - - -If you have already connected to an IBM i system, click on the conection in the IBM i: Servers browser. - - -![](../../assets/connect_04.png) - - - - - -After logging in, a status bar item will appear showing the name of the IBM i system to which you are connected. - - -![assets/connect_05.png](../../assets/connect_05.png) - - - -### Logout (Disconnect) -You can close a connection and logout out from a server in several ways - - - -Use the keyboard: Ctrl(Cmd) + Alt + D - - - - -Click the `Disconnect from system` icon in the status bar... - - -![Dicconnect icon](../../assets/connect_08.png) - - -Press F1 and search for `IBM i: Disconnect` - - -![Search Disconnect](../../assets/connect_07.png) - - - - ---- - -### Browse/Edit source members - -1. Connect to your system. -2. Find the **Object Browser** and click **+ Create new filter**. -3. Complete the new filter dialog, following the descriptive text, ensuring: - a. That **Object** is the source physical file you want to edit. - b. That **Object type filter** is set to `*SRCPF`. -4. Save settings -5. Click on the filter to expand the members in the source file. -6. Click on a member to open it. - - - -### How do I compile my source code? - -1. Edit your library list in the 'USER LIBRARY LIST' browser. (Each connection has its own library list.) -2. Open the source you want to compile. -3. Use Ctrl+E or Cmd+E to compile your source. -4. If you have more than one compile option available to you for the type of source, select the appropriate one. -5. If you are using `*EVENTF`, the error listing should automatically load in the PROBLEMS tab. +--- +title: Quick Start +--- + +import { Aside, CardGrid, Card } from '@astrojs/starlight/components'; + +### Connect First Time + + + + + +Click on the IBM i icon and then on 'Connect to an IBM i'. + + + +![](../../assets/connect_02.png) + + + +--- + + + +Enter the systems details in the window that appears. You need either a password or a private key. + +Alternatively, press F1, search for `IBM i: New Connection`, and complete the form. + + + +![](../../assets/connect_03.png) + + + +### Connect Subsequent + + + +If you have already connected to an IBM i system, click on the conection in the IBM i: Servers browser. + + +![](../../assets/connect_04.png) + + + + + +After logging in, a status bar item will appear showing the name of the IBM i system to which you are connected. + + +![assets/connect_05.png](../../assets/connect_05.png) + + + +### Logout (Disconnect) +You can close a connection and logout out from a server in several ways + + + +Use the keyboard: Ctrl(Cmd) + Alt + D + + + + +Click the `Disconnect from system` icon in the status bar... + + +![Dicconnect icon](../../assets/connect_08.png) + + +Press F1 and search for `IBM i: Disconnect` + + +![Search Disconnect](../../assets/connect_07.png) + + + + +--- + +### Browse/Edit source members + +1. Connect to your system. +2. Find the **Object Browser** and click **+ Create new filter**. +3. Complete the new filter dialog, following the descriptive text, ensuring: + a. That **Object** is the source physical file you want to edit. + b. That **Object type filter** is set to `*SRCPF`. +4. Save settings +5. Click on the filter to expand the members in the source file. +6. Click on a member to open it. + + + +### How do I compile my source code? + +1. Edit your library list in the 'USER LIBRARY LIST' browser. (Each connection has its own library list.) +2. Open the source you want to compile. +3. Use Ctrl+E or Cmd+E to compile your source. +4. If you have more than one compile option available to you for the type of source, select the appropriate one. +5. If you are using `*EVENTF`, the error listing should automatically load in the PROBLEMS tab.