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
Copy file name to clipboardExpand all lines: react-starter-sites/LICENSE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Copyright (c) 2017,2018 Oracle and/or its affiliates
1
+
Copyright (c) 2017,2024 Oracle and/or its affiliates
2
2
3
3
4
4
@@ -26,4 +26,4 @@ The above copyright notice and either this complete permission notice or at a mi
26
26
27
27
28
28
29
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copy file name to clipboardExpand all lines: react-starter-sites/README.md
+21-6
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ To create a site to show CEC content, you need to specify the source of the cont
47
47
48
48
You can use command `cecss export-server-content` to export all published content items from a channel, then use the generated zip file to create a site.
49
49
50
-
3. The live content on a CEC server
51
-
50
+
3. The live content on a CEC server
51
+
52
52
Example content has been provided in `StarterBlog_export.zip`
53
53
54
54
# Set up CEC Server Connection
@@ -79,7 +79,7 @@ Run command `cecss create-site -h` to see the usage:
79
79
80
80
```
81
81
Usage: cec create-site <name>
82
-
```
82
+
```
83
83
84
84
Creates the Site <name> for the content from local or from CEC server. By default, it creates a StarterSite. Optionally specify -f <source> to create from different source.
85
85
@@ -92,14 +92,14 @@ Options:
92
92
--locales, -l <locales> The comma separated list of locales, the first one in the list will be the default locale for the site
cecss create-site BlogSite -s -n Blog -l en-US,zh-CN
104
104
```
105
105
@@ -376,3 +376,18 @@ For each field object, we support following tags
376
376
|`{{__render.reference}}`| a boolean flag to indicate the field is a reference to another item, you can render this field as a link pointing to the referenced item |
377
377
378
378
When create site template zip file, make sure not to include the top level folder.
379
+
380
+
## Contributing
381
+
382
+
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](../CONTRIBUTING.md)
383
+
384
+
## Security
385
+
386
+
Please consult the [security guide](../SECURITY.md) for our responsible security vulnerability disclosure process
387
+
388
+
## License
389
+
390
+
Copyright (c) 2019, 2024 Oracle and/or its affiliates.
391
+
392
+
Released under the Universal Permissive License v1.0 as shown at
0 commit comments