new
nbdev_mkdocs.mkdocs.new(root_path: str) -> None
¤
Initialize mkdocs project files
Creates mkdocs directory in the root_path directory and populates it with initial values. You should edit mkdocs.yml file to customize it if needed.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
root_path |
str
|
The path to the root of the project |
required |
Note
The above docstring is autogenerated by docstring-gen library (https://github.com/airtai/docstring-gen)
Source code in nbdev_mkdocs/mkdocs.py
272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
|