Skip to content

Commit

Permalink
Merge pull request #4 from Krypton-Suite/master-readme
Browse files Browse the repository at this point in the history
* Do #1 & #2
  • Loading branch information
Smurf-IV authored Apr 10, 2022
2 parents d186353 + a09521e commit b3499fe
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 15 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# Help-Files
Contains the SHFB projects, used to create offline help files.
# Krypton Toolkit Help Files

Welcome to the Krypton Toolkit help files repository!

## What is this repository for?

The Krypton Toolkit help files repository contains all the files required to create the end-user documentation for the Krypton Toolkit projects. You can download the latest files [here](https://github.com/Krypton-Suite/Help-Files/releases).

## Prerequisites

In order to build the documentation, you **must** have the following:-

- The latest Krypton Toolkit DLL/XML files
- The latest [Sandcastle Help File Builder](https://github.com/EWSoftware/SHFB/releases)
- Time (plus a beverage of your choice ;-))

## To build

- Open `Source\Standard Toolkit\Full Documentation\Full Toolkit Documentation\Full Toolkit Documentation.shfbproj`
- Remove **all** entries under `Documentation Sources`
- Add the current DLL/XML files to `Documentation Sources`
- Update the version number in `Help File` -> `Help file version`
- Build - Note: this will take some time

The generated output will be located in `Source\Standard Toolkit\Full Documentation\Full Toolkit Documentation\Help`. Rinse & repeat for the Extended Toolkit.
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,17 @@
<Argument Key="maxVersionParts" Value="" xmlns="" />
</TransformComponentArguments>
<DocumentationSources>
<DocumentationSource sourceFile="C:\Users\Peter William Wagner\Desktop\Krypton\Help\Krypton.Docking.dll" />
<DocumentationSource sourceFile="C:\Users\Peter William Wagner\Desktop\Krypton\Help\Krypton.Docking.xml" />
<DocumentationSource sourceFile="C:\Users\Peter William Wagner\Desktop\Krypton\Help\Krypton.Navigator.dll" />
<DocumentationSource sourceFile="C:\Users\Peter William Wagner\Desktop\Krypton\Help\Krypton.Navigator.xml" />
<DocumentationSource sourceFile="C:\Users\Peter William Wagner\Desktop\Krypton\Help\Krypton.Ribbon.dll" />
<DocumentationSource sourceFile="C:\Users\Peter William Wagner\Desktop\Krypton\Help\Krypton.Ribbon.xml" />
<DocumentationSource sourceFile="C:\Users\Peter William Wagner\Desktop\Krypton\Help\Krypton.Toolkit.dll" />
<DocumentationSource sourceFile="C:\Users\Peter William Wagner\Desktop\Krypton\Help\Krypton.Toolkit.xml" />
<DocumentationSource sourceFile="C:\Users\Peter William Wagner\Desktop\Krypton\Help\Krypton.Workspace.dll" />
<DocumentationSource sourceFile="C:\Users\Peter William Wagner\Desktop\Krypton\Help\Krypton.Workspace.xml" />
</DocumentationSources>
<HelpFileFormat>HtmlHelp1, MSHelpViewer</HelpFileFormat>
<DocumentationSource sourceFile="..\..\..\..\..\Theme-Palettes\Applications\Source\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Krypton.Docking.dll" />
<DocumentationSource sourceFile="..\..\..\..\..\Theme-Palettes\Applications\Source\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Krypton.Docking.xml" />
<DocumentationSource sourceFile="..\..\..\..\..\Theme-Palettes\Applications\Source\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Krypton.Navigator.dll" />
<DocumentationSource sourceFile="..\..\..\..\..\Theme-Palettes\Applications\Source\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Krypton.Navigator.xml" />
<DocumentationSource sourceFile="..\..\..\..\..\Theme-Palettes\Applications\Source\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Krypton.Ribbon.dll" />
<DocumentationSource sourceFile="..\..\..\..\..\Theme-Palettes\Applications\Source\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Krypton.Ribbon.xml" />
<DocumentationSource sourceFile="..\..\..\..\..\Theme-Palettes\Applications\Source\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Krypton.Toolkit.dll" />
<DocumentationSource sourceFile="..\..\..\..\..\Theme-Palettes\Applications\Source\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Krypton.Toolkit.xml" />
<DocumentationSource sourceFile="..\..\..\..\..\Theme-Palettes\Applications\Source\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Krypton.Workspace.dll" />
<DocumentationSource sourceFile="..\..\..\..\..\Theme-Palettes\Applications\Source\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\Krypton.Workspace.xml" /></DocumentationSources>
<HelpFileFormat>HtmlHelp1, MSHelpViewer, Website</HelpFileFormat>
<SyntaxFilters>C#, Visual Basic</SyntaxFilters>
<PresentationStyle>VS2013</PresentationStyle>
<CleanIntermediates>True</CleanIntermediates>
Expand All @@ -48,7 +47,7 @@
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<HelpTitle>Krypton standard toolkt documentation</HelpTitle>
<HelpFileVersion>60.22.2.32</HelpFileVersion>
<HelpFileVersion>65.22.4.94</HelpFileVersion>
<NamingMethod>Guid</NamingMethod>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<RootNamespaceContainer>False</RootNamespaceContainer>
Expand All @@ -58,6 +57,11 @@
<SdkLinkTarget>Blank</SdkLinkTarget>
<FooterText>For more information, please go to: https://github.com/Krypton-Suite/Standard-Toolkit</FooterText>
<CopyrightText>%28c%29 Krypton Suite 2017 - 2022</CopyrightText>
<HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
<BinaryTOC>True</BinaryTOC>
<IncludeFavorites>False</IncludeFavorites>
<WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
<AppendMarkdownFileExtensionsToUrls>True</AppendMarkdownFileExtensionsToUrls>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
the build. The others are optional common platform types that may appear. -->
Expand Down

0 comments on commit b3499fe

Please sign in to comment.