Skip to content

Releases: suryakantamangaraj/Wiki

v3.0.0 - Major Infrastructure & Feature Upgrade

16 Aug 17:08
bac7b10

Choose a tag to compare

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:

  1. Pull the latest changes from the repository.
  2. Ensure that Node.js 18.x is installed on your machine.
  3. Run yarn install to install the updated dependencies.
  4. Run yarn build to generate the static site.
  5. Deploy the updated site to your preferred hosting platform.