mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
Fixex routing
This commit is contained in:
parent
8e78160bb9
commit
0164171cad
3 changed files with 13 additions and 11 deletions
|
@ -9,7 +9,7 @@ const config = {
|
||||||
title: "Immich Documentation",
|
title: "Immich Documentation",
|
||||||
tagline:
|
tagline:
|
||||||
"Self-hosted photo and video backup solution directly from your mobile phone",
|
"Self-hosted photo and video backup solution directly from your mobile phone",
|
||||||
url: "https://doc.immich.app",
|
url: "https://docs.immich.app",
|
||||||
baseUrl: "/",
|
baseUrl: "/",
|
||||||
onBrokenLinks: "throw",
|
onBrokenLinks: "throw",
|
||||||
onBrokenMarkdownLinks: "warn",
|
onBrokenMarkdownLinks: "warn",
|
||||||
|
@ -19,7 +19,7 @@ const config = {
|
||||||
// If you aren't using GitHub pages, you don't need these.
|
// If you aren't using GitHub pages, you don't need these.
|
||||||
organizationName: "immich-app", // Usually your GitHub org/user name.
|
organizationName: "immich-app", // Usually your GitHub org/user name.
|
||||||
projectName: "immich", // Usually your repo name.
|
projectName: "immich", // Usually your repo name.
|
||||||
|
deploymentBranch: "main",
|
||||||
// Even if you don't use internalization, you can use this field to set useful
|
// Even if you don't use internalization, you can use this field to set useful
|
||||||
// metadata like html lang. For example, if your site is Chinese, you may want
|
// metadata like html lang. For example, if your site is Chinese, you may want
|
||||||
// to replace "en" with "zh-Hans".
|
// to replace "en" with "zh-Hans".
|
||||||
|
@ -70,15 +70,13 @@ const config = {
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: "doc",
|
to: "/docs/overview/introduction",
|
||||||
docId: "overview/introduction",
|
|
||||||
to: "overview/introduction",
|
|
||||||
position: "right",
|
position: "right",
|
||||||
label: "Documentation",
|
label: "Documentation",
|
||||||
},
|
},
|
||||||
{ to: "/blog", label: "Blog", position: "right" },
|
{ to: "/blog", label: "Blog", position: "right" },
|
||||||
{
|
{
|
||||||
href: "https://github.com/facebook/docusaurus",
|
href: "https://github.com/immich-app/immich",
|
||||||
label: "GitHub",
|
label: "GitHub",
|
||||||
position: "right",
|
position: "right",
|
||||||
},
|
},
|
||||||
|
@ -88,11 +86,15 @@ const config = {
|
||||||
style: "dark",
|
style: "dark",
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: "Docs",
|
title: "Overview",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Tutorial",
|
label: "Welcome",
|
||||||
to: "/docs/intro",
|
to: "/docs/overview/introduction",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Installation",
|
||||||
|
to: "/docs/installation/requirements",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -101,7 +103,7 @@ const config = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Discord",
|
label: "Discord",
|
||||||
href: "https://discordapp.com/invite/docusaurus",
|
href: "https://discord.com/invite/D8JsnBEuKb",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
@ -17,7 +17,7 @@ function HomepageHeader() {
|
||||||
<div className={styles.buttons}>
|
<div className={styles.buttons}>
|
||||||
<Link
|
<Link
|
||||||
className="button button--secondary button--lg"
|
className="button button--secondary button--lg"
|
||||||
to="/docs/installation"
|
to="docs/installation/requirements"
|
||||||
>
|
>
|
||||||
Getting Started
|
Getting Started
|
||||||
</Link>
|
</Link>
|
||||||
|
|
0
docs/static/CNAME
vendored
Normal file
0
docs/static/CNAME
vendored
Normal file
Loading…
Reference in a new issue