mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:00:06 +03:00
Recreate quick start guide
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
uid: about
|
||||
title: About Jellyfin
|
||||
sidebar_position: 100
|
||||
---
|
||||
|
||||
# About Jellyfin
|
||||
|
||||
@@ -1 +1 @@
|
||||
position: 7
|
||||
position: 6
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
label: Community Standards
|
||||
position: 101
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
position: 200
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
uid: faq
|
||||
title: FAQ
|
||||
sidebar_position: 1
|
||||
sidebar_position: 102
|
||||
---
|
||||
|
||||
# Frequently Asked Questions
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Quick Start
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
Welcome to the Jellyfin quick start guide!
|
||||
Jellyfin is a powerful open-source media server that lets you organize, stream, and access your personal media collection—from movies and TV shows to music and photos—on any device.
|
||||
To get started, you'll need to set up the server application, which acts as the central hub for serving your media.
|
||||
This guide will give a quick overview of the steps required to install and configure Jellyfin to get your media server up and running.
|
||||
|
||||
## Get started
|
||||
|
||||
1. [Install and launch Jellyfin](/docs/general/installation) on the computer that will be your media server.
|
||||
2. [Complete the setup wizard](/docs/general/post-install/setup-wizard) to create an admin account, add media, and adjust settings.
|
||||
3. Enjoy your media!
|
||||
|
||||
### (Optional) Extra credit
|
||||
|
||||
- [Install mobile, tv, or desktop clients.](/downloads)
|
||||
- [Configure remote access.](/docs/general/post-install/networking/#external-access)
|
||||
@@ -1,2 +1,2 @@
|
||||
label: 'Server Guide'
|
||||
position: 6
|
||||
position: 5
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
position: 201
|
||||
@@ -1,2 +1,2 @@
|
||||
label: 'Testing'
|
||||
position: 8
|
||||
position: 202
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
---
|
||||
uid: intro
|
||||
title: Introduction
|
||||
sidebar-position: 1
|
||||
---
|
||||
|
||||
# Welcome to the Jellyfin Documentation
|
||||
|
||||
@@ -111,16 +111,6 @@ const redirects: ClientRedirects.Options['redirects'] = [
|
||||
{
|
||||
from: '/docs/general/networking/nginx',
|
||||
to: '/docs/general/post-install/networking/reverse-proxy/nginx'
|
||||
},
|
||||
// quick start replaced with post install
|
||||
{
|
||||
from: [
|
||||
'/docs/general/quick-start',
|
||||
// the .html url is linked from the iOS app
|
||||
'/docs/general/quick-start.html'
|
||||
],
|
||||
// TODO: create a better replacement page with similar content to the quick start guide
|
||||
to: '/docs/'
|
||||
}
|
||||
];
|
||||
export default redirects;
|
||||
|
||||
Reference in New Issue
Block a user