Skip to content

Commit ec5dcc1

Browse files
committedMar 23, 2023
hardcode content.action.edit feature and palette
1 parent 296b273 commit ec5dcc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎src/core.py

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ def on_config(self, config):
6363
config["theme"]["features"] = []
6464

6565
config["theme"]["features"].append("navigation.footer")
66+
config["theme"]["features"].append("content.action.edit")
67+
68+
config["theme"]["palette"] = ""
6669

6770
config["theme"].static_templates.update({"techdocs_metadata.json"})
6871
config["theme"].dirs.append(self.tmp_dir_techdocs_theme.name)

0 commit comments

Comments
 (0)
Please sign in to comment.