Skip to content

Commit

Permalink
docfx
Browse files Browse the repository at this point in the history
  • Loading branch information
mdallago committed Jul 4, 2018
1 parent e92511d commit 82f7538
Show file tree
Hide file tree
Showing 110 changed files with 9,999 additions and 8,792 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
site/
_site/
bitprim-cs/
obj/
3 changes: 3 additions & 0 deletions .gitmodules
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
1 change: 1 addition & 0 deletions bitprim-cs
Submodule bitprim-cs added at a91c29
Binary file added content/assets/b.png
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
135 changes: 135 additions & 0 deletions content/assets/bitprim_logo_organge.svg
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.
12 changes: 12 additions & 0 deletions content/developer_guide/toc.yml
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.
4 changes: 4 additions & 0 deletions content/user_guide/toc.md
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)
54 changes: 54 additions & 0 deletions docfx.json
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}" ]
}
}
Loading

0 comments on commit 82f7538

Please sign in to comment.