nisabmohd / Aria-Docs

This open-source Next.js template provides a sleek and responsive design for comprehensive documentation and engaging blog content.
https://ariadocs.vercel.app/
MIT License
166 stars 27 forks source link

Add an components page explaining all custom components #11

Closed nisabmohd closed 4 days ago

nisabmohd commented 1 month ago

I would like a single page that contains all the markdown elements, including standard markdown files such as headings, lists, blockquotes, code blocks (with showLineNumbers and line highlighting), and the tab component I'm using to switch code. It should also cover how to add images, links, the note component, and the stepper. This will help make everything clear for anyone who is going to use this, so only the necessary markdown custom components and standard markdown elements should be included. Documenting all components used in the project won't be useful.

I also want to modify the "Get Started" page to include instructions on where the content should be placed, specifying that content files should be in the .mdx extension with the appropriate frontmatter. Additionally, please include details on how to configure routes, how to clone the GitHub repository, install dependencies using npm i, and add information about other versions in the "Get Started" section.

shabaz39 commented 1 month ago

I have made a PR. Kindly review it and let me know if there are any changes to be made.

nisabmohd commented 1 month ago

Please check comments

nisabmohd commented 4 days ago

Done