Skip to content

Commit b1f1e92

Browse files
rogerkuoufnattino
andauthored
Apply suggestions from code review
Co-authored-by: Francesco Nattino <49899980+fnattino@users.noreply.github.com>
1 parent b50eafb commit b1f1e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/42-software-reuse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ After installation, you can intialize a new MKDocs project in our Python project
290290
python3 -m mkdocs new .
291291
```
292292

293-
This will create the two files in your project: `mkdocs.yml` and `docs/index.md`. The first file `mkdocs.yml` is the configuration file for your documentation site. It serves as the central configuration hub for your MKDocs documentation. It tells MKDocs how to structure your documentation site, which plugins and themes to use,
293+
This will create two files in your project: `mkdocs.yml` and `docs/index.md`. The first file `mkdocs.yml` is the configuration file for your documentation site. It serves as the central configuration hub for your MKDocs documentation. It tells MKDocs how to structure your documentation site, which plugins and themes to use,
294294
how to organize navigation, etc.
295295

296296
`docs/index.md` is the main page of your documentation. It is usually the landing page of your documentation site.

0 commit comments

Comments
 (0)