Skip to content

Commit

Permalink
feat: python Sysllabus
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamsGeeky committed Feb 27, 2024
1 parent 6e91aab commit d3f664b
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 66 deletions.
8 changes: 0 additions & 8 deletions docs/excel/_category_.json

This file was deleted.

Empty file removed docs/excel/intro.mdx
Empty file.
8 changes: 0 additions & 8 deletions docs/java/_category_.json

This file was deleted.

Empty file removed docs/java/intro.mdx
Empty file.
8 changes: 0 additions & 8 deletions docs/mern/_category_.json

This file was deleted.

Empty file removed docs/mern/intro.mdx
Empty file.
8 changes: 0 additions & 8 deletions docs/node/_category_.json

This file was deleted.

Empty file removed docs/node/intro.mdx
Empty file.
2 changes: 1 addition & 1 deletion docs/python/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"position": 4,
"link": {
"type": "generated-index",
"description": "🚀 Python programming bootcamps Join us for a unique coding adventure where learning goes beyond theory. Our bootcamps are not just about the 'what' but the 'why' and 'how' of coding. Secure your spot, unravel the mysteries of C programming, 🚀"
"description": "Our Python Programming Course, curated and led by the Founder of Open Source Learners and a distinguished Technical Lead, Lead of Google Developer Student Club (GSU Chapter), and Software Director at GSU Chapter, provides a mesmerizing introduction to programming concepts. You'll be guided by an expert with hands-on experience in the open-source community and a visionary in the world of Google Developers."
}
}
8 changes: 0 additions & 8 deletions docs/react/_category_.json

This file was deleted.

Empty file removed docs/react/intro.mdx
Empty file.
50 changes: 25 additions & 25 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,36 +188,36 @@ const config = {
label: 'General Computing Basic',
docId: 'basic/intro',
},
{
type: 'doc',
label: 'Advance Excel',
docId: 'excel/intro',
},
// {
// type: 'doc',
// label: 'Advance Excel',
// docId: 'excel/intro',
// },
{
type: 'doc',
label: 'Python programming',
docId: 'python/intro',
},
{
type: 'doc',
label: 'Mern Stack',
docId: 'mern/intro',
},
{
type: 'doc',
label: 'NodeJS',
docId: 'node/intro',
},
{
type: 'doc',
label: 'ReactJS',
docId: 'react/intro',
},
{
type: 'doc',
label: 'Java programming',
docId: 'java/intro',
},
// {
// type: 'doc',
// label: 'Mern Stack',
// docId: 'mern/intro',
// },
// {
// type: 'doc',
// label: 'NodeJS',
// docId: 'node/intro',
// },
// {
// type: 'doc',
// label: 'ReactJS',
// docId: 'react/intro',
// },
// {
// type: 'doc',
// label: 'Java programming',
// docId: 'java/intro',
// },
],
},
{
Expand Down

0 comments on commit d3f664b

Please sign in to comment.