Skip to content

Commit

Permalink
correct navbar links (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ authored Aug 8, 2024
1 parent 0a0d29b commit 4dd2269
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pytket/docs/_static/nav-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ const navConfig = {
"navTextLinks": [
{
"title": "API Docs",
"href": "../../api-docs",
"href": "../api-docs",
"pathMatch": "somewhere",
},
{
"title": "Blog",
"href": "../../blog/",
"href": "../blog/",
"pathMatch": "somewhere",
},
{
"title": "User Guide",
"href": "../../user-guide",
"href": "../user-guide",
"pathMatch": "somewhere",
},
],
Expand All @@ -23,19 +23,19 @@ const navConfig = {
"title": "TKET Github",
"href": "https://github.com/CQCL/tket",
"pathMatch": "somewhere",
"iconImageURL": "/_static/assets/github.svg",
"iconImageURL": "_static/assets/github.svg",
},
{
"title": "TKET Slack Channel",
"href": "https://tketusers.slack.com/",
"pathMatch": "somewhere",
"iconImageURL": "/_static/assets/slack.svg",
"iconImageURL": "_static/assets/slack.svg",
},
{
"title": "TKET Stack Exchange",
"href": "https://quantumcomputing.stackexchange.com/questions/tagged/pytket",
"pathMatch": "somewhere",
"iconImageURL": "/_static/assets/stack.svg",
"iconImageURL": "_static/assets/stack.svg",
},
],
}

0 comments on commit 4dd2269

Please sign in to comment.