File tree Expand file tree Collapse file tree 6 files changed +20
-13
lines changed Expand file tree Collapse file tree 6 files changed +20
-13
lines changed 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 ] ,
Original file line number Diff line number Diff line change 1- ![ UI5 logo] ( ./images/UI5_logo_wide.png )
1+ ---
2+ next :
3+ text : ' Getting Started'
4+ link : ' /pages/GettingStarted'
5+ ---
6+
7+ <script setup >
8+ import { useData } from ' vitepress'
9+ const { isDark } = useData ()
10+ </script >
11+
12+ <img :src =" isDark ? '/ui5-cli/stable/images/O_UI5_H_noBG.png' : '/ui5-cli/stable/images/UI5_logo_wide.png' " alt =" UI5 logo " style =" max-width : 100% ; height : auto ;" >
213
314# UI5 CLI
415
@@ -63,15 +74,6 @@ Updated configuration written to ui5.yaml
6374This project is now using SAPUI5 version 1.117.0
6475
6576❯ ui5 add sap.ui.core sap.m themelib_sap_fiori_3
66- Updated configuration written to ui5.yaml
67- Added framework libraries sap.ui.core sap.m themelib_sap_fiori_3 as dependencies
68- ```
69-
70- #### 🏄 Development Server
71-
72- Start a local development server to work on your project.
73- * Also see the [ Server Documentation] ( ./pages/Server ) *
74-
7577```
7678❯ ui5 serve
7779Server started
Original file line number Diff line number Diff line change 1- ![ UI5 logo] ( ../images/UI5_logo_wide.png )
1+ <script setup >
2+ import { useData } from ' vitepress'
3+ const { isDark } = useData ()
4+ </script >
5+
6+ <img :src =" isDark ? '/ui5-cli/stable/images/O_UI5_H_noBG.png' : '/ui5-cli/stable/images/UI5_logo_wide.png' " alt =" UI5 logo " style =" max-width : 100% ; height : auto ;" >
27
38# UI5 CLI
49
You can’t perform that action at this time.
0 commit comments