Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: cp README.md Docfx/index.md

- name: Build Site
run: docfx Docfx/docfx.json -t default,templates/darkfx
run: docfx Docfx/docfx.json

# Upload the generated documentation
- name: Upload site artifact
Expand Down
59 changes: 0 additions & 59 deletions DiscordRPC.Example/Issue104.cs

This file was deleted.

68 changes: 0 additions & 68 deletions DiscordRPC.Example/IssueJoinLogic.cs

This file was deleted.

74 changes: 0 additions & 74 deletions DiscordRPC.Example/IssueMultipleSets.cs

This file was deleted.

2 changes: 1 addition & 1 deletion DiscordRPC.Example/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace DiscordRPC.Example
{
partial class Program
class Program
{
/// <summary>
/// The level of logging to use.
Expand Down
Loading