diff --git a/docs/docs/index.md b/docs/docs/index.md index f3cb6c0c..03150edf 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -14,11 +14,11 @@ hero: features: - title: Easy Integration details: Simple APIs to embed React Native views and view controllers into your existing iOS and Android apps. - icon: 📱 + icon: - title: SwiftUI & Jetpack Compose Support details: First-class support for modern UI frameworks including SwiftUI and Jetpack Compose. - icon: 📦 + icon: - title: XCFramework & AAR Packaging details: Package your React Native app as XCFramework (iOS) or AAR (Android) for easy distribution. - icon: ♻️ + icon: --- diff --git a/docs/docs/public/animation.svg b/docs/docs/public/animation.svg new file mode 100644 index 00000000..31ffc745 --- /dev/null +++ b/docs/docs/public/animation.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/docs/public/code.svg b/docs/docs/public/code.svg new file mode 100644 index 00000000..9ae4067c --- /dev/null +++ b/docs/docs/public/code.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/docs/docs/public/folder-plus.svg b/docs/docs/public/folder-plus.svg new file mode 100644 index 00000000..29a87d12 --- /dev/null +++ b/docs/docs/public/folder-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/docs/public/img/tractor.png b/docs/docs/public/img/tractor.png deleted file mode 100644 index fb590f7a..00000000 Binary files a/docs/docs/public/img/tractor.png and /dev/null differ diff --git a/docs/docs/public/logo-dark.svg b/docs/docs/public/logo-dark.svg new file mode 100644 index 00000000..c0ce584b --- /dev/null +++ b/docs/docs/public/logo-dark.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/docs/public/logo-light.svg b/docs/docs/public/logo-light.svg new file mode 100644 index 00000000..4f63d53c --- /dev/null +++ b/docs/docs/public/logo-light.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/docs/public/logo.svg b/docs/docs/public/logo.svg new file mode 100644 index 00000000..7068eb31 --- /dev/null +++ b/docs/docs/public/logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/rspress.config.ts b/docs/rspress.config.ts index c715aa90..2c23bcd4 100644 --- a/docs/rspress.config.ts +++ b/docs/rspress.config.ts @@ -8,9 +8,9 @@ export default withCallstackPreset( description: 'React Native Brownfield Documentation', editUrl: 'https://github.com/callstack/react-native-brownfield/tree/main/docs', - icon: '/img/tractor.png', - logoLight: '/img/tractor.png', - logoDark: '/img/tractor.png', + icon: '/logo.svg', + logoLight: '/logo-light.svg', + logoDark: '/logo-dark.svg', rootDir: 'docs', rootUrl: 'https://callstack.github.io/react-native-brownfield/', socials: {