File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import type { Example } from "@site/src/entities/example";
33export const VERSIONS = {
44 V0 : "v0" ,
55 V1 : "v1" ,
6- FDD : "feature-driven" ,
76 V2 : "v2" ,
87} ;
98
@@ -36,10 +35,10 @@ export const examples: Example[] = [
3635 title : "Github Client" ,
3736 description : "React & GraphQL powered github web-client" ,
3837 website : "http://github-client.gq/" ,
39- source : "https://github.com/ani-team/github-client" ,
38+ source : "https://github.com/ani-team/github-client/tree/workshop/feature-sliced-next " ,
4039 preview : require ( "./img/github-client.png" ) ,
41- version : VERSIONS . FDD ,
42- updatedAt : "2021-07-05 " ,
40+ version : VERSIONS . V2 ,
41+ updatedAt : "2023-04-26 " ,
4342 tech : [ "react" , "graphql" , "antd" ] ,
4443 } ,
4544 {
You can’t perform that action at this time.
0 commit comments