mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: add GitHub stars button to docs navbar and fix footer license
Add a star button with live count from the GitHub API in the top-right of the docs site. Fix footer from "MIT License" to "AGPLv3 License".
This commit is contained in:
@@ -53,7 +53,7 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
footer: {
|
||||
message: "Released under the MIT License.",
|
||||
message: 'Released under the <a href="https://github.com/stirling-image/stirling-image/blob/main/LICENSE">AGPLv3 License</a>.',
|
||||
copyright:
|
||||
'AI-friendly docs available at <a href="/stirling-image/llms.txt">/llms.txt</a> · <a href="/stirling-image/llms-full.txt">/llms-full.txt</a>',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user