diff --git a/src/content/docs/settings/connection.mdx b/src/content/docs/settings/connection.mdx index 7d4971a..a52d399 100644 --- a/src/content/docs/settings/connection.mdx +++ b/src/content/docs/settings/connection.mdx @@ -1,16 +1,31 @@ --- -title: Connection +title: Connection --- import { Aside } from '@astrojs/starlight/components'; Multiple connections can be defined and some settings are specific to a connection and can be saved for the connection and later reloaded. +### Read only mode + +When checked, you can not change any content on the server, run any actions on the server or open any terminal. +You can only browse the content of the server, and members and streamfiles will always be opened in readonly mode. + + + + + ### Current library The library which will be set as the current library during compilation. -You can change the current library with the 'Change build library' command (F1 -> Change build library). +You can change the current library with the 'Change Current Library' command in the Command Palette (F1). ### Home Directory @@ -20,7 +35,7 @@ Home directory for user. This directory is also the root for the IFS browser. Temporary library. Stores temporary objects used by Code for i. Will be created automatically if it does not exist. Cannot be QTEMP. Default value is `ILEDITOR`. -