Releases: suryakantamangaraj/Wiki
Releases · suryakantamangaraj/Wiki
v3.0.0 - Major Infrastructure & Feature Upgrade
v3.0.0 - Major Upgrade
Overview
This release marks a significant upgrade to the wiki, introducing several new features and enhancements to improve the overall user experience and maintainability.
What's New
- Upgrade to Docusaurus v3: The project has been upgraded to Docusaurus version 3, bringing enhanced performance, stability, and new features.
- Upgrade to Node 18.x: The project now runs on Node.js version 18.x, ensuring compatibility with the latest libraries and tools.
- Enhanced Workflow: The workflow file has been updated to align with the latest best practices, streamlining the development and deployment processes.
- Mermaid Theme: Added support for Mermaid diagrams with a new theme, making it easier to visualize and document complex information.
- Codeblock Plugin: Integrated a new codeblock plugin to enhance code syntax highlighting and overall readability.
- Algolia Search Integration: Implemented Algolia Search to provide fast and accurate search capabilities across the wiki.
- Automated Processes: Automation added for Mermaid diagram rendering, site building, and crawling for search, reducing manual intervention and improving efficiency.
How to Upgrade
To upgrade your local environment, please follow these steps:
- Pull the latest changes from the repository.
- Ensure that Node.js 18.x is installed on your machine.
- Run
yarn installto install the updated dependencies. - Run
yarn buildto generate the static site. - Deploy the updated site to your preferred hosting platform.