From b662094518a8a241fb1d2a86a9d5787375c222ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?He=CC=84sperus?=
-
+
@@ -27,10 +27,10 @@
-
+
-
+
@@ -127,6 +127,6 @@ This project welcomes anyone that have ideas to improve it.
- [Start a new thread in Discussions](https://github.com/hesprs/pointeract/discussions/new) if you have feature requests or questions, please avoid posting them in Issues.
- [Report a vulnerability](https://github.com/hesprs/pointeract/security/advisories/new) if you find one, please do not disclose it publicly.
-## License
+## Copyright and License
-Pointeract is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).
\ No newline at end of file
+Copyright ©️ 2025-2026 Hesprs (Hēsperus) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)
\ No newline at end of file
diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts
index 7c0a160..24f72dd 100644
--- a/docs/.vitepress/config.ts
+++ b/docs/.vitepress/config.ts
@@ -85,7 +85,10 @@ export default defineConfig({
],
search: { provider: 'local' },
- socialLinks: [{ icon: 'github', link: 'https://github.com/hesprs/pointeract' }],
+ socialLinks: [
+ { icon: 'npm', link: 'https://www.npmjs.com/package/pointeract' },
+ { icon: 'github', link: 'https://github.com/hesprs/pointeract' },
+ ],
editLink: { pattern: 'https://github.com/hesprs/pointeract/edit/main/docs/:path' },
},
markdown: {
diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts
index c2606e8..0a18693 100644
--- a/docs/.vitepress/theme/index.ts
+++ b/docs/.vitepress/theme/index.ts
@@ -5,14 +5,11 @@ import DefaultTheme from 'vitepress/theme';
import { h } from 'vue';
import './style.css';
import 'virtual:group-icons.css';
+import Layout from './layout.vue';
export default {
extends: DefaultTheme,
- Layout: () => {
- return h(DefaultTheme.Layout, null, {
- // https://vitepress.dev/guide/extending-default-theme#layout-slots
- });
- },
+ Layout: Layout,
enhanceApp({ app, router, siteData }) {
// ...
},
diff --git a/docs/.vitepress/theme/layout.vue b/docs/.vitepress/theme/layout.vue
new file mode 100644
index 0000000..2f0410f
--- /dev/null
+++ b/docs/.vitepress/theme/layout.vue
@@ -0,0 +1,55 @@
+
+
+
+