docs: add initial docfx intro

This commit is contained in:
Oliver Booth 2023-04-13 02:27:35 +01:00
parent 3655e33a9c
commit 1be3f75538
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
2 changed files with 6 additions and 6 deletions

View File

@ -1,2 +1,3 @@
# PLACEHOLDER # Introduction
TODO: Add .NET projects to the *src* folder and run `docfx` to generate **REAL** *API Documentation*!
X10D (pronounced *extend*), is a .NET package that provides extension methods for numerous types. The purpose of this library is to simplify a codebase by reducing the need for repeated code when performing common operations. Simplify your codebase. Take advantage of .NET. Use extension methods.

View File

@ -1,4 +1,3 @@
# This is the **HOMEPAGE**. # Introduction
Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.
## Quick Start Notes: X10D (pronounced *extend*), is a .NET package that provides extension methods for numerous types. The purpose of this library is to simplify a codebase by reducing the need for repeated code when performing common operations. Simplify your codebase. Take advantage of .NET. Use extension methods.
1. Add images to the *images* folder if the file is referencing an image.