You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# About gatsby-source-oce
2
2
3
-
A Gatsby source plugin for importing data from an [Oracle Content and Experience](https://docs.oracle.com/en/cloud/paas/content-cloud/headless-cms.html) (OCE) service into a [Gatsby](https://www.gatsbyjs.com) application.
3
+
A Gatsby source plugin for importing data from an [Oracle Content Management](https://docs.oracle.com/en/cloud/paas/content-cloud/headless-cms.html) service into a [Gatsby](https://www.gatsbyjs.com) application.
The OCE Gatsby plugin doesn't have any user-accessible APIs exposed. When configured properly, it will be invoked at either build or develop time by Gatsby and will download your assets and convert them into nodes that you can query with GraphQL. Two types of nodes are created:
15
+
This Gatsby plugin doesn't have any user-accessible APIs exposed. When configured properly, it will be invoked at either build or develop time by Gatsby and will download your assets and convert them into nodes that you can query with GraphQL. Two types of nodes are created:
16
16
17
17
-`OceAsset` nodes. These contain the JSON data for both digital assets and content items.
18
18
-`File` nodes. All digital assets have a metadata section that includes URLs that can be used to access the associated binary data (the original file and any applicable renditions). Gatsby downloads these binaries and stores them as file nodes.
@@ -45,13 +45,13 @@ module.exports = {
45
45
### Configuration Options
46
46
47
47
**`contentServer`** (required)
48
-
This should be set to the base url for your Oracle Content service. The URL uses the pattern `https://<service-name>-<account-name>.cec.ocp.oraclecloud.com` and can be given to you by your OCE service administrator.
48
+
This should be set to the base url for your Oracle Content Management service. The URL uses the pattern `https://<service-name>-<account-name>.cec.ocp.oraclecloud.com` and can be given to you by your Content service administrator.
49
49
50
50
**`channelToken`** (required)
51
51
This should be set to the publishing channel holding your site's content.
52
52
53
53
**`proxyUrl`**[optional]*Defaults to empty which uses a direct connection*
54
-
This can be used if there is a network proxy between the machine building your Gatsby project and the OCE server. If a proxy is not being used then omit this field or set it to '' (empty string).
54
+
This can be used if there is a network proxy between the machine building your Gatsby project and the Content server. If a proxy is not being used then omit this field or set it to '' (empty string).
55
55
56
56
**`limit`**[optional]*Defaults to 100*
57
57
This can be used to limit how many assets will be queried from the channel at one time.
0 commit comments