mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-06-03 09:06:03 +03:00
use/install separate wiki pages for sysadmin.adoc includes
This commit is contained in:
parent
0bcd1f7f0c
commit
8c80c3fc31
24
Makefile
24
Makefile
@ -98,12 +98,16 @@ GEN_SCRIPTS= \
|
|||||||
gen-pve-firewall-rules-opts.pl \
|
gen-pve-firewall-rules-opts.pl \
|
||||||
gen-pve-firewall-vm-opts.pl
|
gen-pve-firewall-vm-opts.pl
|
||||||
|
|
||||||
|
SYSADMIN_PARTS= \
|
||||||
|
getting-help \
|
||||||
|
pve-network \
|
||||||
|
pve-package-repos \
|
||||||
|
pve-installation \
|
||||||
|
system-software-updates \
|
||||||
|
local-zfs
|
||||||
|
|
||||||
SYSADMIN_SOURCES= \
|
SYSADMIN_SOURCES= \
|
||||||
getting-help.adoc \
|
$(addsuffix .adoc, ${SYSADMIN_PARTS}) \
|
||||||
pve-package-repos.adoc \
|
|
||||||
pve-installation.adoc \
|
|
||||||
system-software-updates.adoc \
|
|
||||||
local-zfs.adoc \
|
|
||||||
sysadmin.adoc
|
sysadmin.adoc
|
||||||
|
|
||||||
API_VIEWER_SOURCES= \
|
API_VIEWER_SOURCES= \
|
||||||
@ -145,9 +149,10 @@ PVE_ADMIN_GUIDE_SOURCES= \
|
|||||||
GFDL.adoc \
|
GFDL.adoc \
|
||||||
attributes.txt
|
attributes.txt
|
||||||
|
|
||||||
WIKI_IMPORTS= \
|
WIKI_IMPORTS= \
|
||||||
$(addsuffix -plain.html, $(addprefix chapter-, ${CHAPTER_LIST}))\
|
$(addsuffix -plain.html, $(addprefix sysadmin-, ${SYSADMIN_PARTS})) \
|
||||||
$(addsuffix .5-plain.html, ${CONFIG_LIST}) \
|
$(addsuffix -plain.html, $(addprefix chapter-, ${CHAPTER_LIST})) \
|
||||||
|
$(addsuffix .5-plain.html, ${CONFIG_LIST}) \
|
||||||
$(addsuffix -plain.html, $(addprefix pve-storage-, ${STORAGE_TYPES}))
|
$(addsuffix -plain.html, $(addprefix pve-storage-, ${STORAGE_TYPES}))
|
||||||
|
|
||||||
INDEX_INCLUDES= \
|
INDEX_INCLUDES= \
|
||||||
@ -171,6 +176,9 @@ all: index.html
|
|||||||
%-nwdiag.svg: %.nwdiag
|
%-nwdiag.svg: %.nwdiag
|
||||||
nwdiag -T svg $*.nwdiag -o $@;
|
nwdiag -T svg $*.nwdiag -o $@;
|
||||||
|
|
||||||
|
sysadmin-%-plain.html: %.adoc
|
||||||
|
asciidoc -s -a wiki ${ADOC_STDARG} -o $@ $*.adoc
|
||||||
|
|
||||||
chapter-sysadmin.html chapter-sysadmin-plain.html: ${SYSADMIN_SOURCES}
|
chapter-sysadmin.html chapter-sysadmin-plain.html: ${SYSADMIN_SOURCES}
|
||||||
|
|
||||||
chapter-%.html: %.adoc ${PVE_COMMON_DOC_SOURCES}
|
chapter-%.html: %.adoc ${PVE_COMMON_DOC_SOURCES}
|
||||||
|
@ -68,6 +68,30 @@ my $docs = {
|
|||||||
title => "High Availability",
|
title => "High Availability",
|
||||||
category => $cat_refdoc,
|
category => $cat_refdoc,
|
||||||
},
|
},
|
||||||
|
'sysadmin-getting-help-plain.html' => {
|
||||||
|
title => "Getting Help",
|
||||||
|
category => $cat_refdoc,
|
||||||
|
},
|
||||||
|
'sysadmin-pve-network-plain.html' => {
|
||||||
|
title => "Network Configuration",
|
||||||
|
category => $cat_refdoc,
|
||||||
|
},
|
||||||
|
'sysadmin-local-zfs-plain.html' => {
|
||||||
|
title => "ZFS on Linux",
|
||||||
|
category => $cat_refdoc,
|
||||||
|
},
|
||||||
|
'sysadmin-pve-installation-plain.html' => {
|
||||||
|
title => "Installation",
|
||||||
|
category => $cat_refdoc,
|
||||||
|
},
|
||||||
|
'sysadmin-pve-package-repos-plain.html' => {
|
||||||
|
title => "Package Repositories",
|
||||||
|
category => $cat_refdoc,
|
||||||
|
},
|
||||||
|
'sysadmin-system-software-updates-plain.html' => {
|
||||||
|
title => "System Software Updates",
|
||||||
|
category => $cat_refdoc,
|
||||||
|
},
|
||||||
'chapter-sysadmin-plain.html' => {
|
'chapter-sysadmin-plain.html' => {
|
||||||
title => "Host System Administration",
|
title => "Host System Administration",
|
||||||
category => $cat_refdoc,
|
category => $cat_refdoc,
|
||||||
|
@ -64,6 +64,27 @@ Recommended system requirements
|
|||||||
|
|
||||||
* At least two NIC´s, depending on the used storage technology you need more
|
* At least two NIC´s, depending on the used storage technology you need more
|
||||||
|
|
||||||
|
ifdef::wiki[]
|
||||||
|
|
||||||
|
See Also
|
||||||
|
--------
|
||||||
|
|
||||||
|
* link:/wiki/Getting_Help[Getting Help]
|
||||||
|
|
||||||
|
* link:/wiki/Package_Repositories[Package Repositories]
|
||||||
|
|
||||||
|
* link:/wiki/Installation[Installation]
|
||||||
|
|
||||||
|
* link:/wiki/Network_Configuration[Network Configuration]
|
||||||
|
|
||||||
|
* link:/wiki/System_Software_Updates[System Software Updates]
|
||||||
|
|
||||||
|
* link:/wiki/ZFS_on_Linux[ZFS on Linux]
|
||||||
|
|
||||||
|
endif::wiki[]
|
||||||
|
|
||||||
|
|
||||||
|
ifndef::wiki[]
|
||||||
|
|
||||||
include::getting-help.adoc[]
|
include::getting-help.adoc[]
|
||||||
|
|
||||||
@ -77,6 +98,8 @@ include::pve-network.adoc[]
|
|||||||
|
|
||||||
include::local-zfs.adoc[]
|
include::local-zfs.adoc[]
|
||||||
|
|
||||||
|
endif::wiki[]
|
||||||
|
|
||||||
|
|
||||||
////
|
////
|
||||||
TODO:
|
TODO:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user