We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b1c76 commit ddee3a4Copy full SHA for ddee3a4
1 file changed
great_docs/core.py
@@ -2962,6 +2962,9 @@ def show_progress(stop_event, message):
2962
if gh_widget_src.exists():
2963
shutil.copy2(gh_widget_src, gh_widget_dst)
2964
2965
+ # Update navbar to use GitHub widget (if configured)
2966
+ self._update_navbar_github_link()
2967
+
2968
# Step 0: Rebuild index.qmd from source file (README.md, index.md, or index.qmd)
2969
print("\n📄 Step 0: Syncing landing page with source file...")
2970
self._create_index_from_readme(force_rebuild=True)
0 commit comments