diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 533613d6f..6ce5f015f 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -11,21 +11,21 @@ export default defineConfig({ base, integrations: [ starlight({ - title: 'Obytes Starter | React Native Template', + title: 'Rootstrap React Native Template', description: `Your All-in-One Solution for Building Outstanding React Native/Expo Apps. From editor setup to store submission, we've got you covered!`, expressiveCode: { themes: ['dracula', 'solarized-light'], }, logo: { - light: '/src/assets/logo-titled.svg', - dark: '/src/assets/logo-titled.svg', + light: '/src/assets/rootstrap-black.svg', + dark: '/src/assets/rootstrap-white.svg', replacesTitle: true, }, components: { LastUpdated: './src/components/LastUpdated.astro', }, social: { - github: 'https://github.com/obytes/react-native-template-obytes', + github: 'https://github.com/rootstrap/react-native-template', }, head: [ { @@ -52,7 +52,7 @@ export default defineConfig({ tag: 'link', attrs: { rel: 'stylesheet', - href: 'https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&display=swap', + href: 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap', }, }, { @@ -62,13 +62,6 @@ export default defineConfig({ async: true, }, }, - { - tag: 'script', - content: ` window.minimalAnalytics = { - trackingId: 'G-GQ45JJD1JC', - autoTrack: true, - };`, - }, ], sidebar: [ { @@ -101,7 +94,6 @@ export default defineConfig({ }, ], }, - { label: 'UI Components & Theming', items: [ diff --git a/docs/public/favicon.svg b/docs/public/favicon.svg index db1db8185..2693f9c44 100644 --- a/docs/public/favicon.svg +++ b/docs/public/favicon.svg @@ -1,19 +1,4 @@ - - - - - - - - - - - - - - - - - - + + + diff --git a/docs/src/assets/hero-frame.svg b/docs/src/assets/hero-frame.svg new file mode 100644 index 000000000..e78ae6905 --- /dev/null +++ b/docs/src/assets/hero-frame.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/src/assets/logo-rootstrap.svg b/docs/src/assets/logo-rootstrap.svg new file mode 100644 index 000000000..7d95b514d --- /dev/null +++ b/docs/src/assets/logo-rootstrap.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/src/assets/rootstrap-black.svg b/docs/src/assets/rootstrap-black.svg new file mode 100644 index 000000000..2693f9c44 --- /dev/null +++ b/docs/src/assets/rootstrap-black.svg @@ -0,0 +1,4 @@ + + + + diff --git a/docs/src/assets/rootstrap-white.svg b/docs/src/assets/rootstrap-white.svg new file mode 100644 index 000000000..cbb56a2cb --- /dev/null +++ b/docs/src/assets/rootstrap-white.svg @@ -0,0 +1,4 @@ + + + + diff --git a/docs/src/components/about.astro b/docs/src/components/about.astro index e6abec586..4b8bca07e 100644 --- a/docs/src/components/about.astro +++ b/docs/src/components/about.astro @@ -9,7 +9,7 @@ const { title } = Astro.props;
{title} - Obytes + Obytes and Rootstrap + and + + + + + + + + + + + + + + diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index d2995cd8b..c009ba8e7 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -1,5 +1,5 @@ --- -title: Obytes Starter | React Native/Expo starter +title: Rootstrap | React Native/Expo starter description: "Your All-in-One Solution for Building Outstanding React Native/Expo Apps. From editor setup to store submission, we've got you covered!" template: splash lastUpdated: false @@ -7,14 +7,14 @@ hero: title: Perfect React Native App Kickstart 🚀! tagline: "Your All-in-One Solution for Building Outstanding React Native/Expo Apps. From editor setup to store submission, we've got you covered!" image: - file: ../../assets/logo.webp + file: ../../assets/hero-frame.svg actions: - text: Get Started - link: /overview + link: /react-native-template/overview icon: right-arrow variant: primary - text: View on GitHub - link: https://github.com/obytes/react-native-template-obytes + link: https://github.com/rootstrap/react-native-template icon: external --- @@ -73,10 +73,10 @@ import About from '../../components/about.astro'; - - -In addition to maintaining this starter kit, we provide expertise in custom projects and app development. If you're looking for experienced and reliable developers to bring your app vision to life, reach out to us. Let's discuss your project and explore how we can help you achieve your goals. - -[Contact us](https://obytes.com/contact) + +\ +The **Rootstrap React Native Template** is built on the foundation of the Obytes React Native template, incorporating its core structure and functionality. It has been enhanced with specific changes to match our development practices, offering a more customized and efficient solution for our projects. +\ +[Contact Rootstrap](https://rootstrap.com/contact) diff --git a/docs/src/content/docs/overview.md b/docs/src/content/docs/overview.md index c2a476545..c68b66fb4 100644 --- a/docs/src/content/docs/overview.md +++ b/docs/src/content/docs/overview.md @@ -101,4 +101,4 @@ In addition to maintaining this starter kit, we are also available to work on cu ## ❓ FAQ -If you have any questions about the starter and want answers, please check out the [Discussions](https://github.com/obytes/react-native-template-obytes/discussions) page. +If you have any questions about the starter and want answers, please check out the [Github repo](https://github.com/rootstrap/react-native-template/discussions). diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css index d1b65d844..b2723da97 100644 --- a/docs/src/styles/custom.css +++ b/docs/src/styles/custom.css @@ -1,5 +1,5 @@ :root { - --sl-font: 'IBM Plex Mono', sans-serif; + --sl-font: 'Poppins', sans-serif; } /* Dark mode colors. */