Skip to content

Commit 007e845

Browse files
authored
Merge pull request #2202 from wilzbach/install-sh-menu
Add install.sh to the CLI reference menu merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2 parents 959d9a1 + 1c05804 commit 007e845

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dlang.org.ddoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ $(SUBNAV_TEMPLATE
513513
$(ROOT_DIR)dmd-osx.html, dmd (OSX),
514514
$(ROOT_DIR)dmd-freebsd.html, dmd (FreeBSD),
515515
$(ROOT_DIR)rdmd.html, rdmd,
516+
$(ROOT_DIR)install.html, install.sh,
516517
$(ROOT_DIR)htod.html, htod
517518
))
518519
)

install.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,4 @@ Macros:
210210
SWLINK=$(LINK2 #switch$1, $(B $1))
211211
SWITCH=$(DT $1)$(DD $+)
212212
EXAMPLES=$(H4 Examples)$(CONSOLE $0)
213+
SUBNAV=$(SUBNAV_CLI_REFERENCE)

0 commit comments

Comments
 (0)