Skip to content

Commit

Permalink
Merge pull request #63 from Ajay-Dhangar/dsa-content
Browse files Browse the repository at this point in the history
VirtualMeeting added
  • Loading branch information
ajay-dhangar authored Mar 14, 2024
2 parents 0620518 + c3625c0 commit d818ba9
Show file tree
Hide file tree
Showing 11 changed files with 639 additions and 57 deletions.
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: features
sidebar_position: 3
sidebar_position: 2
title: Features of CodeHarborHub Documentation
sidebar_label: Features
---
Expand Down
30 changes: 27 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
---
title: Documentation for Learning and Teaching CodeHarborHub
sidebar_label: Documentation
id: docs
title: Welcome to CodeHarborHub Tutorials
sidebar_label: Welcome to CodeHarborHub
sidebar_position: 1
slug: /
---

Welcome to the CodeHarborHub documentation! Now that you're here, you're probably wondering what CodeHarborHub is and what you can do with it. 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.
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?

CodeHarborHub is a platform for managing and sharing code and data. It is designed to help researchers, developers, and data scientists collaborate on projects, share code and data, and manage their work in a secure and efficient manner.

It also helps to begginers to learn about technology, programming, web development, data structures, algorithms, and more.

## Who is CodeHarborHub for?

CodeHarborHub is designed for anyone who needs to manage and share code and data. This includes researchers, developers, data scientists, and anyone else who needs to collaborate on projects, share code and data, and manage their work in a secure and efficient manner. CodeHarborHub is particularly well-suited for teams that need to work together on code and data projects, as it provides a range of features for collaboration and project management.

## What can I do with CodeHarborHub?

CodeHarborHub provides a range of features for learning, teaching, and collaborating on code and data projects. Some of the key features of CodeHarborHub include:

- **Web Development**: CodeHarborHub provides a range of tutorials and resources for learning web development, including HTML, CSS, JavaScript, React, and more.
- **Data Science**: CodeHarborHub provides a range of tutorials and resources for learning data science, including Python, R, and more.
- **Collaboration**: CodeHarborHub provides a range of features for collaborating on code and data projects, including version control, issue tracking, git & github, and more.
- **Learning**: CodeHarborHub provides a range of tutorials and resources for learning technology, programming, web development, data science, and more.

## 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.
36 changes: 0 additions & 36 deletions docs/intro.md

This file was deleted.

2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const config = {
items: [
{
type: "doc",
docId: "intro",
docId: "docs",
label: "📚 Tutorials 🚀",
},

Expand Down
48 changes: 48 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"@docusaurus/theme-mermaid": "^3.1.1",
"@docusaurus/theme-search-algolia": "^3.1.1",
"@docusaurus/utils-validation": "^3.1.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@giscus/react": "^2.4.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
Expand Down
15 changes: 0 additions & 15 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@ const sidebars = {
dirName: '.',
}
],
// api: [{type: 'autogenerated',dirName: 'api',}],
// communitySidebar: ['doc3', 'doc4'],

// But you can create a sidebar manually
/*
tutorialSidebar: [
'intro',
'hello',
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
],
*/
};

export default sidebars;
Loading

0 comments on commit d818ba9

Please sign in to comment.