Skip to content

Commit

Permalink
Update docs and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Dec 27, 2022
1 parent 380f719 commit 4545249
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
22 changes: 13 additions & 9 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
Expand Down Expand Up @@ -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",
},
],
},
],
Expand Down

0 comments on commit 4545249

Please sign in to comment.