Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef1b01b

Browse files
committed
use fsdocs
1 parent 59794b6 commit ef1b01b

File tree

97 files changed

+13
-5472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+13
-5472
lines changed

.config/dotnet-tools.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@
22
"version": 1,
33
"isRoot": true,
44
"tools": {
5+
"fsharp.formatting.commandtool": {
6+
"version": "6.1.0",
7+
"commands": [
8+
"fsdocs"
9+
]
10+
},
511
"paket": {
6-
"version": "5.245.2",
12+
"version": "5.247.4",
713
"commands": [
814
"paket"
915
]
1016
},
11-
"fornax": {
12-
"version": "0.13.1",
17+
"fake-cli": {
18+
"version": "5.20.2",
1319
"commands": [
14-
"fornax"
20+
"fake"
1521
]
1622
}
1723
}

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: Restore dependencies
2626
run: dotnet paket restore
2727
- name: Run Fornax
28-
run: dotnet fornax build
28+
run: dotnet fsdocs build
2929
- name: Deploy
3030
uses: peaceiris/actions-gh-pages@v3
3131
with:
3232
personal_token: ${{ secrets.GITHUB_TOKEN }}
33-
publish_dir: ./_public
33+
publish_dir: ./otuput
3434
publish_branch: gh-pages
3535
force_orphan: true

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ https://fsharp.github.io/fsharp-core-api-docs/
66

77
* dotnet tool restore
88
* dotnet paket restore
9-
10-
from here, if you're trying to do a one-off build, run:
11-
* dotnet fornax build
12-
otherwise, for a more interactive hot-reload experience run:
13-
* dotnet fornax watch
9+
* dotnet fsdocs build --sourcefolder F:/workspace/_work/1/s/
1410

1511
## CI Pipeline
1612

_lib/Fornax.Core.dll

-729 KB
Binary file not shown.

config.fsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

generators/apiref.fsx

Lines changed: 0 additions & 299 deletions
This file was deleted.

generators/lunr.fsx

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)