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.
@ancientelevator9 Жыл бұрын
This is seriously the greatest thing ever
@CodeSnaps Жыл бұрын
Thank you so much :)
@vijayendradarode77624 ай бұрын
@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.
@AravindhKumar0072 ай бұрын
That was a great explanation touching all the necessary details 👏
@Reflekt0r Жыл бұрын
Awesome, please make more Docusaurus videos!
@scotmarvin89917 ай бұрын
Really helpful, Kaumon! Thanks for creating and sharing this wonderful resource.
@shreyankcode59028 ай бұрын
Great tutorial, just as needed !!!
@curtismyers8621 Жыл бұрын
Thank you for the concise walkthrough!
@CodeSnaps Жыл бұрын
Glad it was helpful :)
@royaldemon30711 ай бұрын
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
@caesarsage10 ай бұрын
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
@miguelvelascodev11 ай бұрын
Thanks bro ! Amazing video and so helpful. Keep going !
@roque_sn8 ай бұрын
What is your icon theme? It looks so good!
@mr.fortyfour97223 ай бұрын
Can u also explain how do add a new sidebar, i am trying it but isnt works
@NIXO3D10 ай бұрын
Fantastic tutorial 🔥 Thank you for sharing 🍻
@skinwalker_5 ай бұрын
That was super useful and perfect pace..
@PraavinBawwane Жыл бұрын
Helpful. One request can you make a video (I am waiting for a playlist😅) on how to enable search on documentation?
@CodeSnaps Жыл бұрын
Thanks for the idea! A playlist on Docusaurus? You can check out their documentation in the meantime for search :)
@Coweaterthe1st8 ай бұрын
Very helpful, thank you!
@ThanhTran27507 Жыл бұрын
i want to create page like default, I want to english version, and korea version of docs in navbar. How to make it ?
@CodeSnaps Жыл бұрын
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.
@antonyndungu55143 ай бұрын
Great video
@DmitriiIvanov-u6w Жыл бұрын
How to customize images on default homepage?
@CodeSnaps Жыл бұрын
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!
@DmitriiIvanov-u6w Жыл бұрын
@@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.
@CodeSnaps Жыл бұрын
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!
@DmitriiIvanov-u6w Жыл бұрын
@@CodeSnaps thank you very much. You helped a lot.
@DmitriiIvanov-u6w Жыл бұрын
@@CodeSnaps but still there is an error: Failed to execute 'createElement' on 'Document': The tag name provided
@i4u8 Жыл бұрын
Distinctive and useful explanation
@CodeSnaps Жыл бұрын
Glad you liked it :)
@i4u8 Жыл бұрын
@@CodeSnaps Thank you, the explanation came on time