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 @@ -41,8 +41,8 @@ export default defineConfig({
4141
4242
4343 logo : {
44- light : "/icons/ui5/B.svg " ,
45- dark : "/icons/ui5/O.svg "
44+ light : "/images/Logo_B_RGB.png " ,
45+ dark : "/images/Logo_O_RGB.png "
4646 } ,
4747 externalLinkIcon : false ,
4848 outline : [ 1 , 3 ] ,
@@ -55,13 +55,13 @@ export default defineConfig({
5555
5656 socialLinks : [
5757
58- { icon : "github" , link : "https://github.com/SAP/ui5-tooling " } ,
58+ { icon : "github" , link : "https://github.com/UI5/cli " } ,
5959 ] ,
6060
6161 footer : {
6262
6363 message : `
64- © Copyright ${ new Date ( ) . getFullYear ( ) } , SAP SE and UI5 Tooling Contributors <br/>
64+ © Copyright ${ new Date ( ) . getFullYear ( ) } , SAP SE and UI5 CLI Contributors <br/>
6565 <a style="margin:25px"href="https://www.sap.com/corporate/en/legal/impressum.html">Legal Disclosure</a>
6666 <a style="margin:25px" href="https://www.sap.com/corporate/en/legal/terms-of-use.html">Terms of Use</a>
6767 <a style="margin:25px" href="https://ui5.github.io/cli/stable/pages/Privacy/">Privacy</a>
You can’t perform that action at this time.
0 commit comments