-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
115 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -244,3 +244,4 @@ coverage.xml | |
coverage.opencover.xml | ||
*.received.txt | ||
.idea | ||
_site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"metadata": [ | ||
{ | ||
"src": [ | ||
{ | ||
"files": [ | ||
"src/FluentCommand/bin/Release/net7.0/FluentCommand.dll", | ||
"src/FluentCommand.SqlServer/bin/Release/net7.0/FluentCommand.SqlServer.dll", | ||
"src/FluentCommand.Json/bin/Release/net7.0/FluentCommand.Json.dll" | ||
], | ||
"src": "../" | ||
} | ||
], | ||
"dest": "reference" | ||
} | ||
], | ||
"build": { | ||
"content": [ | ||
{ | ||
"files": [ | ||
"reference/**.yml", | ||
"reference/index.md" | ||
] | ||
}, | ||
{ | ||
"files": [ | ||
"guide/**.md", | ||
"guide/**/toc.yml", | ||
"toc.yml", | ||
"*.md" | ||
] | ||
} | ||
], | ||
"resource": [ | ||
{ | ||
"files": [ | ||
"assets/**" | ||
] | ||
} | ||
], | ||
"postProcessors": [ | ||
"ExtractSearchIndex" | ||
], | ||
"globalMetadata": { | ||
"_appTitle": "FluentCommand", | ||
"_appName": "FluentCommand", | ||
"_appFooter": "Copyright © 2023 LoreSoft", | ||
"_appLogoPath": "assets/logo.png", | ||
"_appFaviconPath": "assets/logo.png", | ||
"_enableSearch": true | ||
}, | ||
"sitemap": { | ||
"baseUrl": "https://loresoft.com/FluentCommand", | ||
"priority": 0.5, | ||
"changefreq": "daily" | ||
}, | ||
"output": "_site", | ||
"template": [ | ||
"default", | ||
"modern", | ||
"template" | ||
] | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- name: Configuration | ||
href: configuration.md | ||
- name: SQL Builder | ||
href: sql.md | ||
- name: Parameters | ||
href: parameter.md | ||
- name: Execute | ||
href: execute.md | ||
- name: Queries | ||
href: query.md | ||
- name: Caching | ||
href: cache.md | ||
- name: Logging | ||
href: logging.md | ||
- name: Generation | ||
href: generation.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.yml | ||
.manifest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# FluentCommand Reference | ||
|
||
The API Reference Documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#logo { | ||
width: 50px; | ||
height: 50px; | ||
margin-right: 0.5em; | ||
} | ||
|
||
#breadcrumb { | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- name: User Guide | ||
href: guide/ | ||
- name: Reference | ||
href: reference/ | ||
homepage: reference/index.md |