-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNotes
More file actions
59 lines (28 loc) · 1 KB
/
Copy pathNotes
File metadata and controls
59 lines (28 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Installing the Contentful CLI tool
https://www.contentful.com/developers/docs/tutorials/cli/installation/
# Authenticating
https://www.contentful.com/developers/docs/tutorials/cli/authentication/
# Configuring
https://www.contentful.com/developers/docs/tutorials/cli/config-management/
https://github.com/contentful/contentful-migration
https://medium.com/grad4-engineering/tracking-user-behaviours-in-a-react-web-application-fb824c35f14c
# Fields
Symbol (Short text)
Text (Long text)
Integer
Number
Date
Boolean
Object
Location
RichText
Array (requires items)
Link (requires linkType)
https://www.contentful.com/developers/docs/concepts/data-model/
# TS example
https://github.com/contentful/contentful-migration/blob/master/examples/16-typescript-migration.ts
# CI/CD
https://www.contentful.com/developers/docs/tutorials/general/continuous-integration-with-circleci/
# Cheat sheet
https://miro.com/app/board/uXjVOJpRmEA=/
https://github.com/chigoKawa/contentful-developer-examples/tree/main