Skip to content

Commit

Permalink
Moved documentation to the github wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannBlais committed Mar 29, 2024
1 parent c0ed4f1 commit 3a0d15d
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 294 deletions.
3 changes: 1 addition & 2 deletions InfoBox/InfoBox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Stop wasting time developing your own custom MessageBox, everything you need is
<group targetFramework="net8.0-windows7.0" />
<group targetFramework="net48" />
</dependencies>
<readme>docs\Home.md</readme>
<readme>README.md</readme>
</metadata>
<files>
<file src="bin\Release\InfoBox.dll" target="lib\net48\" />
Expand All @@ -46,6 +46,5 @@ Stop wasting time developing your own custom MessageBox, everything you need is
<file src="..\InfoBoxCore\bin\Release\net8.0-windows\**\InfoBox.resources.dll" target="lib\net8.0-windows7.0\" />

<file src="..\Logo.png" target="images\" />
<file src="..\docs\Home.md" target="docs\" />
</files>
</package>
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ InformationBox is the simplest and easiest way to create personalized MessageBox

Stop wasting time developing your own custom MessageBox, everything you need is already available. Just customize your MessageBox using the visual designer and the code is automatically generated !

**Find out more about the inner working of InformationBox [in the documentation](docs/Documentation.md)**.
**Find out more about the inner working of InformationBox [in the documentation](https://github.com/JohannBlais/InformationBox/wiki)**.

**Highlights**

Expand All @@ -35,7 +35,7 @@ It is not planned to implement the new visual style in the .NET 1.1 branch, and
The project is available on NuGet, deployable using the installers, or compilable from source.

**Features**
* Multilanguage support (contributors needed). [Here](docs/Supported%20Languages.md) is a list of supported languages.
* Multilanguage support (contributors needed).
* New visual style using glass components (.NET 2.0+ only).
* Scrollable when the text is too large.
* Message is selectable for easy copy (Ctrl-C).
Expand All @@ -57,11 +57,9 @@ The project is available on NuGet, deployable using the installers, or compilabl
* Support for .NET 7.0 (windows)
* Support for .NET 8.0 (windows)
* Help file support.
* Possibility to show modeless boxes, details [here](docs/Modeless%20boxes.md).
* Possibility to define [scopes](docs/InformationBox%20scopes.md).
* Possibility to show modeless boxes.
* Possibility to define scopes.
* Opacity (10 to 100%)
* Developer friendly (provide-only-what-you-want-to-customize constructor).
* Visual Designer. Customize your InformationBox and the designer generates the code!
* Available for FREE even for commercial use.

[Screenshots](docs/Screenshots.md) | [Samples](docs/Samples.md) | [Contributors](docs/Contributors.md) | [Contribute](docs/Contribute.md) | [InformationBox in action](docs/InformationBox%20in%20action.md)
17 changes: 0 additions & 17 deletions docs/Contribute.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/Contributors.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/Documentation.md

This file was deleted.

68 changes: 0 additions & 68 deletions docs/Home.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/InformationBox in action.md

This file was deleted.

50 changes: 0 additions & 50 deletions docs/InformationBox scopes.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/Modeless boxes.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/Samples.md

This file was deleted.

26 changes: 0 additions & 26 deletions docs/Screenshots 0.4.1.0.md

This file was deleted.

Binary file not shown.
Binary file removed docs/Screenshots 0.4.1.0_DesignerMain.png
Binary file not shown.
Binary file removed docs/Screenshots 0.4.1.0_ErrorMultilineSeparate.png
Binary file not shown.
Binary file removed docs/Screenshots 0.4.1.0_SimpleInformation.png
Binary file not shown.
Binary file removed docs/Screenshots 0.4.1.0_SimpleQuestion.png
Binary file not shown.
Binary file not shown.
14 changes: 0 additions & 14 deletions docs/Screenshots 0.5.0.0.md

This file was deleted.

Binary file removed docs/Screenshots 0.5.0.0_CustomButtonsNewIcon.png
Binary file not shown.
Binary file removed docs/Screenshots 0.5.0.0_DesignerMain.png
Binary file not shown.
Binary file removed docs/Screenshots 0.5.0.0_HelpNewIconCheckBox.png
Binary file not shown.
14 changes: 0 additions & 14 deletions docs/Screenshots 0.6.0.0.md

This file was deleted.

Binary file removed docs/Screenshots 0.6.0.0_ErrorBoxCheckBoxHelp.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/Screenshots 0.6.0.0_TypicalAboutBox.png
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/Screenshots.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/Supported Languages.md

This file was deleted.

0 comments on commit 3a0d15d

Please # to comment.