Skip to content

Commit

Permalink
update some links
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamSH-LLK committed Aug 20, 2024
1 parent 7e7e7ba commit 1a2215c
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,9 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
},
blog: {
showReadingTime: true,
feedOptions: {
type: ["rss", "atom"],
xslt: true,
},
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
// Useful options to enforce blogging best practices
onInlineTags: "warn",
onInlineAuthors: "warn",
onUntruncatedBlogPosts: "warn",
"https://github.com/photonvision/photonvision/tree/main/docs/",
},

theme: {
customCss: "./src/css/custom.css",
},
Expand All @@ -81,7 +67,7 @@ const config: Config = {
label: "Tutorial",
},
{
href: "https://github.com/facebook/docusaurus",
href: "https://github.com/photonvision/photonvision",
label: "GitHub",
position: "right",
},
Expand Down

0 comments on commit 1a2215c

Please sign in to comment.