Skip to content

Commit

Permalink
Improved the Documentation website
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-fiaz committed Mar 15, 2024
1 parent 1e9b801 commit 371add6
Show file tree
Hide file tree
Showing 91 changed files with 12,549 additions and 3,448 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
; https://editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
38 changes: 36 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,36 @@
.next
node_modules
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
yarn.lock

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

# vercel
.vercel
2 changes: 2 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions .idea/aws.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Devfolio](https://muhammadfiaz.dev/)
# [Devfolio](https://muhammad-fiaz.github.io)

Welcome to the documentation website for my projects! We value your contributions to make our documentation more comprehensive and user-friendly.Make Sure to ⭐ the Repo if You liked it

Expand Down Expand Up @@ -50,10 +50,8 @@ After cloning & setting up the local project you can push the changes to your Gi

Here's a list of technologies and tools used in this project:
- [Next.js](https://nextjs.org/): A React framework for building server-side rendered React applications.
- [TypeScript](https://www.typescriptlang.org/): A typed superset of JavaScript that enhances code quality and provides better tooling support.
- [Nextra Docs Theme](https://nextra.site/docs): A documentation theme for Next.js, which provides a clean and customizable layout for building documentation websites.
- [Markdown](https://www.markdownguide.org/): A lightweight markup language with plain-text-formatting syntax.

For more information about Nextra Docs Theme, you can visit the [official website](https://nextra.site/docs).

## License

Expand Down
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

29 changes: 29 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"site": {
"title": "Muhammad Fiaz | Documentations",
"base_url": "/",
"favicon": "https://avatars.githubusercontent.com/u/75434191?v=4",
"logo": "https://avatars.githubusercontent.com/u/75434191?v=4",
"logo_width": "200",
"logo_height": "34",
"logo_text": "Muhammad Fiaz"
},

"settings": {
"pagination": 3,
"summary_length": 200,
"blog_folder": "docs"
},

"params": {
"tag_manager_id": "",
"contact_form_action": "#",
"copyright": "Copyright © 2024 [Muhammad Fiaz](https://github.com/muhammad-fiaz)"
},

"metadata": {
"meta_author": "Muhammad Fiaz",
"meta_image": "https://avatars.githubusercontent.com/u/75434191?v=4",
"meta_description": "Hey there! \uD83D\uDC4B I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my GitHub profile"
}
}
55 changes: 55 additions & 0 deletions config/menu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"main": [
{
"name": "Home",
"url": "/"
},
{
"name": "About",
"url": "/about"
},
{
"name": "Contact",
"url": "/contact"
},
{
"name": "Pages",
"url": "",
"hasChildren": true,
"children": [
{
"name": "Authors",
"url": "/authors"
},
{
"name": "Categories",
"url": "/categories"
},
{
"name": "Tags",
"url": "/tags"
},

{
"name": "Privacy Policy",
"url": "/privacy-policy"
}
]
}
],
"footer": [
{
"name": "About",
"url": "/about"
},
{
"name": "Contact",
"url": "/contact"
},

{
"name": "Privacy Policy",
"url": "/privacy-policy"
}
]
}
30 changes: 30 additions & 0 deletions config/social.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"facebook": "",
"twitter": "https://twitter.com/muhammadfiaz_",
"instagram": "",
"youtube": "",
"linkedin": "https://linkedin.com/muhammad-fiaz-",
"github": "https://github.com/muhammad-fiaz",
"gitlab": "",
"medium": "https://medium.com/@muhammad-fiaz",
"codepen": "",
"bitbucket": "",
"dribbble": "",
"behance": "",
"pinterest": "",
"soundcloud": "",
"tumblr": "",
"reddit": "",
"vk": "",
"whatsapp": "",
"snapchat": "",
"vimeo": "",
"tiktok": "",
"foursquare": "",
"rss": "",
"email": "",
"phone": "",
"address": "",
"skype": "",
"website": "https://muhammadfiaz.com"
}
28 changes: 28 additions & 0 deletions config/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"colors": {
"default": {
"theme_color": {
"primary": "#01AD9F",
"body": "#fff",
"border": "#D5D5D5",
"theme_light": "#FAFAFA",
"theme_dark": "#152035"
},
"text_color": {
"default": "#747577",
"dark": "#152035",
"light": "#a1a5ae"
}
}
},
"fonts": {
"font_family": {
"primary": "Mulish:wght@400;600;700",
"primary_type": "sans-serif"
},
"font_size": {
"base": "16",
"scale": "1.250"
}
}
}
6 changes: 6 additions & 0 deletions content/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Error 404"
layout: "404"
---

## Page Not Found
30 changes: 30 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Muhammad Fiaz
image: https://avatars.githubusercontent.com/u/75434191?v=4
description: Hey there! 👋 I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my GitHub profile
meta_title: "About"
layout: "about"
draft: false
social:
github: https://github.com/muhammad-fiaz
linkedin: https://www.linkedin.com/in/muhammad-fiaz-/
---

Hey there! 👋 I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my [GitHub profile](https://github.com/muhammad-fiaz)✌️.

- ✨ I spend my spare time building and developing free Apps and Web Applications because I want to continue growing and honing my skills 😄.
- 📚 I'm currently focused on learning and exploring the exciting fields of Machine Learning (ML) and Artificial Intelligence (AI), including neural networks and other related topics.
- 🤝 I'm always excited to collaborate with others and contribute to different projects. If you have a project that needs an extra set of hands or fresh ideas, feel free to reach out to me!
- 🔧 I have experience working with various programming languages and technologies, ensuring that I can adapt and contribute effectively to your project's tech stack.
- 📬 If you come across anything interesting in my projects or have a project you'd like me to collaborate on, please don't hesitate to get in touch. Let's create something awesome together!

Feel free to explore my projects and get in touch with collaborations!



## 💰 Support Me❤️

[![Sponsor muhammad-fiaz](https://img.shields.io/badge/Sponsor-%231EAEDB.svg?&style=for-the-badge&logo=GitHub-Sponsors&logoColor=white)](https://github.com/sponsors/muhammad-fiaz)



3 changes: 3 additions & 0 deletions content/authors/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Authors"
---
25 changes: 25 additions & 0 deletions content/authors/muhammad-fiaz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Muhammad Fiaz
image: https://avatars.githubusercontent.com/u/75434191?v=4
description: Hey there! 👋 I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my GitHub profile
social:
github: https://github.com/muhammad-fiaz
linkedin: https://www.linkedin.com/in/muhammad-fiaz-/
---
Hey there! 👋 I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my [GitHub profile](https://github.com/muhammad-fiaz)✌️.

- ✨ I spend my spare time building and developing free Apps and Web Applications because I want to continue growing and honing my skills 😄.
- 📚 I'm currently focused on learning and exploring the exciting fields of Machine Learning (ML) and Artificial Intelligence (AI), including neural networks and other related topics.
- 🤝 I'm always excited to collaborate with others and contribute to different projects. If you have a project that needs an extra set of hands or fresh ideas, feel free to reach out to me!
- 🔧 I have experience working with various programming languages and technologies, ensuring that I can adapt and contribute effectively to your project's tech stack.
- 📬 If you come across anything interesting in my projects or have a project you'd like me to collaborate on, please don't hesitate to get in touch. Let's create something awesome together!

Feel free to explore my projects and get in touch with collaborations!



## 💰 Support Me❤️

[![Sponsor muhammad-fiaz](https://img.shields.io/badge/Sponsor-%231EAEDB.svg?&style=for-the-badge&logo=GitHub-Sponsors&logoColor=white)](https://github.com/sponsors/muhammad-fiaz)


13 changes: 13 additions & 0 deletions content/contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "I’m Muhammad Fiaz, a Full Stack developer who loves to create new things."
meta_title: "contact"
image: "https://avatars.githubusercontent.com/u/75434191?v=4"
layout: "contact"
draft: false

# social sites
social:
github: https://github.com/muhammad-fiaz
linkedin: https://www.linkedin.com/in/muhammad-fiaz-/
---
Hey there! 👋 I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my [GitHub profile](https://github.com/muhammad-fiaz)✌️.
Loading

0 comments on commit 371add6

Please sign in to comment.