mkdocs cli
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import Dict, List, Any
|
||||
from pathlib import Path
|
||||
|
||||
from docforge.nav.resolver import ResolvedNav
|
||||
|
||||
@@ -25,3 +26,9 @@ class MkDocsNavEmitter:
|
||||
]
|
||||
"""
|
||||
...
|
||||
|
||||
def _to_relative(self, path: Path) -> str:
|
||||
"""
|
||||
Convert a filesystem path to a docs-relative path.
|
||||
"""
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user