Skip to content

Commit 5b2752f

Browse files
committed
docs: some more restrucuting
1 parent a49829b commit 5b2752f

14 files changed

+24
-20
lines changed
4.8 MB
Loading
File renamed without changes.
854 KB
Loading

docs/01_about/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Autocompletion for:
3535
- Keywords with parameters
3636
- Namespaces
3737

38-
![Autocomplete Libraries and Keywords](./../images/autocomplete1.gif)
38+
![Autocomplete Libraries and Keywords](images/autocomplete1.gif)
3939

4040
Autocompletion supports all supported variables types
4141
- local variables
@@ -45,7 +45,7 @@ Autocompletion supports all supported variables types
4545
- command line variables
4646
- builtin variables
4747

48-
![Autocomplete Variables](./../images/autocomplete2.gif)
48+
![Autocomplete Variables](images/autocomplete2.gif)
4949

5050
### Code Navigation
5151

@@ -89,7 +89,7 @@ RobotCode can format your code with the internal RobotFramework robot.tidy tool
8989

9090
RobotCode supports running and debugging of RobotFramework testcases and tasks out of the box, directly from the definition of the test or suite.
9191

92-
![Running Tests](./../images/running_tests.gif)
92+
![Running Tests](images/running_tests.gif)
9393

9494
In the debug console you can see all log messages of the current run and navigate to the keyword the message was written by.
9595

docs/02_get_started/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ If a variable is present in multiple of the inherited profiles, the value of tha
151151

152152
You can select a profile to work with, by entering "RobotCode: Select Configuration Profiles" in the command palette (ctrl+shift+p).
153153

154-
![Select Profile1](./../images/config%20images/toml-profiles-command-selection.PNG)
154+
![Select Profile1](images/toml-profiles-command-selection.png)
155155

156156
Should you select more than one profile, a merged version of those profiles will be executed.
157157
Alternatively, you can select a profile to run or debug with, by clicking on the buttons, marked in the image below.
158158

159-
![Select Profile2](./../images/config%20images/config_selec_buttons.PNG)
159+
![Select Profile2](images/config_select_buttons.png)
160160

161161
Using this method however, does not allow you to select multiple profiles at once.
162162

@@ -257,4 +257,4 @@ Here are some of the most common ways, to execute tests via the CLI.
257257

258258
Executes all tests with a given tag. Tags can be assigned either globally in the settings or individually for each test case.
259259

260-
<IMG src="./../images/config%20images/tags_robot.PNG"/>
260+
<IMG src="images/tags_robot.PNG"/>

0 commit comments

Comments
 (0)