RTL view

Releases

    Version 1.3.1

    Released on 07 August, 2024

    Changes code example

    var acc = document.getElementsByClassName("accordion");
      
    for (var i = 0; i < acc.length; i++) {
        acc[i].addEventListener("click", function() {
            this.classList.toggle("active");
    
            var panel = this.nextElementSibling;
            if (panel.style.display === "block") {
            panel.style.display = "none";
            } else {
            panel.style.display = "block";
            }
        });
    }

    Improvements

    πŸš€ Performance Optimization
    πŸš€ Accessibility Improvements
    🎯 Table of Contents
    ✨ Added an automatic table of contents
    🎁 Generation feature for better content organization.

    Fixes

    πŸ‹οΈβ€β™€οΈ Fixed issues with heading styles and bullet point
    ✨ It resolved inconsistencies with link hover effects
    🎯 Table of Contents
    ✨ Added an automatic table of contents
    πŸŽ‰ Generation feature for better content organization.

    Version 1.3.0

    Released on 07 June, 2024

    New Features

    πŸ‘‰ Multi-language Support
    πŸ‘‰ Introduced multi-language support
    πŸ‘‰ Allowing documentation sites to serve content
    πŸ‘‰ Table of Contents
    πŸ‘‰ Added an automatic table of contents
    πŸ‘‰ Generation feature for better content organization.

    Improvements

      Multi-language Support
      Table of Contents
      Accessibility Improvements
      Multi-language Support
      Table of Contents
      Added an automatic table of contents
      Generation feature for better content organization.
      

    Fixes

    🌼 Style Corrections: Fixed issues with heading styles and bullet point alignment in various sections.

    🌼 Link Hover Effects: Resolved inconsistencies with link hover effects across different browsers.

    Version 1.2.1

    New Features

      Multi-language Support
      Table of Contents
      Accessibility Improvements
      Multi-language Support
      Table of Contents
      Added an automatic table of contents
      Generation feature for better content organization.
    

    Improvements

    πŸš€ Performance Optimization: Optimized the theme’s codebase for faster loading times and reduced server load.

    πŸš€ Accessibility Improvements: Enhanced the theme's accessibility by improving keyboard navigation and screen reader compatibility.

    Version 1.2.0

    New Features

      Multi-language Support
      Table of Contents
      Accessibility Improvements
      Multi-language Support
      Table of Contents
       Added an automatic table of contents
      Generation feature for better content organization.
    

    Improvements

    βœ… Responsive Design: Improved the theme's responsiveness on mobile devices, ensuring a seamless experience across all screen sizes.

    βœ… Navigation Enhancements: Updated the sidebar and top navigation for better usability, including expandable sections and quick links.

    βœ… Typography Adjustments: Refined font sizes and line heights for better readability.

    Fixes

    • SEO Improvements: Corrected meta tags and structured data issues to improve search engine rankings.
    • Bug Fixes: Resolved minor bugs related to image loading and link styling on certain browsers.

    Version 1.1.0

    New Features

    • Multi-language Support: Introduced multi-language support, allowing documentation sites to serve content in multiple languages.
    • Table of Contents: Added an automatic table of contents generation features for better content organization.

    Improvements

    • Performance Optimization: Optimized the theme’s codebase for faster loading times and reduced server load.
    • Accessibility Improvements: Enhanced the theme's accessibility by improving keyboard navigation and screen reader compatibility.

    Fixes

    • Style Corrections: Fixed issues with heading styles and bullet point alignment in various sections.
    • Link Hover Effects: Resolved inconsistencies with link hover effects across different browsers.

    Version 1.0.0

    • The initial release of the Docslab theme.
    • Features include a clean and modern design, responsive layout, customizable color schemes, and integrated search functionality.

    We hope you enjoy the new features and improvements! If you encounter any issues or have suggestions for future updates, please feel free to contact us.

    DId you get you answer?

    Our product is for you. You will get all the topics in our documentation. If you don't get anything in our documentation, feel free to contact with us. We are here 24/7 to help you Contact

    © 2025 All copyright reserved. Published with Ghost and Electronthemes