Parth
Parth
# Problem Briefly describe the issue being addressed. Example: "Inconsistent UI behavior on hover for box items." # Solution Summarize the implemented fix. Example: "Added `transform` property on hover for...
Added name # Problem Briefly describe the issue being addressed. Example: "Inconsistent UI behavior on hover for box items." # Solution Summarize the implemented fix. Example: "Added `transform` property on...
this helps us to check if a string is palindrome or not
it would be really helpful and i will gain more experience
### Describe the bug The footer section on the Axios documentation website appears visually misaligned and inconsistent across columns. The three main sections — Languages, Open Source, and Contribute —...
This PR enables **automatic theme detection** based on the user's operating system settings. By adding: ```js respectPrefersColorScheme: true ``` he site now respects the user's system-level dark or light mode...
Refactored file operations to use promises for better error handling and readability.
### **Current Footer** The current footer (screenshot attached) has: - A **dark background** with minimal content. - Community links like **GitHub**, **Gitter**, and **Sitemap**. - A small copyright notice. While...
### **Goals** 1. Introduce a **Theme Toggler** (Light/Dark mode) to enhance user accessibility and comfort. 2. Improve the developer experience when browsing docs in different lighting conditions. 3. Align with...
### Description Currently, the documentation website ([https://docs.libuv.org/en/v1.x/](https://docs.libuv.org/en/v1.x/)) does not have a **copy button** for code examples. Adding a "Copy" button to each code block would significantly improve usability and developer...