瀏覽代碼

add serializing and deserializing guide to main guide nav

Tony Boyle 6 月之前
父節點
當前提交
80a74219b5
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/components/products/guides/index.js

+ 4 - 0
src/components/products/guides/index.js

@@ -124,6 +124,10 @@ export const guides = {
               created: '2024-12-01',
               updated: null, // null means it's never been updated
             },
+            {
+              title: 'Serializing and Deserializing Transactions',
+              href: '/umi/guides/serializing-and-deserializing-transactions',
+            }
           ],
         },
         {