Skip to content

Commit

Permalink
docs: Update DocFX config to use our README.
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Conrad <philipaconrad@gmail.com>
  • Loading branch information
philipaconrad committed Apr 18, 2024
1 parent 9abf74f commit 27a0fbb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 7 additions & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"files": [
"**/*.{md,yml}"
]
},
{
"files": [
"README.md"
],
"src": "../"
}
],
"globalMetadata": {
Expand Down Expand Up @@ -42,4 +48,4 @@
]
}
]
}
}
8 changes: 1 addition & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@
_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.
[!INCLUDE [](../README.md)]
2 changes: 1 addition & 1 deletion docs/toc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- name: API
- name: API Reference
href: api/

0 comments on commit 27a0fbb

Please sign in to comment.