Skip to content

Commit 342314c

Browse files
authored
Update index.md
1 parent 1c36db5 commit 342314c

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docfx_project/index.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
1-
# Unofficial **KSP2 API Documentation**
1+
# Unofficial **KSP2 Modding Documentation**
2+
23
## Site Contents
3-
This site contains (unofficial) documentation for the Kerbal Space Program 2 Application Programming Interface. Although there is no source code here, you will find information useful to understanding what the game's internal methods and properties are, and how to access them.
44

5-
This site is composed of two parts, [Articles](articles/intro.md) containing general information about contributing to this site and modding KSP2, and the [API Documentation](api/index.md) itself based on the 0.1.4.1 Early Access version of the game. These parts are available in the top bar of any page within this site, and from the Left Side Table of Contents (ToC) menu of this page.
5+
This site is split into multiple sections: Articles, Tutorials and API Documentation. These sections are available in the top bar of any page within this site, and from the Left Side Table of Contents (ToC) menu of this page.
66

77
The Left Side ToC menu for any page on this site includes a search field that filters the results displayed in the ToC based on what you're looking for. When in the Articles section, the ToC lists the articles available by title, and when in the API Documentation, the ToC shows all the API topic pages relevant to your current search terms. Each API topic page is hyperlinked to other relevant pages to aid site navigation.
88

9+
### Articles
10+
11+
This section contains general information about contributing to this site and modding KSP2.
12+
13+
### Tutorials
14+
15+
### API Documentation
16+
17+
This section contains (unofficial) documentation for the Kerbal Space Program 2 Application Programming Interface based on the 0.1.4.1 Early Access version of the game. Although there is no source code here, you will find information useful to understanding what the game's internal methods and properties are, and how to access them.
18+
919
## Contributing to This Site
20+
1021
If you would like to contribute to this site, please fork the repo, modify your fork with any additions, modifications, or updates you would like to see and create pull requests back to the main branch.
1122

1223
### Quick Start Notes:
24+
1325
1. Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.
1426
1. Add images to the *images* folder if the file is referencing an image.

0 commit comments

Comments
 (0)