Skip to content

Commit cdc6afe

Browse files
committed
Updated documentation to reflect latest changes 0352b1e
1 parent ac5dc2e commit cdc6afe

File tree

3 files changed

+507
-510
lines changed

3 files changed

+507
-510
lines changed

index.html

+5-8
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,14 @@
7171
<div class="col-md-10">
7272
<article class="content wrap" id="_content" data-uid="">
7373

74-
<h2 id="what-is-nitrocid-ks">What is Nitrocid KS?</h2>
75-
<p>Nitrocid KS is an application which simulates our future-planned kernel as we've imagined it. It has all the usual applications, including filesystem manipulation, kernel mods, basic scripting, and many more awesome features.</p>
7674
<h2 id="what-is-this-web-page">What is this web page?</h2>
77-
<p>This webpage is not a wiki for the general use of Nitrocid KS; it's an API documentation for mod developers to be used as reference. It constantly gets updated as we push the updates to the main and servicing versions of Nitrocid KS.</p>
78-
<p>If you still intend to use a documentation specific to your preferred version of KS, you may refer to the <a href="https://github.com/Aptivi/NitrocidKS/releases">releases</a> page of the project and download the attached <code>0.0.x.y-doc.zip</code> file.</p>
79-
<p>To get started using the documentation, select <code>API Documentation</code> from the top menu and select a namespace to get a clear overview of the API that Nitrocid KS provides.</p>
75+
<p>This webpage is an API documentation for developers to be used as reference. It constantly gets updated as we push new versions and new APIs, as well as updated documentation. If your IDE supports Intellisense, you don't need to open this web page.</p>
76+
<p>If you still intend to use a documentation specific to your preferred version, you may refer to the <a href="https://github.com/Aptivi/NitrocidKS/releases">releases</a> page of the project and download the attached <code>&lt;version&gt;-doc.zip</code> file.</p>
77+
<p>To get started using the documentation, select <code>API Documentation</code> from the top menu and select a namespace to get a clear overview of the API.</p>
8078
<h2 id="feedback">Feedback</h2>
8179
<p>If you wish to leave feedback to us about this API reference website, use the <a href="https://github.com/Aptivi/NitrocidKS/issues">issue tracker</a> of the project.</p>
82-
<p>If you wish to contribute to the documentation of the API, go to the Nitrocid KS source code and make your improvements there on a draft <a href="https://github.com/Aptivi/NitrocidKS/pulls">Pull Request</a>; we don't support override files that are made by clicking on <code>Improve this doc</code>.</p>
83-
<p>Any meaningful contributions are welcome.</p>
84-
<p>Copyright (c) 2018 - 2024 Aptivi. All rights reserved.</p>
80+
<p>If you wish to contribute to the documentation of the API, go to the project source code and make your improvements there on a draft <a href="https://github.com/Aptivi/NitrocidKS/pulls">Pull Request</a>; we don't support override files that are made by clicking on <code>Improve this doc</code>.</p>
81+
<p>Any meaningful contributions are welcome, as long as they follow the <a href="https://github.com/Aptivi/NitrocidKS/blob/main/CODE_OF_CONDUCT.md">code on conduct</a> and <a href="https://github.com/Aptivi/NitrocidKS/blob/main/CONTRIBUTING.md">contribution guidelines</a>.</p>
8582

8683
</article>
8784
</div>

index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,6 @@
25022502
"index.html": {
25032503
"href": "index.html",
25042504
"title": "| Nitrocid KS API - Aptivi",
2505-
"keywords": "What is Nitrocid KS? Nitrocid KS is an application which simulates our future-planned kernel as we've imagined it. It has all the usual applications, including filesystem manipulation, kernel mods, basic scripting, and many more awesome features. What is this web page? This webpage is not a wiki for the general use of Nitrocid KS; it's an API documentation for mod developers to be used as reference. It constantly gets updated as we push the updates to the main and servicing versions of Nitrocid KS. If you still intend to use a documentation specific to your preferred version of KS, you may refer to the releases page of the project and download the attached 0.0.x.y-doc.zip file. To get started using the documentation, select API Documentation from the top menu and select a namespace to get a clear overview of the API that Nitrocid KS provides. Feedback If you wish to leave feedback to us about this API reference website, use the issue tracker of the project. If you wish to contribute to the documentation of the API, go to the Nitrocid KS source code and make your improvements there on a draft Pull Request; we don't support override files that are made by clicking on Improve this doc. Any meaningful contributions are welcome. Copyright (c) 2018 - 2024 Aptivi. All rights reserved."
2505+
"keywords": "What is this web page? This webpage is an API documentation for developers to be used as reference. It constantly gets updated as we push new versions and new APIs, as well as updated documentation. If your IDE supports Intellisense, you don't need to open this web page. If you still intend to use a documentation specific to your preferred version, you may refer to the releases page of the project and download the attached <version>-doc.zip file. To get started using the documentation, select API Documentation from the top menu and select a namespace to get a clear overview of the API. Feedback If you wish to leave feedback to us about this API reference website, use the issue tracker of the project. If you wish to contribute to the documentation of the API, go to the project source code and make your improvements there on a draft Pull Request; we don't support override files that are made by clicking on Improve this doc. Any meaningful contributions are welcome, as long as they follow the code on conduct and contribution guidelines."
25062506
}
25072507
}

0 commit comments

Comments
 (0)