forked from CosmosOS/Cosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into removewarnings
- Loading branch information
Showing
7 changed files
with
598 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v1 | ||
- name: Setup dotnet | ||
uses: actions/setup-dotnet@v1.9.0 | ||
uses: actions/setup-dotnet@v2.0.0 | ||
with: | ||
dotnet-version: 3.1.x | ||
dotnet-version: 6.0.x | ||
- name: Build docs | ||
uses: nikeee/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
{{^_disableContribution}} | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
{{#docurl}} | ||
<li> | ||
<a href="{{docurl}}" class="contribution-link">{{__global.improveThisDoc}}</a> | ||
</li> | ||
{{/docurl}} | ||
{{#sourceurl}} | ||
<li> | ||
<a href="{{sourceurl}}" class="contribution-link">{{__global.viewSource}}</a> | ||
</li> | ||
{{/sourceurl}} | ||
</ul> | ||
</div> | ||
{{/_disableContribution}} | ||
<div class="toggle-mode"> | ||
<div class="icon"> | ||
<i aria-hidden="true">☀</i> | ||
</div> | ||
<label class="switch"> | ||
<input type="checkbox" id="switch-style"> | ||
<span class="slider round"></span> | ||
</label> | ||
<div class="icon"> | ||
<i aria-hidden="true">☾</i> | ||
</div> | ||
</div> | ||
|
||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>{{__global.inThisArticle}}</h5> | ||
<div></div> | ||
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> | ||
</nav> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<div class="pull-left"> | ||
{{{_appFooter}}} | ||
{{^_appFooter}}<span>Generated by <strong>DocFX</strong></span>{{/_appFooter}} | ||
</div> | ||
<div class="toggle-mode pull-right visible-sm visible-xs"> | ||
<div class="icon"> | ||
<i aria-hidden="true">☀</i> | ||
</div> | ||
<label class="switch"> | ||
<input type="checkbox" id="switch-style-m"> | ||
<span class="slider round"></span> | ||
</label> | ||
<div class="icon"> | ||
<i aria-hidden="true">☾</i> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<script type="text/javascript" src="{{_rel}}styles/toggle-theme.js"></script> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{{!Copyright (c) Oscar Vasquez. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}"> | ||
<meta name="generator" content="docfx {{_docfxVersion}}"> | ||
{{#_description}}<meta name="description" content="{{_description}}">{{/_description}} | ||
<link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}"> | ||
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css"> | ||
<link rel="stylesheet" href="{{_rel}}styles/docfx.css"> | ||
<link rel="stylesheet" href="{{_rel}}styles/main.css"> | ||
<meta property="docfx:navrel" content="{{_navRel}}"> | ||
<meta property="docfx:tocrel" content="{{_tocRel}}"> | ||
{{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}} | ||
{{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}} | ||
{{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}} | ||
</head> |
Oops, something went wrong.