diff --git a/docusaurus.config.js b/docusaurus.config.js index 4539ef23..0ea5c88e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,10 +14,10 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://intro.opensauced.pizza', + url: 'https://sauced-intro.netlify.app/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/learn/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. @@ -43,16 +43,9 @@ const config = { docs: { sidebarPath: './sidebars.js', // Please change this to your repo. - // Remove this to remove the "edit this page" links. editUrl: 'https://github.com/open-sauced/intro', - }, - blog: { - showReadingTime: true, - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/open-sauced/intro', + routeBasePath: '/', }, theme: { customCss: './src/css/custom.css', diff --git a/src/pages/index.js b/src/pages/index.js index 9ad35779..a66ae838 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -28,7 +28,7 @@ export default function Home() {

Intro to Open Source Course

This course is designed to equip you with the skills and knowledge you need to contribute to open source projects. It offers engaging exercises to help you begin your journey towards becoming a successful contributor, and even provides an opportunity to get your first pull request merged.

- + Start the Intro to Open Source Course
@@ -37,7 +37,7 @@ export default function Home() {

Becoming a Maintainer

This course is designed to aid people who are interested in becoming open source project maintainers. It guides you through maintainers' best practices and provides resources and tools that help maintainers perform their tasks. This course is equipped with a tutorial for you to get practical.

- + Start the Becoming a Maintainer Course