소스 검색

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',
               created: '2024-12-01',
               updated: null, // null means it's never been updated
               updated: null, // null means it's never been updated
             },
             },
+            {
+              title: 'Serializing and Deserializing Transactions',
+              href: '/umi/guides/serializing-and-deserializing-transactions',
+            }
           ],
           ],
         },
         },
         {
         {