Skip to content

Commit 6f01f6a

Browse files
committed
minor fixes
1 parent 029fa00 commit 6f01f6a

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ smart-punctuation = true
1818
git-repository-url="https://github.com/espressif/idf-im-ui.git"
1919
copy-theme = true
2020
additional-files = ["theme"]
21+
site-url = "https://docs.espressif.com/projects/idf-im-ui/en/latest/"

docs/src/after_installing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ On Windows, the installer creates an icon on your desktop labeled IDF_PowerShell
99
In the installation directory you selected, there will be a .sh script that, when sourced, activates the ESP-IDF environment in your current shell. It’s important to note that this script should be sourced, not executed directly. If you’ve installed multiple versions of ESP-IDF, there will be a separate script for each version.
1010

1111
> **Note**
12-
> The script should be really sourced and not executed
12+
> The script must be sourced and not executed!

docs/src/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Configuration
22

3-
you can open configuration file and than either proceed with simplified instalation or go trought wizard.
3+
You can open the configuration file and proceed with simplified installation or go through the wizard.
44

55
![Instalation setup](./screenshots/instal_setup.png)
66

77
#### Config File
88

9-
The installer can use a TOML configuration file. the file can be loaded (or drag&dropped) just before choosing between simplified or wizard installation.
9+
The installer can use a TOML configuration file. the file can be loaded (or draged & dropped) just before choosing between simplified or wizard installation.
1010

1111
Here is an example of what a configuration file might look like:
1212

docs/src/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Below are the minimum requirements for running the ESP-IDF. The Installation Man
66

77
To get started with ESP-IDF, you need Git, CMake, Ninja, and Python. The ESP-IDF Installation Manager will verify the required prerequisites on your system and install any that are missing.
88

9-
For more details about ESP-IDF prerequisites, please refer to [the ESP-IDF prerequisites documentation](https://docs.espressif.com/projects/esp-idf/en/v4.2.2/esp32/get-started/windows-setup.html).
9+
For more details about ESP-IDF prerequisites, please refer to [the ESP-IDF documentation](https://docs.espressif.com/projects/esp-idf/en/v4.2.2/esp32/get-started/windows-setup.html).
1010

1111
> **Note**
1212
> If any of these prerequisites are missing, the installer will prompt you to install them. If you agree, the installer will automatically install and configure everything required to run ESP-IDF.

0 commit comments

Comments
 (0)