From 1be3f75538270a8368f40303f6aa2ac23b5b3c13 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Thu, 13 Apr 2023 02:27:35 +0100 Subject: [PATCH] docs: add initial docfx intro --- docfx_project/api/index.md | 5 +++-- docfx_project/index.md | 7 +++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docfx_project/api/index.md b/docfx_project/api/index.md index 78dc9c0..30fec73 100644 --- a/docfx_project/api/index.md +++ b/docfx_project/api/index.md @@ -1,2 +1,3 @@ -# PLACEHOLDER -TODO: Add .NET projects to the *src* folder and run `docfx` to generate **REAL** *API Documentation*! +# Introduction + +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. diff --git a/docfx_project/index.md b/docfx_project/index.md index 3ae2506..30fec73 100644 --- a/docfx_project/index.md +++ b/docfx_project/index.md @@ -1,4 +1,3 @@ -# This is the **HOMEPAGE**. -Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files. -## Quick Start Notes: -1. Add images to the *images* folder if the file is referencing an image. +# Introduction + +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.