diff --git a/docs/pages/console/basics/interface-overview.mdx b/docs/pages/console/basics/interface-overview.mdx index 3b69e64..d429304 100644 --- a/docs/pages/console/basics/interface-overview.mdx +++ b/docs/pages/console/basics/interface-overview.mdx @@ -10,18 +10,18 @@ Upon visiting Developer Console for the first time, users are presented with a f ## Tabs -Tabs are at the foundation of how users interact with and navigate through Developer Console; Each tab is rendered at the top of the UI, and are displayed at all times: +Tabs are fundamental to how users interact with and navigate through Developer Console. Each tab is rendered at the top of the UI and is displayed at all times. ![Interface Tabs](/png/interface-overview/interface-tabs.png) A tab can host a specific task or connect to a specific chain. Users can create multiple tabs to work on different tasks or connect to different chains simultaneously. Each tab is independent and represents a separate connection to a specific chain. Tabs include the following features: -- Auto connect: A tab can connect to its chains automatically upon subsequent visits to the console. -- Click and drag to re-order a tab. -- Horizontal scrolling on window overflow. -- Right click to open a context menu for quick-actions. -- Close tab: Disconnect from the chain(s) associated with the tab, and close the tab. +* **Auto connect**: A tab can connect to its chains automatically upon subsequent visits to the console. +* **Reordering**: Click and drag to re-order tabs. +* **Scrolling**: Horizontal scrolling on window overflow. +* **Quick actions**: Right-click to open a context menu for quick actions. +* **Close tab**: Disconnect from the chain(s) associated with the tab and close the tab. ## Chain Directory @@ -43,7 +43,9 @@ The displayed directory may change based on the active page of the tab. The prev ## Connecting to a Chain -Pressing the __Connect__ button associated with a chain will open a list of RPC providers to choose from. Once an RPC provider is selected, the tab will connect to the chain (or chains) automatically. +1. Press the **Connect** button associated with a chain to open a list of RPC providers. +2. Choose an RPC provider from the list. +3. The tab will automatically connect to the selected chain(s). ![Connect to RPC Provider](/png/interface-overview/connect-rpc-providers.png)