-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Krypton-Suite/master-readme
- Loading branch information
Showing
2 changed files
with
42 additions
and
15 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 |
---|---|---|
@@ -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. |
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