Skip to content

Commit 2adad19

Browse files
committed
🚧🧹✂️(docs): clean up and relocate subdomain
1 parent 6603333 commit 2adad19

File tree

18 files changed

+152
-676
lines changed

18 files changed

+152
-676
lines changed

astro.config.mjs

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ import starlightImageZoom from 'starlight-image-zoom'
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: 'https://xplex.me',
7+
site: 'https://docs.xplex.me',
88
integrations: [
99
starlight({
1010
plugins: [starlightImageZoom()],
1111
credits: true,
1212
title: 'xplex',
1313
logo: {
14-
src: './public/favicon.svg',
14+
src: './public/logo.svg',
1515
},
1616
tableOfContents: false,
1717
customCss: [
@@ -24,7 +24,7 @@ export default defineConfig({
2424
tag: 'meta',
2525
attrs: {
2626
property: 'og:image',
27-
content: 'https://xplex.me/preview.png',
27+
content: 'https://docs.xplex.me/preview.png',
2828
},
2929
}],
3030
social: [
@@ -34,10 +34,10 @@ export default defineConfig({
3434
sidebar: [
3535
{
3636
label: 'Introduction',
37-
autogenerate: { directory: 'intro' },
37+
items: [ 'deepdive', 'index'],
3838
},
3939
{
40-
label: 'How-to Guide',
40+
label: 'Setup Guide',
4141
autogenerate: { directory: 'setup' },
4242
},
4343
{
@@ -57,10 +57,6 @@ export default defineConfig({
5757
},
5858
],
5959
},
60-
{
61-
label: 'About',
62-
autogenerate: { directory: 'about' },
63-
},
6460
],
6561
}),
6662
],

public/apple-touch-icon.png

2.57 KB
Loading
File renamed without changes.

public/xplex-banner.png

-627 KB
Binary file not shown.

public/xplex-xposed.excalidraw.svg

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

src/components/Footer.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import Pagination from '@astrojs/starlight/components/Pagination.astro';
99
🌱 support <Xplex /> with your sponsorship ❤️
1010
</a>
1111
<nav class="footer-links">
12-
<a href="/about">About Us</a>
12+
<a href="https://xplex.me/">Ahoy</a>
1313
14-
<a href="/about/contact">Contact Us</a>
14+
<a href="https://blog.xplex.me/">Blog</a>
1515
16-
<a href="/about/privacy">Privacy Policy</a>
16+
<a href="https://github.com/xplexHQ" rel="noopener">Code</a>
1717
18-
<a href="/about/terms">Terms of Services</a>
18+
<a href="https://docs.xplex.me/">Docs</a>
1919
</nav>
2020
</footer>
2121

src/content/docs/about/cancel.mdx

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

src/content/docs/about/contact.mdx

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

src/content/docs/about/index.mdx

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

src/content/docs/about/privacy.mdx

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

0 commit comments

Comments
 (0)