Update docs and readme

pull/1195/head
Alex Tran 2022-12-27 14:28:25 +07:00
parent 380f719fd8
commit 4545249fa3
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A
2 changed files with 14 additions and 9 deletions

@ -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)

@ -106,13 +106,13 @@ const config = {
label: "API",
},
{
to: "/blog",
href: "https://github.com/immich-app/immich",
label: "GitHub",
position: "right",
label: "Blog",
},
{
href: "https://github.com/immich-app/immich",
label: "GitHub",
href: "https://github.com/orgs/immich-app/projects/1",
label: "Roadmap",
position: "right",
},
],
@ -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",
},
],
},
],