瀏覽代碼

Update docs and readme

Alex Tran 2 年之前
父節點
當前提交
4545249fa3
共有 2 個文件被更改,包括 14 次插入9 次删除
  1. 1 0
      README.md
  2. 13 9
      docs/docusaurus.config.js

+ 1 - 0
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)

+ 13 - 9
docs/docusaurus.config.js

@@ -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",
+              },
             ],
           },
         ],