Skip to content

Commit 23dfc85

Browse files
committed
Documentation cleanup
1 parent 0a8e58c commit 23dfc85

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

CODE-OF-CONDUCT.md

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

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ Thank you for considering contributing to EasySign! We welcome contributions fro
1010
- [Suggesting Features](#suggesting-features)
1111
- [Submitting Pull Requests](#submitting-pull-requests)
1212
- [Development Setup](#development-setup)
13+
- [Native AOT Compilation](#native-aot-compilation)
1314
- [Style Guide](#style-guide)
1415
- [License](#license)
1516

1617
## Code of Conduct
1718

18-
Please read and follow our [Code of Conduct](CODE-OF-CONDUCT.md) to ensure a welcoming and inclusive environment for everyone.
19+
Please read and follow our [Code of Conduct](https://dotnetfoundation.org/code-of-conduct) to ensure a welcoming and inclusive environment for everyone.
1920

2021
## How to Contribute
2122

Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ TOC_INCLUDE_HEADINGS = 6
378378
# The default value is: DOXYGEN.
379379
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
380380

381-
MARKDOWN_ID_STYLE = DOXYGEN
381+
MARKDOWN_ID_STYLE = GITHUB
382382

383383
# When enabled Doxygen tries to link words that correspond to documented
384384
# classes, or namespaces to their corresponding documentation. Such a link can
@@ -1625,7 +1625,7 @@ GENERATE_HTMLHELP = NO
16251625
# written to the html output directory.
16261626
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
16271627

1628-
CHM_FILE = F:\Workspace\Kryptor\docs\api\api.chm
1628+
CHM_FILE = F:\Workspace\EasySign\docs\api\api.chm
16291629

16301630
# The HHC_LOCATION tag can be used to specify the location (absolute path
16311631
# including file name) of the HTML help compiler (hhc.exe). If non-empty,

build/DoxyHome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ If you discover any security vulnerabilities, please report them by following ou
125125

126126
## Contributing
127127

128-
We welcome contributions! Please see our [Contributing](CONTRIBUTING.md) guide for more information on how to get started.
128+
We welcome contributions! Please see our [Contributing guide](CONTRIBUTING.md) for more information on how to get started.
129129

130130
## License
131131

132-
This project is licensed under the MIT License. See the [LICENSE.md](LICENSE) file for more details.
132+
This project is licensed under the MIT License. See the [License](LICENSE.md) section for more details.
133133

134134
Thank you for using EasySign!

build/header.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1"/>
99
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
1010
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
11-
<!--BEGIN PROJECT_ICON-->
12-
<link rel="icon" href="$relpath^$projecticon" type="image/x-icon" />
13-
<!--END PROJECT_ICON-->
11+
1412
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
1513
<!--BEGIN DISABLE_INDEX-->
1614
<!--BEGIN FULL_SIDEBAR-->

0 commit comments

Comments
 (0)