Skip to content

Commit

Permalink
now Added ads on tutorial page
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-dhangar committed May 25, 2024
1 parent dac8da3 commit 5f89587
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
21 changes: 19 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
---
id: docs
title: Welcome to CodeHarborHub Tutorials
sidebar_label: Welcome to CodeHarborHub
sidebar_label: Welcome to CodeHarborHub
sidebar_position: 1
slug: /
---

<Head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5832817025080991"
crossorigin="anonymous" />
</Head>

Welcome to the CodeHarborHub documentation! This documentation is intended to help you get started with CodeHarborHub and to provide you with a comprehensive guide to the features and functionality of the platform. This is a place to learn about technology, programming, web development, data science, and more.

## What is CodeHarborHub?
Expand All @@ -29,4 +34,16 @@ CodeHarborHub provides a range of features for learning, teaching, and collabora

## Getting Started

To get started with CodeHarborHub, you can follow the tutorials and resources in this documentation. You can also explore the platform and try out the features for yourself. If you have any questions or need help, you can reach out to the CodeHarborHub community for support.
To get started with CodeHarborHub, you can follow the tutorials and resources in this documentation. You can also explore the platform and try out the features for yourself. If you have any questions or need help, you can reach out to the CodeHarborHub community for support.

<!-- Example ad -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5832817025080991" crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style={{display: 'block'}}
data-ad-client="ca-pub-5832817025080991"
data-ad-slot="6570801606"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
4 changes: 3 additions & 1 deletion src/theme/MDXComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import InsertionSortVisualization from '@site/src/components/DSA/arrays/Insertio
import File from '@site/src/components/File';
import YoutubeVideo from '../components/YoutubeVideo';
import Lesson from '@site/src/components/Lesson';
import Head from '@docusaurus/Head';

export default {
// Re-use the default mapping
Expand All @@ -43,5 +44,6 @@ export default {
InsertionSortVisualization,
File,
YoutubeVideo,
Lesson
Lesson,
Head
};

0 comments on commit 5f89587

Please sign in to comment.