File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ Before running the site locally, you need to have the following installed:
49492 . ** Create a Virtual Environment** : Run ` virtualenv venv; source venv/bin/activate ` in the root directory.
50503 . ** Install Dependencies** : Install required Python packages with ` pip3 install -r requirements.txt ` .
5151
52- ### Running the Website
52+ ### Running the website
5353
54541 . ** MkDocs in Strict Mode** : Use ` mkdocs serve --strict ` for a production-like environment.
55552 . ** MkDocs in Normal Mode** : Use ` mkdocs serve ` for a less strict, more forgiving environment, suitable for debugging.
5656
57- ### Docker Alternative
57+ ### Docker alternative
5858
5959If you prefer Docker, you can build and run the site using the following commands:
6060
You can’t perform that action at this time.
0 commit comments