PalisadoesFoundation / talawa-docs

Documentation for Talawa and Talawa-API
https://docs.talawa.io/
GNU General Public License v3.0
41 stars 140 forks source link

Remove references to the deprecated Docusaurus v1.14.7 package #791

Closed palisadoes closed 3 months ago

palisadoes commented 3 months ago

Describe the bug

  1. The www.talawa.io website is generated by the Docusaurus build process.
  2. The build process references packages in the package.json file
  3. There is a reference to deprecated Docusaurus v1.14.7
  4. When this reference is removed, the generated site breaks

Expected behavior

  1. A way must be found to remove the Docusaurus v1.14.7 reference without breaking the site
  2. References to deprecated Docusaurus v1.14.7 libraries must be replaced with references to the latest Docusaurus v3.x package currently being used.
  3. The site functionality must not be affected in any way after the change

Actual behavior

Screenshots

image

Additional details

Potential internship candidates

disha1202 commented 3 months ago

Hi I know I already have 2 issues assigned but can I work on this as I have already worked on migrating docusaurus from v1 to v3.

palisadoes commented 3 months ago

@disha1202 How is this going? We just had to upgrade Docusaurus again. The deprecated code reference needs to be removed.

disha1202 commented 3 months ago

Hi @palisadoes I have removed the references of Docusaurus v1.14.7

Please take a look.