-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #242
Comments
It will also considerably speed up the process of creating the documentation. |
Hi. I understand what you mean but I believe in in using your own library to do the docs https://en.m.wikipedia.org/wiki/Eating_your_own_dog_food |
docz, for example, lets you use your own components for the generated documentation. Is this what you prefer? |
@MrCreeper1008 Docs seem awesome, let's check its make sense to have docz and storybook. because both seem to be quite similar for showing the components. |
I'd say docz does a better job in documenting components because it actually is a documentation generator, whereas storybook is more geared towards component development. I think we don't need a storybook anymore if we adopt docz. |
I think docusaurus is a pretty good choice for creating our documentation because it supports custom components and i18n. I created a branch |
@MrCreeper1008 Thanks for keeping this on scope! as you suggest let's use docusaurus.I took a few days off from work to do this. I will take over this and try to have it done asap. I bought react-bulma.io I think It's better than the .dev (Use the same domain as bulma.io =) ) |
thanks! currently im still dealing with college stuff (it'll soon be over!) so i havent had time to work on the documentation. if you need help though please let me know. there are a lot to put into documentation so i'll help once i have the time. |
i've already setup docusaurus on |
Hi my name is Sheriff and will like to participate in this project too. Is there anyway we can like distribute the workload between all 3 of us? |
Hello, I just pushed a branch |
Docusaurus 2 doesn't have i18n support. Are you planning to drop translation support? |
Yes, it does not make sense to use V1 if they are already working on V2. |
We still waiting on the template PR 😀😀😀 |
@Quadrisheriff Sorry currently I have my hand full. I don't think I will be able to upload the template. I uploaded the scafolding, if you want to start go ahead. the idea is to be a close as possible to the docs of bulma.io. Also you can check the getting started in special the part about the Thanks! |
I have already started work on the |
@Quadrisheriff thank you for your contribution. just a quick note: i have already documented column > basics and column > sizes, so can you please ignore these two parts when making the pr? makes it easier for me to merge. thanks! |
@Quadrisheriff also please rebase your branch on top of the current |
Is #251 the most up-to-date branch for the new docs? Would love to contribute. |
yes, i just merged #266 into |
Closing this, with V4 we will have a nicely documented library using storybook. Thanks to @kennethnym that did a great job 🎉 |
Using a library that generates documentations from markdown files will make writing documentation much easier and less tedious. Updating documentation will also be easier too. Right now, we are using a full-blown
create-react-app
project just to display a static docs page. It is way too overkill and inefficient imo. cc @coudsThe text was updated successfully, but these errors were encountered: