Skip to content

Commit

Permalink
chore: Changes due to code review
Browse files Browse the repository at this point in the history
**Docusaurus leftovers were deleted.
**The link to edit the page was updated.
**The URL for the website was updated.
  • Loading branch information
LironMShemen committed Nov 26, 2024
1 parent 0e57f7b commit 48665ea
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 454 deletions.
41 changes: 0 additions & 41 deletions website/README.md

This file was deleted.

27 changes: 5 additions & 22 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ const config = {
favicon: '/img/homepage/detox-logo.png',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://CopilotByDetox.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'wix', // Usually your GitHub org/user name.
projectName: 'Copilot by Detox', // Usually your repo name.
organizationName: 'wix-incubator', // Usually your GitHub org/user name.
projectName: 'detox-copilot', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand All @@ -46,24 +45,8 @@ const config = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// 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/',
},
blog: {
showReadingTime: true,
feedOptions: {
type: ['rss', 'atom'],
xslt: true,
},
// 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/',
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',
onUntruncatedBlogPosts: 'warn',
'https://github.com/wix-incubator/detox-copilot/blob/copilot-doc-site/website/',
},
theme: {
customCss: './src/css/custom.scss',
Expand All @@ -78,7 +61,7 @@ const config = {
navbar: {
title: 'Copilot',
logo: {
alt: 'My Site Logo',
alt: 'Copilot`s Logo',
src: '/img/homepage/detox-logo.png',
},
items: [
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
]
},
"engines": {
"node": ">=18.0"
"node": ">=22.0"
}
}
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/Guides/integrating-with-testing-frameworks">
to="/docs/guides/integrating-with-testing-frameworks">
Getting started with Copilot
</Link>
{/* Add an img for the gif */}
Expand Down
7 changes: 0 additions & 7 deletions website/src/pages/markdown-page.md

This file was deleted.

Binary file removed website/static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file removed website/static/img/docusaurus.png
Binary file not shown.
Binary file removed website/static/img/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion website/static/img/logo.svg

This file was deleted.

Loading

0 comments on commit 48665ea

Please sign in to comment.