Initial Commit.

This commit is contained in:
H. Utku Maden 2024-06-13 20:42:33 +03:00
commit 1cbf3f15e3
6 changed files with 66 additions and 0 deletions

45
docfx.json Normal file

@ -0,0 +1,45 @@
{
"metadata": [
{
"src": [
{
"src": "../src",
"files": [
"**/*.csproj"
]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"template": [
"default",
"modern"
],
"globalMetadata": {
"_appName": "ReFuel",
"_appTitle": "ReFuel",
"_enableSearch": true,
"pdf": true
}
}
}

1
docs/getting-started.md Normal file

@ -0,0 +1 @@
# Getting Started

1
docs/introduction.md Normal file

@ -0,0 +1 @@
# Introduction

4
docs/toc.yml Normal file

@ -0,0 +1,4 @@
- name: Introduction
href: introduction.md
- name: Getting Started
href: getting-started.md

11
index.md Normal file

@ -0,0 +1,11 @@
---
_layout: landing
---
# 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.

4
toc.yml Normal file

@ -0,0 +1,4 @@
- name: Docs
href: docs/
- name: API
href: api/