File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
packages/documentation/.vitepress Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -59,5 +59,11 @@ deploy_key
5959jsdocs /
6060site /
6161
62- # Custom files
62+ # Needed for packages/server # Custom files
63+ ! packages /** /test /fixtures /** /node_modules
64+
65+ # Documentation
6366packages /documentation /docs /pages /CLI.md
67+ packages /documentation /.vitepress /dist
68+ packages /documentation /.vitepress /cache
69+ packages /documentation /dist
File renamed without changes.
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ export default defineConfig({
5151
5252
5353 logo : {
54- light : "/icons/ui5/B.svg " ,
55- dark : "/icons/ui5/O.svg "
54+ light : "/images/Logo_B_RGB.png " ,
55+ dark : "/images/Logo_O_RGB.png "
5656 } ,
5757 externalLinkIcon : false ,
5858 outline : [ 1 , 3 ] ,
@@ -65,13 +65,13 @@ export default defineConfig({
6565
6666 socialLinks : [
6767
68- { icon : "github" , link : "https://github.com/SAP/ui5-tooling " } ,
68+ { icon : "github" , link : "https://github.com/UI5/cli " } ,
6969 ] ,
7070
7171 footer : {
7272
7373 message : `
74- © Copyright ${ new Date ( ) . getFullYear ( ) } , SAP SE and UI5 Tooling Contributors <br/>
74+ © Copyright ${ new Date ( ) . getFullYear ( ) } , SAP SE and UI5 CLI Contributors <br/>
7575 <a style="margin:25px"href="https://www.sap.com/corporate/en/legal/impressum.html">Legal Disclosure</a>
7676 <a style="margin:25px" href="https://www.sap.com/corporate/en/legal/terms-of-use.html">Terms of Use</a>
7777 <a style="margin:25px" href="https://sap.github.io/ui25-tooling/stable/pages/Privacy/">Privacy</a>
You can’t perform that action at this time.
0 commit comments