mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
Update docs and readme
This commit is contained in:
parent
380f719fd8
commit
4545249fa3
@ -30,6 +30,7 @@
|
|||||||
## Content
|
## Content
|
||||||
|
|
||||||
- [Official Documentation](https://immich.app/docs)
|
- [Official Documentation](https://immich.app/docs)
|
||||||
|
- [Roadmap](https://github.com/orgs/immich-app/projects/1)
|
||||||
- [Demo](#demo)
|
- [Demo](#demo)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Introduction](https://immich.app/docs/overview/introduction)
|
- [Introduction](https://immich.app/docs/overview/introduction)
|
||||||
|
@ -105,16 +105,16 @@ const config = {
|
|||||||
position: "right",
|
position: "right",
|
||||||
label: "API",
|
label: "API",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
to: "/blog",
|
|
||||||
position: "right",
|
|
||||||
label: "Blog",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
href: "https://github.com/immich-app/immich",
|
href: "https://github.com/immich-app/immich",
|
||||||
label: "GitHub",
|
label: "GitHub",
|
||||||
position: "right",
|
position: "right",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: "https://github.com/orgs/immich-app/projects/1",
|
||||||
|
label: "Roadmap",
|
||||||
|
position: "right",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
@ -143,16 +143,20 @@ const config = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "More",
|
title: "Links",
|
||||||
items: [
|
items: [
|
||||||
{
|
// {
|
||||||
label: "Blog",
|
// label: "Blog",
|
||||||
to: "/blog",
|
// to: "/blog",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
label: "GitHub",
|
label: "GitHub",
|
||||||
href: "https://github.com/immich-app/immich",
|
href: "https://github.com/immich-app/immich",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Roadmap",
|
||||||
|
href: "https://github.com/orgs/immich-app/projects/1",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user