Skip to content

Commit

Permalink
Merge pull request #58 from rootstrap/feat/docs-rebranding
Browse files Browse the repository at this point in the history
feat: docs page rebranding
  • Loading branch information
guillermomachado authored Sep 9, 2024
2 parents 50e2423 + bbdf624 commit 9737a93
Show file tree
Hide file tree
Showing 10 changed files with 91 additions and 43 deletions.
18 changes: 5 additions & 13 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand All @@ -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',
},
},
{
Expand All @@ -62,13 +62,6 @@ export default defineConfig({
async: true,
},
},
{
tag: 'script',
content: ` window.minimalAnalytics = {
trackingId: 'G-GQ45JJD1JC',
autoTrack: true,
};`,
},
],
sidebar: [
{
Expand Down Expand Up @@ -101,7 +94,6 @@ export default defineConfig({
},
],
},

{
label: 'UI Components & Theming',
items: [
Expand Down
21 changes: 3 additions & 18 deletions docs/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9737a93

Please sign in to comment.