mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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".
9 lines
164 B
TypeScript
9 lines
164 B
TypeScript
import DefaultTheme from "vitepress/theme";
|
|
import Layout from "./Layout.vue";
|
|
import "./github-stars.css";
|
|
|
|
export default {
|
|
extends: DefaultTheme,
|
|
Layout,
|
|
};
|