Describe the documentation change
There are duplicate entries under the section '#### free resources' found in some index.mdx files. These duplicates should be identified and removed to improve the clarity and quality of the documentation.
Current documentation
Some index.mdx files in the repository contain repeated resources under the '#### free resources' heading. These files can be found inside the content/doc/*/index.mdx path.
Proposed change
Find all index.mdx files in the content/doc/*/ directory. Inspect each file for the section '#### free resources' and remove any duplicate entries under this heading, ensuring each resource is listed only once per file.
Remove first section and add 2 section with specific Link
Example
Before:
#### Free Resources
- [@official@Git branch documentation](https://git-scm.com/docs/git-branch)
- [@article@Git branch](https://www.atlassian.com/git/tutorials/using-branches)
#### Free Resources
<Tabs defaultValue="official">
<TabsList>
<TabsTrigger value="official">Official Docs</TabsTrigger>
<!-- ... generic template content ... -->
</TabsList>
</Tabs>
After:
#### Free Resources
<Tabs defaultValue="official">
<TabsList>
<TabsTrigger value="official">Official Docs</TabsTrigger>
<!-- ... generic template content ... -->
</TabsList>
</Tabs>
Additional context
This clean-up will help maintain tidy, beginner-friendly documentation.
Open Source Contributor Labels
This issue is suitable for open source contributors and first-time contributors.
Describe the documentation change
There are duplicate entries under the section '#### free resources' found in some index.mdx files. These duplicates should be identified and removed to improve the clarity and quality of the documentation.
Current documentation
Some index.mdx files in the repository contain repeated resources under the '#### free resources' heading. These files can be found inside the
content/doc/*/index.mdxpath.Proposed change
Find all
index.mdxfiles in thecontent/doc/*/directory. Inspect each file for the section '#### free resources' and remove any duplicate entries under this heading, ensuring each resource is listed only once per file.Remove first section and add 2 section with specific Link
Additional context
This clean-up will help maintain tidy, beginner-friendly documentation.
Open Source Contributor Labels
This issue is suitable for open source contributors and first-time contributors.