diff --git a/cookbook/src/data/nav-items.yaml b/cookbook/src/data/nav-items.yaml index a186bb6..7c7ef18 100644 --- a/cookbook/src/data/nav-items.yaml +++ b/cookbook/src/data/nav-items.yaml @@ -50,6 +50,6 @@ pages: - title: Contact Us path: /feedback/ -- title: Disclaimer +- title: Notices pages: - - path: /disclaimer/ + - path: /notices/ diff --git a/cookbook/src/gatsby-theme-carbon/components/LeftNav/ResourceLinks.js b/cookbook/src/gatsby-theme-carbon/components/LeftNav/ResourceLinks.js index a650c1d..3d53fdb 100644 --- a/cookbook/src/gatsby-theme-carbon/components/LeftNav/ResourceLinks.js +++ b/cookbook/src/gatsby-theme-carbon/components/LeftNav/ResourceLinks.js @@ -8,7 +8,7 @@ const links = [ }, { title: 'Documentation', - href: 'https://www.ibm.com/docs/en/spm/8.0.2', + href: 'https://curam-spm-devops.github.io/wh-support-docs/spm/pdf-documentation', } ]; diff --git a/cookbook/src/pages/disclaimer.mdx b/cookbook/src/pages/disclaimer.mdx deleted file mode 100644 index 11015dd..0000000 --- a/cookbook/src/pages/disclaimer.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Disclaimer -description: Disclaimer ---- - -This cookbook is current as of the initial date of publication and may be changed by Merative at any time. - -THE INFORMATION IN THIS COOKBOOK IS PROVIDED “AS IS” WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED, INCLUDING WITHOUT ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OR CONDITION OF NON-INFRINGEMENT. - -Merative products are warranted according to the terms and conditions of the agreements under which they are provided. - -This cookbook is intended for general guidance only. It is not intended to be a substitute for detailed research or the exercise of professional judgment. -Merative shall not be responsible for any loss whatsoever sustained by any organization or person who relies on this material. - -The data used in this cookbook may be derived from third-party sources and Merative does not independently verify, validate or audit such data. -The results from the use of such data are provided on an “as is” basis and Merative makes no representations or warranties, express or implied. - -## Trademarks - -IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. -A current list of IBM trademarks is available on the Web at “ Copyright and trademark information ” at [http://www.ibm.com/legal/copytrade.shtml](http://www.ibm.com/legal/copytrade.shtml). - -Java™ and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates. - -Microsoft is a trademark of Microsoft Corporation in the United States, other countries, or both. - -Other names may be trademarks of their respective owners. Other company, product, and service names may be trademarks or service marks of others. diff --git a/cookbook/src/pages/notices.mdx b/cookbook/src/pages/notices.mdx new file mode 100644 index 0000000..ee72535 --- /dev/null +++ b/cookbook/src/pages/notices.mdx @@ -0,0 +1,27 @@ +--- +title: Notices +description: Notices +--- + +This information is intended for general guidance only. It is not intended to be a substitute for detailed research or the exercise of professional judgment. +Merative shall not be responsible for any loss whatsoever sustained by any organization or person who relies on this material. + +THE INFORMATION IN THIS DOCUMENT IS PROVIDED “AS IS” WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED, INCLUDING WITHOUT ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OR CONDITION OF NON-INFRINGEMENT. + +## Trademarks + +Merative and the Merative logo are trademarks of Merative US L.P. in the United States and other countries. + +IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. + +Adobe™, the Adobe logo, PostScript™, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, and/or other countries. + +Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. + +The registered trademark Linux® is used pursuant to a sublicense from the Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark on a world­wide basis. + +Microsoft™, Windows™, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both. + +UNIX™ is a registered trademark of The Open Group in the United States and other countries. + +Other company, product, and service names may be trademarks or service marks of others.