added breadcrumbs
This commit is contained in:
@@ -20,6 +20,7 @@ class ArticleContext(TypedDict):
|
||||
|
||||
translations: List[ArticleTranslationContext]
|
||||
children: List[ArticleContext]
|
||||
breadcrumbs: List[ArticleContext]
|
||||
linked: List[ArticleContext]
|
||||
related: List[ArticleContext]
|
||||
|
||||
@@ -50,6 +51,7 @@ class ArticleTranslationContext(TypedDict):
|
||||
config.fall_back_to_overview_in_translation = False
|
||||
"""
|
||||
children: List[Union[ArticleTranslationContext, ArticleContext]]
|
||||
breadcrumbs: List[Union[ArticleTranslationContext, ArticleContext]]
|
||||
|
||||
# you can't use these within the markdown text itself
|
||||
content: str
|
||||
|
||||
Reference in New Issue
Block a user