Skip to content

Commit 5110ec0

Browse files
authored
Merge pull request #563 from cmu-sei/development
Socializer updates
2 parents 233f48e + 8d6d648 commit 5110ec0

File tree

31 files changed

+2006
-415
lines changed

31 files changed

+2006
-415
lines changed

src/ghosts.pandora.socializer/src/Infrastructure/Startup/Extensions/SwaggerExtensions.cs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,18 @@ public static void AddSwagger(this IServiceCollection services, AuthorizationOpt
1414
{
1515
Title = "GHOSTS SOCIALIZER API",
1616
Version = "v1",
17-
Description = "GHOSTS Social Content Services API v1",
17+
Description = """
18+
GHOSTS Social Content Services API v1.
19+
<br/><br/>
20+
Available Themes:
21+
<br/><br/>
22+
<a href='/?theme=discord'>Discord</a><br/>
23+
<a href='/?theme=facebook'>Facebook</a><br/>
24+
<a href='/?theme=instagram'>Instagram</a><br/>
25+
<a href='/?theme=linkedin'>LinkedIn</a><br/>
26+
<a href='/?theme=x'>X</a><br/>
27+
<a href='/?theme=youtube'>YouTube</a>
28+
""",
1829
Contact = new OpenApiContact
1930
{
2031
Name = "SEI CERT GHOSTS Team",

src/ghosts.pandora.socializer/src/Views/Shared/_Scripts.cshtml

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ghosts.pandora.socializer/src/Views/Themes/discord/index.cshtml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ghosts.pandora.socializer/src/Views/Themes/facebook/detail.cshtml

Lines changed: 1 addition & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ghosts.pandora.socializer/src/Views/Themes/facebook/index.cshtml

Lines changed: 1 addition & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ghosts.pandora.socializer/src/Views/Themes/instagram/detail.cshtml

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ghosts.pandora.socializer/src/Views/Themes/instagram/index.cshtml

Lines changed: 7 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ghosts.pandora.socializer/src/Views/Themes/linkedin/detail.cshtml

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)