We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3541546 commit a58dee8Copy full SHA for a58dee8
src/core.py
@@ -59,6 +59,11 @@ def on_config(self, config):
59
TECHDOCS_DEFAULT_THEME,
60
)
61
62
+ if "features" not in config["theme"]:
63
+ config["theme"]["features"] = []
64
+
65
+ config["theme"]["features"].append("navigation.footer")
66
67
config["theme"].static_templates.update({"techdocs_metadata.json"})
68
config["theme"].dirs.append(self.tmp_dir_techdocs_theme.name)
69
0 commit comments