Skip to content

Commit f4bcae5

Browse files
authored
Merge pull request #202 from codeharborhub/dev-1
Modify content in formate way
2 parents 9eb2485 + 95e416a commit f4bcae5

File tree

312 files changed

+2067
-970
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

312 files changed

+2067
-970
lines changed

AiMlSidebars.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
1111

1212
const sidebars: SidebarsConfig = {
1313
tutorial: [
14-
"index",
14+
// "index",
1515

1616
// Machine LearningTutorial Structure
1717

18-
{
19-
type: "link",
20-
label: "Machine Learning",
21-
href: "/ai-ml/machine-learning/",
22-
},
23-
"ai-agents/index"
18+
// {
19+
// type: "link",
20+
// label: "Machine Learning",
21+
// href: "/ai-ml/machine-learning/",
22+
// },
23+
// "ai-agents/index"
24+
25+
{ type: "autogenerated", dirName: "." },
2426
],
2527
ml: [
2628
"machine-learning/index",

0 commit comments

Comments
 (0)