Skip to content

Commit 62eef0b

Browse files
committed
remove about, update footer and nav
1 parent 2681e77 commit 62eef0b

File tree

3 files changed

+8
-47
lines changed

3 files changed

+8
-47
lines changed

packages/docs-site/astro.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,10 @@ export default defineConfig({
290290
items: [
291291
{
292292
label: 'About',
293-
link: '/docs/footer/about/',
293+
link: 'https://dmno.io',
294+
attrs: {
295+
target: '_blank',
296+
},
294297
},
295298
{
296299
label: 'Legal',

packages/docs-site/src/components/CustomStarlightFooter.astro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ import EmailSignup from "./EmailSignup.vue";
1616
<Pagination {...Astro.props} />
1717
<EmailSignup client:load />
1818
<div class="footer-links">
19-
<span>© 2024 DMNO Inc.</span>
20-
<a href="/docs/footer/about/">About</a>
21-
<a href="/docs/footer/legal/">Legal</a>
19+
<span
20+
>© 2025 <a href="https://dmno.io" target="_blank">DMNO Inc.</a> All rights
21+
reserved.</span
22+
>
2223
</div>
2324
{
2425
DMNO_PUBLIC_CONFIG.SCARF_PIXEL_ID && (

packages/docs-site/src/content/docs/docs/footer/about.mdx

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)