Released on 07 August, 2024
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";
}
});
}
π Performance Optimization
π Accessibility Improvements
π― Table of Contents
β¨ Added an automatic table of contents
π Generation feature for better content organization.
ποΈββοΈ 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.
Released on 07 June, 2024
π 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.
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.
πΌ 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.
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.
π 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.
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.
β 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.
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.
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