File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Markdown mode provides direct access to the underlying `MDX` code of your docume
104
104
105
105
Use the sidebar file explorer to browse your documentation files. Click on any file to open it in the editor.
106
106
107
- Press <kbd >Command</kbd > + <kbd >P</kbd > ( <kbd >Ctrl</kbd > + <kbd >P</kbd > on Windows) to search for files by name.
107
+ Press <kbd >Command</kbd > + <kbd >P</kbd > on macOS or <kbd >Ctrl</kbd > + <kbd >P</kbd > on Windows to search for files by name.
108
108
109
109
### Create new pages
110
110
@@ -115,15 +115,15 @@ Select the **Create a new file** icon in the file explorer sidebar.
115
115
src = " /images/editor/files-menu-light.png"
116
116
className = " block dark:hidden rounded-2xl border border-gray-100 shadow-lg"
117
117
style = { {
118
- width: ' 268px ' ,
118
+ width: ' 400px ' ,
119
119
height: ' auto' ,
120
120
}}
121
121
alt = " Files menu in the visual editor" />
122
122
<img
123
123
src = " /images/editor/files-menu-dark.png"
124
124
className = " hidden dark:block rounded-2xl border border-white/10 shadow-lg"
125
125
style = { {
126
- width: ' 268px ' ,
126
+ width: ' 400px ' ,
127
127
height: ' auto' ,
128
128
}}
129
129
alt = " Files menu in the visual editor in dark mode" />
@@ -135,10 +135,18 @@ Filenames are automatically appended with a `.mdx` extension. To change the file
135
135
<img
136
136
src = " /images/editor/file-type-light.png"
137
137
className = " block dark:hidden"
138
+ style = { {
139
+ width: ' auto' ,
140
+ height: ' 400px' ,
141
+ }}
138
142
alt = " File extension menu in the visual editor." />
139
143
<img
140
144
src = " /images/editor/file-type-dark.png"
141
145
className = " hidden dark:block"
146
+ style = { {
147
+ width: ' auto' ,
148
+ height: ' 400px' ,
149
+ }}
142
150
alt = " File extension menu in the visual editor in dark mode." />
143
151
</Frame >
144
152
You can’t perform that action at this time.
0 commit comments