mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 10:34:06 +00:00
Simpler wiki home page table
This commit is contained in:
@@ -11,8 +11,8 @@ LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
def update_home_wiki_page(wiki_dir: Path, month: str) -> None:
|
def update_home_wiki_page(wiki_dir: Path, month: str) -> None:
|
||||||
TABLE_BEGINNING = """\
|
TABLE_BEGINNING = """\
|
||||||
| Month | File |
|
| Month |
|
||||||
| - | - |
|
| - |
|
||||||
"""
|
"""
|
||||||
wiki_home_file = wiki_dir / "Home.md"
|
wiki_home_file = wiki_dir / "Home.md"
|
||||||
wiki_home_content = wiki_home_file.read_text()
|
wiki_home_content = wiki_home_file.read_text()
|
||||||
|
Reference in New Issue
Block a user