mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
ab178b2bc2
commit
44674f0fdb
@ -61,7 +61,7 @@ class BlogPlugin(BasePlugin[BlogConfig]):
|
||||
self.is_dirtyreload = False
|
||||
self.is_dirty = False
|
||||
|
||||
# Determine whether we're running under dirty reload
|
||||
# Determine whether we're serving
|
||||
def on_startup(self, *, command, dirty):
|
||||
self.is_serve = (command == "serve")
|
||||
self.is_dirty = dirty
|
||||
|
Loading…
Reference in New Issue
Block a user