Skip to content

Commit 1993db5

Browse files
authored
Merge pull request #2 from emiliano84/dev
Dev
2 parents 5fe01d4 + a45f318 commit 1993db5

File tree

97 files changed

+169
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+169
-109
lines changed

.github/actions/docfx-build/Dockerfile

-14
This file was deleted.

.github/actions/docfx-build/action.yml

-5
This file was deleted.

.github/actions/docfx-build/entrypoint.sh

-19
This file was deleted.

.github/actions/hello-world/Dockerfile

-10
This file was deleted.

.github/actions/hello-world/action.yml

-16
This file was deleted.

.github/actions/hello-world/entrypoint.sh

-5
This file was deleted.

.github/scripts/docfx.bat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"docfx/docfx.exe" docfx.json --property VisualStudioVersion=16.0

.github/workflows/docfx.yml

+61-39
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,67 @@
1-
name: DocFx Clone And Build
2-
# This workflow is triggered on push to the repository.
3-
on: [push]
4-
5-
jobs:
6-
build:
7-
name: Clone Repos
8-
runs-on: ubuntu-latest
1+
name: DocFx Clone, Build And Push
2+
on:
3+
pull_request:
4+
types: [closed]
5+
6+
jobs:
7+
clone_and_push:
8+
runs-on: windows-latest
9+
name: Clone, Build And Push
910
steps:
10-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v1
1112

12-
- name: Clone
13-
run: git clone https://emiliano84:${{secrets.GITHUB_TOKEN}}@github.com/emiliano84/Toolkit.git ../Toolkit
13+
- name: Clone
14+
run: git clone https://emiliano84:${{secrets.GITHUB_TOKEN}}@github.com/emiliano84/Toolkit.git ../Toolkit
15+
shell: bash
1416

15-
- name: Echo
16-
run: echo ${HOME} ${GITHUB_ACTOR} ${GITHUB_REPOSITORY} ${GITHUB_WORKSPACE} ${GITHUB_SHA}
17-
# ${{secrets.TOKEN}} ${{secrets.GITHUB_TOKEN}}
17+
- name: Git Config email
18+
run: git config --global user.email "[email protected]"
19+
shell: bash
1820

19-
- name: Ls
20-
run: ls
21+
- name: Git Config name
22+
run: git config --global user.name "DocFx Bot"
23+
shell: bash
2124

22-
- name: Ls /home/runner/work/Toolkit.Docs
23-
run: ls /home/runner/work/Toolkit.Docs
24-
25-
docfx_build:
26-
runs-on: ubuntu-latest
27-
name: Docfx Build
28-
steps:
29-
- name: Docfx Build Step
30-
id: docfx_build
31-
uses: emiliano84/Toolkit.Docs/.github/actions/docfx-build@master
25+
- name: Git Config remote.origin.url
26+
run: git config --global remote.origin.url "https://emiliano84:${{secrets.GITHUB_TOKEN}}@github.com/emiliano84/Toolkit.Docs.git"
27+
shell: bash
3228

