Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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! |
#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!