Skip to content

Commit

Permalink
Merge pull request #125 from Appsilon/add-news
Browse files Browse the repository at this point in the history
chore: Add NEWS.md
  • Loading branch information
jakubnowicki authored Jul 19, 2023
2 parents 65a298c + ac7b60d commit ddce531
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# shiny.telemetry (development version)

- Fix the way of getting the session token.
- Allow optional username overwrite.

# shiny.telemetry 0.1.0

- First release
6 changes: 5 additions & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ url: https://appsilon.github.io/shiny.telemetry/
navbar:
bg: primary
structure:
left: [home, reference]
left: [home, reference, changelog]
right: [search, github, twitter, mastodon]
components:
home:
Expand All @@ -42,6 +42,10 @@ navbar:
icon: fa-file-code-o
text: "Reference"
href: reference/index.html
changelog:
icon: fa-newspaper-o
text: "Changelog"
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/Appsilon/shiny.telemetry
Expand Down

0 comments on commit ddce531

Please sign in to comment.