File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ concurrency:
1919
2020jobs :
2121 deploy :
22+ env :
23+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
2224 environment :
2325 name : github-pages
2426 url : ${{ steps.deployment.outputs.page_url }}
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "build" : " npm run build --workspaces --if-present" ,
1010 "test" : " npm run test --workspaces --if-present" ,
11- "docs" : " npm run docs --workspaces --if-present "
11+ "docs" : " typedoc --options typedoc.json "
1212 },
1313 "devDependencies" : {
1414 "typedoc" : " 0.28.17"
Original file line number Diff line number Diff line change 11{
22 "entryPoints" : [" src/index.ts" ],
3- "out" : " ../../docs/raft-core" ,
43 "tsconfig" : " ./tsconfig.json" ,
54 "excludePrivate" : true ,
65 "excludeInternal" : true
Original file line number Diff line number Diff line change 11{
22 "entryPoints" : [" src/index.ts" ],
3- "out" : " ../../docs/raft-grpc" ,
43 "tsconfig" : " ./tsconfig.json" ,
54 "excludePrivate" : true ,
65 "excludeInternal" : true
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Raft Consensus Algorithm" ,
3+ "entryPointStrategy" : " packages" ,
4+ "entryPoints" : [
5+ " packages/raft-core" ,
6+ " packages/raft-grpc"
7+ ],
8+ "out" : " docs"
9+ }
You can’t perform that action at this time.
0 commit comments