Skip to content

Commit 0386096

Browse files
Merge pull request #11 from thomaslevesque/move-doc-to-gh-pages
Move docs to gh-pages branch
2 parents fe69e48 + 134429d commit 0386096

File tree

268 files changed

+54
-6229
lines changed

Some content is hidden

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

268 files changed

+54
-6229
lines changed

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
artifacts/
12
bin/
23
obj/
34
.vs/
45
.vscode/
6+
api/
7+
docs/api/
58
*.user
9+
tools/build/ToolPaths.cs
610

7-
artifacts/
8-
9-
_ReSharper.Caches/
10-
11-
UpgradeLog*.htm

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
version: '{build}'
2+
branches:
3+
only:
4+
- master
25
pull_requests:
36
do_not_increment_build_number: true
47
image: Visual Studio 2019

docs/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/Documentation.shfbproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
3+
<Import Project="$(MSBuildThisFileDirectory)shfb.props.user" Condition="Exists('$(MSBuildThisFileDirectory)shfb.props.user')" />
34
<PropertyGroup>
45
<!-- The configuration and platform will be used to determine which assemblies to include from solution and
56
project documentation sources -->
67
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
78
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
89
<SchemaVersion>2.0</SchemaVersion>
910
<ProjectGuid>86e2b0aa-e343-4846-8661-e09365d68c99</ProjectGuid>
10-
<SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion>
11+
<SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion>
1112
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
1213
<AssemblyName>Documentation</AssemblyName>
1314
<RootNamespace>Documentation</RootNamespace>
1415
<Name>Documentation</Name>
1516
<!-- SHFB properties -->
16-
<FrameworkVersion>.NET Portable Library 4.0 (Legacy)</FrameworkVersion>
17-
<OutputPath>doc</OutputPath>
17+
<FrameworkVersion>Cross-platform (.NET Core/.NET Standard)</FrameworkVersion>
18+
<OutputPath>api</OutputPath>
1819
<HtmlHelpName>Linq.Extras</HtmlHelpName>
1920
<Language>en-US</Language>
2021
<TransformComponentArguments>
@@ -28,7 +29,7 @@
2829
<Argument Key="defaultLanguage" Value="cs" />
2930
</TransformComponentArguments>
3031
<DocumentationSources>
31-
<DocumentationSource sourceFile="..\Linq.Extras\Linq.Extras.csproj" configuration="Release" />
32+
<DocumentationSource sourceFile="../src/Linq.Extras/Linq.Extras.csproj" configuration="Release" />
3233
</DocumentationSources>
3334
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
3435
<HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
@@ -56,6 +57,7 @@
5657
<HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
5758
<IncludeFavorites>True</IncludeFavorites>
5859
<BinaryTOC>True</BinaryTOC>
60+
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
5961
</PropertyGroup>
6062
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
6163
the build. The others are optional common platform types that may appear. -->

docs/doc/Linq.Extras.chm

-204 KB
Binary file not shown.

docs/doc/SearchHelp.aspx

Lines changed: 0 additions & 233 deletions
This file was deleted.

0 commit comments

Comments
 (0)