mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Documentation
This commit is contained in:
parent
6ee9df6e1a
commit
382101d8a3
@ -572,7 +572,7 @@ class BlogPlugin(BasePlugin[BlogConfig]):
|
|||||||
file = self._path_to_file(path, config)
|
file = self._path_to_file(path, config)
|
||||||
files.append(file)
|
files.append(file)
|
||||||
|
|
||||||
# Create and yield archive view
|
# Create and yield category view
|
||||||
self._save_to_file(file.abs_src_path, f"# {name}")
|
self._save_to_file(file.abs_src_path, f"# {name}")
|
||||||
yield Category(name, file, config)
|
yield Category(name, file, config)
|
||||||
|
|
||||||
|
@ -572,7 +572,7 @@ class BlogPlugin(BasePlugin[BlogConfig]):
|
|||||||
file = self._path_to_file(path, config)
|
file = self._path_to_file(path, config)
|
||||||
files.append(file)
|
files.append(file)
|
||||||
|
|
||||||
# Create and yield archive view
|
# Create and yield category view
|
||||||
self._save_to_file(file.abs_src_path, f"# {name}")
|
self._save_to_file(file.abs_src_path, f"# {name}")
|
||||||
yield Category(name, file, config)
|
yield Category(name, file, config)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user