Skip to content

Commit

Permalink
Merge pull request #1 from project-kessel/edit-link
Browse files Browse the repository at this point in the history
Enable edit link
  • Loading branch information
alechenninger authored Jul 3, 2024
2 parents 56faa01 + 687f970 commit 22303bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export default defineConfig({
social: {
github: "https://github.com/project-kessel",
},
editLink: {
// This enables the "edit" link on the bottom of each page which directly links to contribute
baseUrl: 'https://github.com/project-kessel/docs/edit/main/',
},
sidebar: [
{
label: "Start Here",
Expand Down

0 comments on commit 22303bf

Please sign in to comment.