Skip to content

Commit

Permalink
docs: fix readme, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Apr 26, 2022
1 parent 9d66f7c commit 08d96cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ conductor <- Conductor$
text = "This popover is displayed in the center of the screen."
)$
step(
el = "test",
el = "#test",
title = "This is a button",
text = "This button has no purpose. Its only goal is to serve as support for demo."
)
Expand Down
3 changes: 3 additions & 0 deletions docs/NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# conductor 0.1.0

* Initial version
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ conductor <- Conductor$
text = "This popover is displayed in the center of the screen."
)$
step(
el = "test",
el = "#test",
title = "This is a button",
text = "This button has no purpose. Its only goal is to serve as support for demo."
)
Expand Down
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
* [Buttons](articles/buttons.md)
* [HTML formatting](articles/html-formatting.md)

* [Changelog](NEWS.md)
* [Reference](reference.md)
* [License](LICENSE.md)

0 comments on commit 08d96cf

Please sign in to comment.