You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
doc: Drop unused <demos> tag
This commit is contained in:
@@ -261,7 +261,7 @@ class ClassStatus:
|
||||
for sub_tag in list(tag):
|
||||
status.progresses[tag.tag].increment(len(sub_tag.text.strip()) > 0)
|
||||
|
||||
elif tag.tag in ['tutorials', 'demos']:
|
||||
elif tag.tag in ['tutorials']:
|
||||
pass # Ignore those tags for now
|
||||
|
||||
elif tag.tag in ['theme_items']:
|
||||
|
||||
Reference in New Issue
Block a user