Skip to content

Commit 2bd7508

Browse files
author
Guillermo Machado
committed
feat: docs page rebranding
1 parent bd9f890 commit 2bd7508

File tree

10 files changed

+93
-44
lines changed

10 files changed

+93
-44
lines changed

docs/astro.config.mjs

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ export default defineConfig({
1111
base,
1212
integrations: [
1313
starlight({
14-
title: 'Obytes Starter | React Native Template',
14+
title: 'Rootstrap React Native Template',
1515
description: `Your All-in-One Solution for Building Outstanding React Native/Expo Apps. From editor setup to store submission, we've got you covered!`,
1616
expressiveCode: {
1717
themes: ['dracula', 'solarized-light'],
1818
},
1919
logo: {
20-
light: '/src/assets/logo-titled.svg',
21-
dark: '/src/assets/logo-titled.svg',
20+
light: '/src/assets/rootstrap-black.svg',
21+
dark: '/src/assets/rootstrap-white.svg',
2222
replacesTitle: true,
2323
},
2424
components: {
2525
LastUpdated: './src/components/LastUpdated.astro',
2626
},
2727
social: {
28-
github: 'https://github.com/obytes/react-native-template-obytes',
28+
github: 'https://github.com/rootstrap/react-native-template',
2929
},
3030
head: [
3131
{
@@ -52,7 +52,7 @@ export default defineConfig({
5252
tag: 'link',
5353
attrs: {
5454
rel: 'stylesheet',
55-
href: 'https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&display=swap',
55+
href: 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap',
5656
},
5757
},
5858
{
@@ -62,13 +62,6 @@ export default defineConfig({
6262
async: true,
6363
},
6464
},
65-
{
66-
tag: 'script',
67-
content: ` window.minimalAnalytics = {
68-
trackingId: 'G-GQ45JJD1JC',
69-
autoTrack: true,
70-
};`,
71-
},
7265
],
7366
sidebar: [
7467
{
@@ -101,7 +94,6 @@ export default defineConfig({
10194
},
10295
],
10396
},
104-
10597
{
10698
label: 'UI Components & Theming',
10799
items: [

docs/public/favicon.svg

Lines changed: 3 additions & 18 deletions
Loading

0 commit comments

Comments
 (0)