diff --git a/README.md b/README.md index 01d7486bbe..249cf47c43 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ ## Content - [Official Documentation](https://immich.app/docs) +- [Roadmap](https://github.com/orgs/immich-app/projects/1) - [Demo](#demo) - [Features](#features) - [Introduction](https://immich.app/docs/overview/introduction) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 417a7f0eb5..a33446959b 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -105,16 +105,16 @@ const config = { position: "right", label: "API", }, - { - to: "/blog", - position: "right", - label: "Blog", - }, { href: "https://github.com/immich-app/immich", label: "GitHub", position: "right", }, + { + href: "https://github.com/orgs/immich-app/projects/1", + label: "Roadmap", + position: "right", + }, ], }, footer: { @@ -143,16 +143,20 @@ const config = { ], }, { - title: "More", + title: "Links", items: [ - { - label: "Blog", - to: "/blog", - }, + // { + // label: "Blog", + // to: "/blog", + // }, { label: "GitHub", href: "https://github.com/immich-app/immich", }, + { + label: "Roadmap", + href: "https://github.com/orgs/immich-app/projects/1", + }, ], }, ],