Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Jul 15, 2024
1 parent 7de1fdf commit 352cb8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: Config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://margelo.github.io/react-native-filament/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
Expand Down Expand Up @@ -39,7 +39,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/margelo/react-native-filament/edit/main/docs/',
},
theme: {
customCss: './src/css/custom.css',
Expand Down Expand Up @@ -92,7 +92,7 @@ const config: Config = {
},
{
label: 'Example App',
href: 'https://github.com/mrousavy/react-native-vision-camera/tree/main/package/example',
href: 'https://github.com/margelo/react-native-filament/tree/main/package/example',
},
],
},
Expand Down
2 changes: 0 additions & 2 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import clsx from 'clsx';
import Link from '@docusaurus/Link';
import Layout from '@theme/Layout';
import HomepageFeatures from '@site/src/components/HomepageFeatures';
Expand All @@ -8,7 +7,6 @@ import styles from './index.module.css';
import useBaseUrl from '@docusaurus/useBaseUrl';

function HomepageHeader() {
const {siteConfig} = useDocusaurusContext();
return (
<header>
<iframe src={useBaseUrl('demos/helmet.html')} style={{
Expand Down

0 comments on commit 352cb8e

Please sign in to comment.