diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ee43d271..7b44b9bd 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,9 +7,9 @@
-
-
-
+
+
+
@@ -83,13 +83,6 @@
1670414596656
-
- 1686563032041
-
-
-
- 1686563032041
-
1686563058544
@@ -426,7 +419,14 @@
1686590374797
-
+
+ 1686590735604
+
+
+
+ 1686590735605
+
+
@@ -465,7 +465,6 @@
-
@@ -490,6 +489,7 @@
-
+
+
\ No newline at end of file
diff --git a/docs/configuration/index.md b/docs/configuration/index.md
new file mode 100644
index 00000000..dad6de1f
--- /dev/null
+++ b/docs/configuration/index.md
@@ -0,0 +1,27 @@
+### Configuration
+
+There are four configuration files.
+
+The general configuration file:
+```
+/etc/slpkg/slpkg.toml
+ General configuration of slpkg
+```
+
+The repositories configuration file that you can setting about repositories:
+```
+/etc/slpkg/repositories.toml
+ Repositories configuration
+```
+
+In the blacklist file that you can add files to be ignored:
+```
+/etc/slpkg/blacklist.toml
+ Blacklist of packages
+```
+
+The rules configuration is about to manage some specials files:
+```
+/etc/slpkg/rules.toml
+ Rules of packages.
+```
\ No newline at end of file
diff --git a/docs/configuration/multilib.md b/docs/configuration/multilib.md
new file mode 100644
index 00000000..c1995c25
--- /dev/null
+++ b/docs/configuration/multilib.md
@@ -0,0 +1,6 @@
+### Multilib
+
+Slackware for x86_64 - multilib packages & install instructions:
+
+Please read the file README
+you will find in the folder multlib
\ No newline at end of file
diff --git a/docs/index.md b/docs/index.md
index beb981a4..89a5bb2c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -10,22 +10,6 @@ Slpkg works in accordance with the standards of the README
-you will find in the folder multlib
-
-
### Donate
⬇ Did you know that we developers love coffee? Please, treat me to a coffee ☕ !
diff --git a/mkdocs.yml b/mkdocs.yml
index 58f713cc..9e97a844 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -14,6 +14,9 @@ nav:
- How to start:
- CLI Usage: 'cli_usage/index.md'
- Examples: 'how_to_start/index.md'
+ - Configuration:
+ - Files: 'configuration/index.md'
+ - Multilib: 'configuration/multilib.md'
- Install: 'install.md'
- Repositories: 'repositories.md'
- Issues: 'issues.md'