Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5874502

Browse filesBrowse files
eljefedelrodeodeljefeMylesBorins
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 <myles.borins@gmail.com> Reviewed-By: techjeffharris Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 02a84e2 commit 5874502
Copy full SHA for 5874502

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

50 files changed

+27
-27
lines changed
Open diff view settings
Expand file

‎CONTRIBUTING.md‎

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+6-6Lines 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 $@
@@ -239,9 +239,9 @@ test-v8-benchmarks:
239239
test-v8-all: test-v8 test-v8-intl test-v8-benchmarks
240240
# runs all v8 tests
241241

242-
apidoc_sources = $(wildcard doc/api/*.markdown)
243-
apidocs = $(addprefix out/,$(apidoc_sources:.markdown=.html)) \
244-
$(addprefix out/,$(apidoc_sources:.markdown=.json))
242+
apidoc_sources = $(wildcard doc/api/*.md)
243+
apidocs = $(addprefix out/,$(apidoc_sources:.md=.html)) \
244+
$(addprefix out/,$(apidoc_sources:.md=.json))
245245

246246
apidoc_dirs = out/doc out/doc/api/ out/doc/api/assets
247247

@@ -258,10 +258,10 @@ out/doc/api/assets/%: doc/api_assets/% out/doc/api/assets/
258258
out/doc/%: doc/%
259259
cp -r $< $@
260260

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

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

267267
docopen: out/doc/api/all.html
Expand file
  • Display the source diff
  • Display the rich diff
Expand file
  • Display the source diff
  • Display the rich diff
Expand file
  • Display the source diff
  • Display the rich diff
Expand file
  • Display the source diff
  • Display the rich diff
Expand file
  • Display the source diff
  • Display the rich diff
Expand file
  • Display the source diff
  • Display the rich diff
Expand file
  • Display the source diff
  • Display the rich diff

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.