Skip to content

Commit 13ba261

Browse files
authored
feat(examples): actualize github-client example
1 parent 78e71cd commit 13ba261

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/pages/examples/_config.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { Example } from "@site/src/entities/example";
33
export 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
{

0 commit comments

Comments
 (0)