Skip to content

Commit

Permalink
Add docfx config
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Nov 20, 2024
1 parent b5f3c6e commit 82d283a
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docfx/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
_site
api
5 changes: 3 additions & 2 deletions docfx.json → docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
{
"src": [
{
"src": "./src/Elastic.Clients.Elasticsearch",
"src": "../src",
"files": [
"**/*.csproj"
"**/Elastic.Clients.Elasticsearch.csproj"
]
}
],
Expand Down Expand Up @@ -38,6 +38,7 @@
"globalMetadata": {
"_appName": "Elasticsearch.NET",
"_appTitle": "Elasticsearch.NET",
"_appLogoPath": "images/logo.svg",
"_enableSearch": true,
"_disableContribution": true,
"pdf": false
Expand Down
16 changes: 16 additions & 0 deletions docfx/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docfx/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
_layout: landing
---

# Elasticsearch .NET API

This is the home of the Elasticsearch .NET Client API Reference Documentation.

Please click on `API` in the top menu to get to the API overview.
2 changes: 2 additions & 0 deletions docfx/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: API
href: api/

0 comments on commit 82d283a

Please sign in to comment.