Skip to content

Commit 0800c0a

Browse files
eljefedelrodeodeljefejasnell
authored andcommitted
doc: git mv to .md
* doc: rename .markdown references in content * doc: rename to .md in tools * doc: rename to .md in CONTRIBUTING.md PR-URL: #4747 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: techjeffharris Reviewed-By: Johan BergstrΓΆm <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent cff2a13 commit 0800c0a

Some content is hidden

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

50 files changed

+32
-32
lines changed

β€ŽCONTRIBUTING.mdβ€Ž

Lines changed: 1 addition & 1 deletion

β€ŽMakefileβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ test/gc/node_modules/weak/build/Release/weakref.node: $(NODE_EXE)
131131
--nodedir="$(shell pwd)"
132132

133133
# Implicitly depends on $(NODE_EXE), see the build-addons rule for rationale.
134-
test/addons/.docbuildstamp: doc/api/addons.markdown
134+
test/addons/.docbuildstamp: doc/api/addons.md
135135
$(RM) -r test/addons/??_*/
136136
$(NODE) tools/doc/addon-verify.js
137137
touch $@
@@ -247,9 +247,9 @@ test-v8 test-v8-intl test-v8-benchmarks test-v8-all:
247247
"$ git clone https://github.com/nodejs/node.git"
248248
endif
249249

250-
apidoc_sources = $(wildcard doc/api/*.markdown)
251-
apidocs = $(addprefix out/,$(apidoc_sources:.markdown=.html)) \
252-
$(addprefix out/,$(apidoc_sources:.markdown=.json))
250+
apidoc_sources = $(wildcard doc/api/*.md)
251+
apidocs = $(addprefix out/,$(apidoc_sources:.md=.html)) \
252+
$(addprefix out/,$(apidoc_sources:.md=.json))
253253

254254
apidoc_dirs = out/doc out/doc/api/ out/doc/api/assets
255255

@@ -266,10 +266,10 @@ out/doc/api/assets/%: doc/api_assets/% out/doc/api/assets/
266266
out/doc/%: doc/%
267267
cp -r $< $@
268268

269-
out/doc/api/%.json: doc/api/%.markdown $(NODE_EXE)
269+
out/doc/api/%.json: doc/api/%.md $(NODE_EXE)
270270
$(NODE) tools/doc/generate.js --format=json $< > $@
271271

272-
out/doc/api/%.html: doc/api/%.markdown $(NODE_EXE)
272+
out/doc/api/%.html: doc/api/%.md $(NODE_EXE)
273273
$(NODE) tools/doc/generate.js --format=html --template=doc/template.html $< > $@
274274

275275
docopen: out/doc/api/all.html

β€Ždoc/api/buffer.markdownβ€Ž renamed to β€Ždoc/api/buffer.mdβ€Ž

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
Β (0)