Skip to content

Commit 64d50fb

Browse files
committed
Simplifying documentation
1 parent f16a3c2 commit 64d50fb

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

docs/api/index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# PLACEHOLDER
2-
TODO: Add .NET projects to the *src* folder and run `docfx` to generate **REAL** *API Documentation*!
1+
# API
2+
3+
This is a comprehensive outline of the library generated automatically from documentation comments.

docs/articles/intro.md

-3
This file was deleted.

docs/articles/toc.yml

-5
This file was deleted.
File renamed without changes.

docs/querying.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Querying
2+
3+
The library is fully asynchronous so the easiest way to interact with it is to use `async/await`.

docs/toc.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
- name: Articles
2-
href: articles/
3-
- name: Api Documentation
1+
- name: Get Started
2+
href: configuration.md
3+
href: querying.md
4+
5+
- name: API
46
href: api/
57
homepage: api/index.md

0 commit comments

Comments
 (0)