33-
# hello_world_job:
34-
# runs-on: ubuntu-latest
35-
# name: A job to say hello
36-
# steps:
37-
# # - uses: ./ # Uses an action in the root directory
38-
# - name: Hello world action step
39-
# id: hello
40-
# uses: emiliano84/Toolkit.Docs/.github/actions/hello-world@master
41-
# with:
42-
# who-to-greet: 'Mona the Octocat'
43-
# # Use the output from the `hello` step
44-
# - name: Get the output time
45-
# run: echo "The time was ${{ steps.hello.outputs.time }}"
29+
- name: git remote add origin
30+
run: git remote add origin https://github.com/emiliano84/Toolkit.Docs
31+
continue-on-error: true
32+
shell: bash
33+
34+
- name: git fetch origin
35+
run: git fetch origin
36+
shell: bash
37+
38+
- name: git checkout master
39+
run: git checkout master
40+
shell: bash
41+
42+
- name: Docfx
43+
id: docfx
44+
run: ".github/scripts/docfx.bat"
45+
shell: bash
46+
47+
- name: git subtree add
48+
run: git subtree add --prefix docs origin/gh-pages
49+
continue-on-error: true
50+
shell: bash
51+
52+
- name: Git Add docs
53+
run: git add docs/* -f
54+
shell: bash
55+
56+
- name: Git Commit
57+
run: git commit -m "Docs"
58+
shell: bash
59+
60+
# create a local gh-pages branch containing the splitted output folder
61+
- name: Git subtree
62+
run: git subtree split --prefix docs -b gh-pages
63+
shell: bash
64+
# force the push of the gh-pages branch to the remote gh-pages branch at origin
65+
- name: Git Push
66+
run: git push -f https://emiliano84:${{secrets.GITHUB_TOKEN}}@github.com/emiliano84/Toolkit.Docs.git gh-pages:gh-pages
67+
shell: bash

articles/gettingStarted.md

+1-1

docfx/AutoMapper.dll

247 KB
Binary file not shown.

docfx/CommandLine.dll

57 KB
Binary file not shown.

docfx/DotLiquid.dll

102 KB
Binary file not shown.

docfx/Dotnet.ProjInfo.Helpers.dll

16.5 KB
Binary file not shown.

docfx/Dotnet.ProjInfo.dll

154 KB
Binary file not shown.
33.5 KB
Binary file not shown.

docfx/FSharp.Compiler.Service.dll

13.8 MB
Binary file not shown.

docfx/FSharp.Core.dll

2.58 MB
Binary file not shown.

docfx/FSharp.Core.resources.dll

21 KB
Binary file not shown.

docfx/HtmlAgilityPack.dll

132 KB
Binary file not shown.

docfx/Jint.dll

244 KB
Binary file not shown.

docfx/Markdig.dll

348 KB
Binary file not shown.

docfx/Microsoft.Build.Locator.dll

34.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
4.46 MB
Binary file not shown.
2.34 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
4.98 MB
Binary file not shown.
Binary file not shown.
2.5 MB
Binary file not shown.

docfx/Microsoft.CodeAnalysis.dll

2.3 MB
Binary file not shown.
64 KB
Binary file not shown.
Binary file not shown.
392 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
49 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docfx/Microsoft.DocAsCode.Common.dll

162 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docfx/Microsoft.DocAsCode.Dfm.dll

128 KB
Binary file not shown.

docfx/Microsoft.DocAsCode.Glob.dll

21 KB
Binary file not shown.
46.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
29 KB
Binary file not shown.
173 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docfx/Microsoft.DocAsCode.Plugins.dll

65 KB
Binary file not shown.
48.5 KB
Binary file not shown.

docfx/Microsoft.Owin.Diagnostics.dll

155 KB
Binary file not shown.

docfx/Microsoft.Owin.FileSystems.dll

17.7 KB
Binary file not shown.
86.2 KB
Binary file not shown.

docfx/Microsoft.Owin.Hosting.dll

63.2 KB
Binary file not shown.

docfx/Microsoft.Owin.StaticFiles.dll

63.2 KB
Binary file not shown.

docfx/Microsoft.Owin.dll

98.7 KB
Binary file not shown.
54.3 KB
Binary file not shown.
Binary file not shown.

docfx/Newtonsoft.Json.Schema.dll

146 KB
Binary file not shown.

docfx/Newtonsoft.Json.dll

514 KB
Binary file not shown.

docfx/NuGet.Common.dll

95.1 KB
Binary file not shown.

docfx/NuGet.Configuration.dll

85.3 KB
Binary file not shown.
67.4 KB
Binary file not shown.

docfx/NuGet.Frameworks.dll

106 KB
Binary file not shown.

docfx/NuGet.LibraryModel.dll

44.8 KB
Binary file not shown.

docfx/NuGet.Packaging.Core.Types.dll

31.7 KB
Binary file not shown.

docfx/NuGet.Packaging.Core.dll

49.3 KB
Binary file not shown.

docfx/NuGet.Packaging.dll

246 KB
Binary file not shown.

docfx/NuGet.ProjectModel.dll

139 KB
Binary file not shown.

docfx/NuGet.Protocol.dll

614 KB
Binary file not shown.

docfx/NuGet.Versioning.dll

50.8 KB
Binary file not shown.

docfx/Nustache.Core.dll

37 KB
Binary file not shown.

docfx/Owin.dll

4.5 KB
Binary file not shown.

docfx/SQLitePCLRaw.core.dll

34.5 KB
Binary file not shown.
295 KB
Binary file not shown.
24.3 KB
Binary file not shown.
57.7 KB
Binary file not shown.

docfx/System.Composition.Hosting.dll

60.7 KB
Binary file not shown.

docfx/System.Composition.Runtime.dll

29.2 KB
Binary file not shown.
63.2 KB
Binary file not shown.

docfx/System.Reflection.Metadata.dll

454 KB
Binary file not shown.
749 KB
Binary file not shown.
178 KB
Binary file not shown.

docfx/YamlDotNet.dll

179 KB
Binary file not shown.

docfx/docfx.exe

1.19 MB
Binary file not shown.

docfx/docfx.exe.config

+106
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<configSections>
4+
<section name="msbuildToolsets" type="Microsoft.Build.Evaluation.ToolsetConfigurationSection, Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
5+
</configSections>
6+
<!-- To define one or more new toolsets, add an 'msbuildToolsets' element in this file. -->
7+
<msbuildToolsets default="Current">
8+
<toolset toolsVersion="Current">
9+
<property name="MSBuildToolsPath" value="$([MSBuild]::GetCurrentToolsDirectory())" />
10+
<property name="MSBuildToolsPath32" value="$([MSBuild]::GetToolsDirectory32())" />
11+
<property name="MSBuildToolsPath64" value="$([MSBuild]::GetToolsDirectory64())" />
12+
<property name="MSBuildSDKsPath" value="$([MSBuild]::GetMSBuildSDKsPath())" />
13+
<property name="FrameworkSDKRoot" value="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.7.2@InstallationFolder)" />
14+
<property name="MSBuildRuntimeVersion" value="4.0.30319" />
15+
<property name="MSBuildFrameworkToolsPath" value="$(SystemRoot)\Microsoft.NET\Framework\v$(MSBuildRuntimeVersion)\" />
16+
<property name="MSBuildFrameworkToolsPath32" value="$(SystemRoot)\Microsoft.NET\Framework\v$(MSBuildRuntimeVersion)\" />
17+
<property name="MSBuildFrameworkToolsPath64" value="$(SystemRoot)\Microsoft.NET\Framework64\v$(MSBuildRuntimeVersion)\" />
18+
<property name="MSBuildFrameworkToolsRoot" value="$(SystemRoot)\Microsoft.NET\Framework\" />
19+
<property name="SDK35ToolsPath" value="$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0A\WinSDK-NetFx35Tools-x86', 'InstallationFolder', null, RegistryView.Registry32))" />
20+
<property name="SDK40ToolsPath" value="$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.7.2\WinSDK-NetFx40Tools-x86', 'InstallationFolder', null, RegistryView.Registry32))" />
21+
<property name="WindowsSDK80Path" value="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.1@InstallationFolder)" />
22+
<property name="VsInstallRoot" value="$([MSBuild]::GetVsInstallRoot())" />
23+
<property name="MSBuildToolsRoot" value="$(VsInstallRoot)\MSBuild" />
24+
<property name="MSBuildExtensionsPath" value="$([MSBuild]::GetMSBuildExtensionsPath())" />
25+
<property name="MSBuildExtensionsPath32" value="$([MSBuild]::GetMSBuildExtensionsPath())" />
26+
<property name="RoslynTargetsPath" value="$([MSBuild]::GetToolsDirectory32())\Roslyn" />
27+
<!-- VC Specific Paths -->
28+
<property name="VCTargetsPath" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath)','$(MSBuildExtensionsPath32)\Microsoft\VC\v160\'))" />
29+
<property name="VCTargetsPath14" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath14)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\V140\'))" />
30+
<property name="VCTargetsPath12" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath12)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\V120\'))" />
31+
<property name="VCTargetsPath11" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath11)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\V110\'))" />
32+
<property name="VCTargetsPath10" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath10)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\'))" />
33+
<property name="AndroidTargetsPath" value="$(MSBuildExtensionsPath32)\Microsoft\MDD\Android\V150\" />
34+
<property name="iOSTargetsPath" value="$(MSBuildExtensionsPath32)\Microsoft\MDD\iOS\V150\" />
35+
<projectImportSearchPaths>
36+
<searchPaths os="windows">
37+
<property name="MSBuildExtensionsPath" value="$(MSBuildProgramFiles32)\MSBuild" />
38+
<property name="MSBuildExtensionsPath32" value="$(MSBuildProgramFiles32)\MSBuild" />
39+
<property name="MSBuildExtensionsPath64" value="$(MSBuildProgramFiles32)\MSBuild" />
40+
<property name="VSToolsPath" value="$(MSBuildProgramFiles32)\MSBuild\Microsoft\VisualStudio\v$(VisualStudioVersion)" />
41+
</searchPaths>
42+
</projectImportSearchPaths>
43+
</toolset>
44+
</msbuildToolsets>
45+
<runtime>
46+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
47+
<dependentAssembly>
48+
<assemblyIdentity name="Microsoft.Build" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
49+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
50+
</dependentAssembly>
51+
<dependentAssembly>
52+
<assemblyIdentity name="Microsoft.Build.Conversion.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
53+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
54+
</dependentAssembly>
55+
<dependentAssembly>
56+
<assemblyIdentity name="Microsoft.Build.Engine" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
57+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
58+
</dependentAssembly>
59+
<dependentAssembly>
60+
<assemblyIdentity name="Microsoft.Build.Framework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
61+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
62+
</dependentAssembly>
63+
<dependentAssembly>
64+
<assemblyIdentity name="Microsoft.Build.Tasks.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
65+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
66+
</dependentAssembly>
67+
<dependentAssembly>
68+
<assemblyIdentity name="Microsoft.Build.Utilities.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
69+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
70+
</dependentAssembly>
71+
</assemblyBinding>
72+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
73+
<dependentAssembly>
74+
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
75+
<bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />
76+
</dependentAssembly>
77+
</assemblyBinding>
78+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
79+
<dependentAssembly>
80+
<assemblyIdentity name="NuGet.Common" publicKeyToken="31bf3856ad364e35" culture="neutral" />
81+
<bindingRedirect oldVersion="0.0.0.0-4.8.0.6" newVersion="4.8.0.6" />
82+
</dependentAssembly>
83+
</assemblyBinding>
84+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
85+
<dependentAssembly>
86+
<assemblyIdentity name="NuGet.Frameworks" publicKeyToken="31bf3856ad364e35" culture="neutral" />
87+
<bindingRedirect oldVersion="0.0.0.0-4.8.0.6" newVersion="4.8.0.6" />
88+
</dependentAssembly>
89+
</assemblyBinding>
90+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
91+
<dependentAssembly>
92+
<assemblyIdentity name="NuGet.Versioning" publicKeyToken="31bf3856ad364e35" culture="neutral" />
93+
<bindingRedirect oldVersion="0.0.0.0-4.5.0.4" newVersion="4.5.0.4" />
94+
</dependentAssembly>
95+
</assemblyBinding>
96+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
97+
<dependentAssembly>
98+
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
99+
<bindingRedirect oldVersion="0.0.0.0-1.2.3.0" newVersion="1.2.3.0" />
100+
</dependentAssembly>
101+
</assemblyBinding>
102+
</runtime>
103+
<startup>
104+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
105+
</startup>
106+
</configuration>

docfx/itextsharp.dll

3.86 MB
Binary file not shown.

0 commit comments

Comments
 (0)