dfasf
This commit is contained in:
parent
a4aa73b1aa
commit
e1fd352b1f
@ -18,7 +18,12 @@ logger = logging.getLogger("stsg")
|
|||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
complete_build()
|
build_wiki()
|
||||||
|
# complete_build()
|
||||||
|
|
||||||
|
|
||||||
|
def build_wiki():
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class MarkdownChangeHandler(FileSystemEventHandler):
|
class MarkdownChangeHandler(FileSystemEventHandler):
|
||||||
|
@ -277,6 +277,9 @@ class ArticleTranslation:
|
|||||||
with Path(self.dist_path, "index.html").open("w") as f:
|
with Path(self.dist_path, "index.html").open("w") as f:
|
||||||
f.write(TEMPLATE["article_translation"].render(self.context))
|
f.write(TEMPLATE["article_translation"].render(self.context))
|
||||||
|
|
||||||
|
def build_wiki(self, language_code: str):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class Article:
|
class Article:
|
||||||
directory: Path
|
directory: Path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user