Skip to content

Commit

Permalink
Merge pull request #13 from scylladb/fix-github-repo
Browse files Browse the repository at this point in the history
docs: fix github repo links
  • Loading branch information
annastuchlik authored Apr 12, 2024
2 parents 4e387e3 + c14b9d7 commit 01fe728
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,14 @@
# documentation.
html_theme_options = {
"conf_py_path": "docs/",
"default_branch": "main",
"hide_banner": "true",
"hide_version_dropdown": UNSTABLE_VERSIONS,
"hide_versions_dropdown": "true",
"hide_edit_this_page_button": "false",
"hide_feedback_buttons": 'false',
"github_issues_repository": "scylladb/scylladb",
"github_repository": "scylladb/scylladb",
"github_issues_repository": "scylladb/scylladb-docs-homepage",
"github_repository": "scylladb/scylladb-docs-homepage",
"versions_unstable": UNSTABLE_VERSIONS,
"versions_deprecated": DEPRECATED_VERSIONS,
"banner_button_text": "Register for Free",
Expand Down

0 comments on commit 01fe728

Please sign in to comment.