-
Notifications
You must be signed in to change notification settings - Fork 10
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
110 changed files
with
9,999 additions
and
8,792 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
site/ | ||
_site/ | ||
bitprim-cs/ | ||
obj/ |
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 @@ | ||
[submodule "bitprim-cs"] | ||
path = bitprim-cs | ||
url = https://github.com/bitprim/bitprim-cs |
Submodule bitprim-cs
added at
a91c29
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
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,12 @@ | ||
- name: Introduction | ||
href: introduction.md | ||
- name: Rest Api | ||
href: restapi/introduction.md | ||
items: | ||
- name: Reference | ||
href: ../../restapi/toc.md | ||
- name: C# | ||
href: dotnet/dotnet-interface.md | ||
items: | ||
- name: Reference | ||
href: ../../obj/bitprim-cs/toc.yml |
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,4 @@ | ||
# [Introduction](introduction.md) | ||
# [Installation](installation.md) | ||
# [Rpc](rpc.md) | ||
# [Releases Notes](releases_notes.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,54 @@ | ||
{ | ||
"metadata": [ | ||
{ | ||
"src": [ | ||
{ | ||
"files": [ "bitprim-bch/*.csproj" ], | ||
"exclude": [ "**/bin/**", "**/obj/**" ], | ||
"src": "bitprim-cs" | ||
} | ||
], | ||
"dest": "obj/bitprim-cs", | ||
"filter": "filterConfig.yml" | ||
} | ||
], | ||
"build": { | ||
"content": [ | ||
{ | ||
"files": [ "**/*.yml" ], | ||
"src": "obj/bitprim-cs", | ||
"dest": "bitprim-cs" | ||
}, | ||
{ | ||
"files": ["content/**/*.md" , | ||
"*.md", | ||
"content/developer_guide/toc.yml", | ||
"toc.yml", | ||
"restapi/**" | ||
] | ||
} | ||
], | ||
"resource": [ | ||
{ | ||
"files": ["content/assets/**", "content/developer_guide/**/assets/**"] | ||
} | ||
], | ||
"overwrite": "specs/*.md", | ||
"globalMetadata": { | ||
"_appTitle": "Bitprim Documentation Site", | ||
"_enableSearch": true, | ||
"_appFooter": "<span>Copyright © 2018 Bitprim</span>", | ||
"_appLogoPath": "content/assets/b.png", | ||
"_gitContribute": { | ||
"branch": "dev" | ||
} | ||
}, | ||
"template": [ | ||
"default", | ||
"templates/bitprim-template" | ||
], | ||
"markdownEngineName": "markdig", | ||
"dest": "_site", | ||
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ] | ||
} | ||
} |
Oops, something went wrong.