Skip to content

Commit 4e3d8c6

Browse files
authored
Edits To The Docs & Solved the deprecated errors (#10)
* added my tutorial cliamtic changed the style and modified it added windows installation added the windows installation * Modified the docs
1 parent 8dd1b71 commit 4e3d8c6

27 files changed

+1006
-1378
lines changed

docs/Gsoc.md

Lines changed: 362 additions & 0 deletions
Large diffs are not rendered by default.

docs/deployment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
sidebar_position: 5
3+
---
4+
# MetaCall Deploy

docs/tutorials/Climatic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ tags:
77
- vue.js
88
- machine-learning
99
---
10-
import StarRepo from '@site/src/components/StarRepo.js';
10+
import StarRepo from '@site/src/components/StarRepo';
1111

12-
<StarRepo itemId="1" />
12+
<StarRepo />
1313

1414
## Building a Polyglot Weather Dashboard with MetaCall
1515
In this tutorial, you will learn how to build a **weather dashboard** by integrating **Node.js** for API handling and **Python** for weather analytics. This project demonstrates how to leverage multiple programming languages in a seamless manner using **MetaCall**.

docs/tutorials/treetraversal.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import DocusaurusTreeVisualization from "@site/src/components/TreeTraversal/DocusaurusWrapper";
22

33
# Traversing a Polyglot Tree with MetaCall
4+
import StarRepo from '@site/src/components/StarRepo';
5+
6+
<StarRepo />
47

58
A comprehensive guide to implementing and visualizing tree traversal across multiple programming languages using MetaCall.
69

docusaurus.config.js

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,23 @@ const config = {
8888
href: "/docs/category/tutorials",
8989
position: "left",
9090
},
91+
{
92+
label: "Google Summer of Code 2025",
93+
href: "/docs/gsoc",
94+
position: "left",
95+
},
96+
{
97+
href: '/starred',
98+
label: '⭐ Stars',
99+
position: 'right',
100+
},
101+
91102
{
92103
href: 'https://github.com/metacall',
93104
label: 'GitHub',
94105
position: 'right',
95106
},
107+
96108
],
97109
},
98110

@@ -117,8 +129,8 @@ const config = {
117129
title: "Use MetaCall",
118130
items: [
119131
{
120-
label: "Configuration",
121-
to: "/docs/running-bracket/configuration",
132+
label: "Tutorials",
133+
to: "/docs/category/tutorials",
122134
},
123135
{
124136
label: "Deployment",
@@ -130,13 +142,18 @@ const config = {
130142
title: "Community",
131143
items: [
132144
{
133-
label: "Examples",
134-
to: "/docs/community/contributing",
145+
label: "Discord",
146+
to: "https://discord.gg/upwP4mwJWa",
147+
},
148+
{
149+
label: "Telegram",
150+
to: "https://t.me/joinchat/BMSVbBatp0Vi4s5l4VgUgg",
135151
},
136152
{
137-
label: "Developing",
138-
to: "/docs/community/development",
153+
label: "Matrix",
154+
to: "https://matrix.to/#/#metacall:matrix.org",
139155
},
156+
140157
],
141158
},
142159
{
@@ -146,11 +163,16 @@ const config = {
146163
label: "GitHub",
147164
href: "https://github.com/metacall/",
148165
},
166+
{
167+
label: "Gsoc",
168+
href: "/docs/Gsoc",
169+
},
149170

150171
{
151172
label: "Changelog",
152173
href: "https://github.com/metacall/core/releases",
153174
},
175+
154176
],
155177
},
156178
],
@@ -164,4 +186,4 @@ const config = {
164186
}),
165187
};
166188

167-
export default config;
189+
export default config;

0 commit comments

Comments
 (0)