forked from markdown-it/markdown-it
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ndocrc
More file actions
25 lines (18 loc) · 637 Bytes
/
.ndocrc
File metadata and controls
25 lines (18 loc) · 637 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Common nodeca config
################################################################################
--index "./support/api_header.md"
--package "./package.json"
--gh-ribbon "https://github.com/{package.repository}"
--output "apidoc"
--render "html"
--link-format "https://github.com/{package.repository}/blob/master/{file}#L{line}"
--broken-links "show"
#
# Paths with sources
################################################################################
lib
#
# Project specific configuration
################################################################################
--show-all