Compare commits
1 Commits
main
...
building_g
Author | SHA1 | Date | |
---|---|---|---|
|
e1fd352b1f |
@ -18,7 +18,12 @@ logger = logging.getLogger("stsg")
|
||||
|
||||
|
||||
def build():
|
||||
complete_build()
|
||||
build_wiki()
|
||||
# complete_build()
|
||||
|
||||
|
||||
def build_wiki():
|
||||
pass
|
||||
|
||||
|
||||
class MarkdownChangeHandler(FileSystemEventHandler):
|
||||
|
@ -277,6 +277,9 @@ class ArticleTranslation:
|
||||
with Path(self.dist_path, "index.html").open("w") as f:
|
||||
f.write(TEMPLATE["article_translation"].render(self.context))
|
||||
|
||||
def build_wiki(self, language_code: str):
|
||||
pass
|
||||
|
||||
|
||||
class Article:
|
||||
directory: Path
|
||||
|
Loading…
x
Reference in New Issue
Block a user