This was an amazing introduction and feature walk through. I've been struggling to understand exactly what docusaurus does without reading the docs. This did it for me.
I have been using Docusarus over a year, now it's great static generator tools which help you on documentation but I have struggling on one thing, to upgrade my project to Docusarus 3.1 , It gives error to upgrade from 2.4 because fontend is old version of react also other dependancy, I will appreciate if you make simple tutorial video, how to upgrade Docusarus 2.4 to 3.1 , because it's my whole year of hard work it would headache for me I struggle on fixing error by Docusarus
That's absolutely possible. First you have to declare the default locale and alternative locales in docusaurus.config.js. Then you create the translation files and put them in the right file system. Then you can deploy the site using single or multi-domain strategies. It's best to check the documentation for details, but it's totally possible.
You can customize the homepage under "/src/pages/index.js". It's very easy. The default one comes with a , it's under "/src/components" where you can specifically change the images. Hope this helps!
@@CodeSnaps not really. I don't understand how to change format from svg to anytype. I would like to set there png or webp image using the default template. Anyway, thank you for your anwer.
Ah, I see what your problem is. If you want to use the default template structure, go to the HomepageFeatures component and replace the line with something like . In the FeatureList array, you can change the property from Svg: require('...').default to Image: require('...').default. Make sure you change the prop from Feature({Svg, title, description}) to something like Feature({Image, title, description}). Hope this helps now!
This was an amazing introduction and feature walk through. I've been struggling to understand exactly what docusaurus does without reading the docs.
This did it for me.
This is seriously the greatest thing ever
Thank you so much :)
That was a great explanation touching all the necessary details 👏
Awesome, please make more Docusaurus videos!
Great tutorial, just as needed !!!
Thank you for the concise walkthrough!
Glad it was helpful :)
Fantastic tutorial 🔥 Thank you for sharing 🍻
Really helpful, Kaumon! Thanks for creating and sharing this wonderful resource.
That was super useful and perfect pace..
Thanks bro ! Amazing video and so helpful. Keep going !
Helpful. One request can you make a video (I am waiting for a playlist😅) on how to enable search on documentation?
Thanks for the idea! A playlist on Docusaurus? You can check out their documentation in the meantime for search :)
Thanks for this amazing guide.
What do you suggest if i should use a WordPress for my blogs or use docusaurus for both my documentation and blogs
What is your icon theme? It looks so good!
Distinctive and useful explanation
Glad you liked it :)
@@CodeSnaps Thank you, the explanation came on time
@3:15 How did you jump to the folder structure? Could you pls explain? I have locally hosted docusaurus website but can't find the folder structure.
Very helpful, thank you!
Great video
I have been using Docusarus over a year, now it's great static generator tools which help you on documentation but I have struggling on one thing, to upgrade my project to Docusarus 3.1 , It gives error to upgrade from 2.4 because fontend is old version of react also other dependancy, I will appreciate if you make simple tutorial video, how to upgrade Docusarus 2.4 to 3.1 , because it's my whole year of hard work it would headache for me I struggle on fixing error by Docusarus
Can u also explain how do add a new sidebar, i am trying it but isnt works
Thanks 👍
i want to create page like default, I want to english version, and korea version of docs in navbar. How to make it ?
That's absolutely possible. First you have to declare the default locale and alternative locales in docusaurus.config.js. Then you create the translation files and put them in the right file system. Then you can deploy the site using single or multi-domain strategies. It's best to check the documentation for details, but it's totally possible.
How to customize images on default homepage?
You can customize the homepage under "/src/pages/index.js". It's very easy. The default one comes with a , it's under "/src/components" where you can specifically change the images. Hope this helps!
@@CodeSnaps not really. I don't understand how to change format from svg to anytype. I would like to set there png or webp image using the default template.
Anyway, thank you for your anwer.
Ah, I see what your problem is. If you want to use the default template structure, go to the HomepageFeatures component and replace the line with something like . In the FeatureList array, you can change the property from Svg: require('...').default to Image: require('...').default. Make sure you change the prop from Feature({Svg, title, description}) to something like Feature({Image, title, description}). Hope this helps now!
@@CodeSnaps thank you very much. You helped a lot.
@@CodeSnaps but still there is an error:
Failed to execute 'createElement' on 'Document': The tag name provided
Jesus, would it kill them to make an interface?!