Skip to content

Commit f97cd59

Browse files
authored
Improve Node.js API documentation (#165)
2 parents 09d1939 + b030152 commit f97cd59

File tree

9 files changed

+12566
-7707
lines changed

9 files changed

+12566
-7707
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
- name: Build with Hugo
4747
run: npm run build
4848

49-
- name: Build JSDoc
50-
run: npm run jsdoc
51-
5249
- name: Print public files
5350
run: |
5451
cd public

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@ jobs:
3030
extended: true # Prevent error building site: POSTCSS: failed to transform, see https://gohugo.io/troubleshooting/faq/#i-get-this-feature-is-not-available-in-your-current-hugo-version
3131
- name: Build with Hugo
3232
run: npm run build
33-
- name: Build JSDoc
34-
run: npm run jsdoc

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public
1111
/.project
1212
.hugo_build.lock
1313
resources/_gen/
14+
content/api/node.md
1415

1516
# VSCode
1617
.vscode

config/_default/markup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
goldmark:
22
renderer:
33
hardWraps: true
4+
unsafe: true

content/api/node.md

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

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# All deploys generated from a pull/merge request will inherit these settings.
55
[context.deploy-preview]
6-
command = "hugo --minify -b $DEPLOY_PRIME_URL && npm run jsdoc"
6+
command = "npm run jsdoc && hugo --minify -b $DEPLOY_PRIME_URL"
77

88
[context.deploy-preview.environment]
99
HUGO_ENV = "preview"

0 commit comments

Comments
 (0)