Skip to content

Commit

Permalink
πŸŽ€πŸ“(docs): overhaul website (again!) with 1-click setup
Browse files Browse the repository at this point in the history
  • Loading branch information
debloper committed Oct 26, 2024
1 parent 934e8c5 commit ddff856
Show file tree
Hide file tree
Showing 31 changed files with 1,690 additions and 1,666 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## <center>THE RENAISSANCE WILL NOT BE TELEVISED</center>
## <center>but it will be multi-streamed LIVEβ€”with xplex</center>
![xplex banner](docs/public/preview.png)

[xplex](https://xplex.me/) β€”your personal, self-hosted, open source, multi-streaming server

Expand Down
23 changes: 11 additions & 12 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import starlightImageZoom from 'starlight-image-zoom'

// https://astro.build/config
export default defineConfig({
site: 'https://xplex.me',
integrations: [
starlight({
plugins: [starlightImageZoom()],
credits: true,
title: 'xplex',
logo: {
src: './public/favicon.svg',
Expand All @@ -14,6 +17,9 @@ export default defineConfig({
customCss: [
'./src/styles/custom.css',
],
components: {
Footer: './src/components/Footer.astro',
},
head: [{
tag: 'meta',
attrs: {
Expand All @@ -25,35 +31,28 @@ export default defineConfig({
github: 'https://github.com/debloper/xplex',
},
sidebar: [
{ slug: 'quick-start' },
{
label: 'Introduction',
items: [
'intro/index',
'intro/internals',
],
autogenerate: { directory: 'intro' },
},
{
label: 'How-to Setup',
label: 'How-to Guide',
autogenerate: { directory: 'setup' },
},
{
label: 'References',
items: [
{
label: 'Choose',
items: [
'refs/choose/hosts',
'refs/choose/clouds',
],
autogenerate: { directory: 'refs/choose' },
},
{
label: 'Check',
autogenerate: { directory: 'refs/check' },
},
{
label: 'Manage',
autogenerate: { directory: 'refs/manage' },
label: 'Change',
autogenerate: { directory: 'refs/change' },
},
],
},
Expand Down
Loading

0 comments on commit ddff856

Please sign in to comment.