File tree Expand file tree Collapse file tree 3 files changed +25
-22
lines changed Expand file tree Collapse file tree 3 files changed +25
-22
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1818* [`#####`] - Move the image assets to a dedicated folder
1919```
2020
21- # ## Pull Requests
21+ [ // ] : # ( ## Pull Requests )
2222
23- - https://blog.montrealanalytics.com/4-tips-for-effective-pull-request-naming-f60793998f04 ]
23+ [ // ] : # ( )
24+ [ // ] : # ( - https://blog.montrealanalytics.com/4-tips-for-effective-pull-request-naming-f60793998f04] )
25+
26+
27+ ## Building the MkDocs Site
28+
29+ Follow these steps to generate the static documentation using MkDocs.
30+
31+ 1 . Install the required Python packages:
32+ ``` bash
33+ pip install -r requirements.txt
34+ ```
35+ 2 . Build the site:
36+ ``` bash
37+ mkdocs build
38+ ```
39+ The generated files will appear in the ` site/ ` directory.
40+ 3 . To preview the documentation locally, run:
41+ ``` bash
42+ mkdocs serve
43+ ```
44+
45+ Navigation is created automatically by the ` mkdocs-awesome-pages-plugin ` based on
46+ files inside the ` docs/ ` folder.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments