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
Better documentation of elements #80
Comments
|
@kognise suggested an "inline html tutorial" style like Impress.js: #76 (comment) I personally like the reference style of things like Bootstrap. Reading more online, it sounds like there are four main types of documentation:
I can see the four above being:
I think we need to expand more on both options 1 and 4. TutorialI think this needs to be accessible and visible to users.
ReferenceLike I said before, I like something like Bootstrap's documentation that provides a list of each component with code examples on how to use it. Storybook would be an overkill way of doing this by generating documentation from code but it's interesting nonetheless. |
|
can I work on this project? |
|
@prasannabisen Go ahead! |
|
Hi! Is the project still open? If yes, can I work on this? |
|
@kylejrp @prachi-28 @prasannabisen @kognise Anybody working on this right now? If not, I would like to try it. |
|
I'm not sure if anyone has started working on this issue, but I'd love to review any WIP pull requests if you open them up. The "Tutorial" documentation should be a separate pull request from the "Reference" documentation I mentioned before. We can all collaborate once we have a starting point! |
|
Is the project still up? I would like to work upon it. |
|
@kajal4329 sorry, got sent to my spam folder! It is, and feel free to! |
|
@kognise On it. |
|
is the project still up? |
|
@mohitgoyal1234 yes, it is. I am working on it |
|
/claim |
|
Made progress on this in a50c8a0, more can be done however. |
|
Hello, is this project still open?? if yes ,I would love to work on this, and see if I can contribute to the project. |
|
Hey. The above issue has been closed. |
|
Hello! Is this issue still open ? I would like to work on it. |
|
hello is this issue still open?? |
|
is it working? |
|
can I contribute to this project? |
|
I believe that Improving documents like bootstrap can help many people to learn water.css faster and saves time for people who want to revise stuff in no time. Hey, is this still open? Can I contribute my services to water.css for documenting |
#76 brought up the point that it's difficult for new HTML users to understand how to use some of the more complicated HTML elements.
I'd love to see
index.html(or maybe a separate page) have some sections on how to use each of the elements water.css supports. For example, documentation for the blockquote element could be:Blockquote
Documentation
Example usage:
Demo:
There would be a few parts to this issue:
This is a lot of work to do, so any help on this issue is very appreciated!
The text was updated successfully, but these errors were encountered: