Skip to content

Commit dd9510d

Browse files
committed
docs: update docfx footer with copyright and add git repository URL
1 parent dd690bc commit dd9510d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docfx.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,13 @@
7373
"_keywords": "bookstore, event-sourcing, marten, wolverine, aspire, blazor, cqrs, dotnet",
7474
"_enableSearch": true,
7575
"_enableNewTab": true,
76-
"_appFooter": "<span>Made with <a href=\"https://dotnet.github.io/docfx\">docfx</a></span>",
76+
"_appFooter": "<span>© 2025 Antao Almada | Licensed under <a href=\"https://github.com/aalmada/BookStore/blob/main/LICENSE\">MIT License</a> | Made with <a href=\"https://dotnet.github.io/docfx\">docfx</a></span>",
7777
"_gitContribute": {
7878
"repo": "https://github.com/aalmada/BookStore",
7979
"branch": "main"
8080
},
81-
"_gitUrlPattern": "github"
81+
"_gitUrlPattern": "github",
82+
"_gitUrl": "https://github.com/aalmada/BookStore"
8283
},
8384
"globalMetadataFiles": [],
8485
"fileMetadataFiles": [],

0 commit comments

Comments
 (0)