forked from SUSE/doc-susemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
suma-site.yml
124 lines (112 loc) · 3.62 KB
/
suma-site.yml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Contribute, not edit this page
# Doc site [title, and start page]
site:
title: SUSE Manager Documentation
start_page: suse-manager::index-suma
#url: https://www.suse.com/documentation/suse-manager-4/4.0/suse-manager
# site.url should be adjusted before building depending on the desired target.
# The site.url value is used to create the base url for the sitemap.xml file.
# The following selections are available
# SUSE.com: https://www.suse.com/documentation/suse-manager-4/4.0/suse-manager
# Github Pages: https://opensource.suse.com/doc-susemanager
# Product UI can be left blank.
asciidoc:
attributes:
# Included products and versions
productname: 'SUSE Manager'
productnumber: '4.0'
docversion: '4.0'
saltversion: 2019.2.0
sles-version: 15
sp-version: SP1
sp-version-l: sp1
smrproductnumber: 4.0
# Asciidoc Configuration Attributes
linkattrs: true
sectlinks: true
icons: font
experimental: true
# Enable or disable SUSE Manager conditional content (Default is true)
suma-content: true
# SUSE Manager/Uyuni Entities
grub: Grub
zseries: '{ibmz}'
zsystems: '{ibmz}'
ibmz: IBM Z
ppc: POWER
ppc64le: 'IBM Power PC'
ipf: Itanium
x86: x86
x86_64: x86_64
rhel: 'Red Hat Enterprise Linux'
rhnminrelease6: 'Red Hat Enterprise Linux Server 6'
rhnminrelease7: 'Red Hat Enterprise Linux Server 7'
ubuntu: Ubuntu
opensuse: openSUSE
kickstart: Kickstart
susemgr: 'SUSE Manager'
productproxy: '{productname} Proxy'
smr: 'SUSE Manager for Retail'
uyuni: Uyuni
slepos: 'SUSE Linux Enterprise Point of Service'
susemgrproxy: SUSE Manager Proxy
webui: Web UI
jeos: JeOS
scc: SUSE Customer Center
sls: SUSE Linux Enterprise Server
sle: SUSE Linux Enterprise
slsa: SLES
suse: SUSE
slea: SLE
sleda: SLED
ay: AutoYaST
baseos:
deploy: Deployment Guide
upgrade: Upgrade Guide
yast: YaST
rootuser: root
ruser: root
mdash: '-'
rhela: RHEL
mgradvtop: Advanced Topics Guide
mgrgetstart: Getting Started Guide
mgrrefguide: Reference Guide
mgrbestpract: Best Practices Guide
openscap: OpenSCAP
uarr:
ncc: Novell Customer Center
sp-ver: '{sp-version}'
rmtool: Repository Management Tool
smtool: '{rmtool}'
vmguest: VM Guest
vmhost: VM Host Server
xen: Xen
kvm: KVM
homepage: https://github.com/SUSE/doc-susemanager
content:
sources:
# Uncomment to build from your local git clone
#- url: .
# Uncomment to build from the remote github repository.
- url: https://github.com/SUSE/doc-susemanager.git
# To build locally ensure you have your current local branch listed. For multiple branches use the format ['beta1', 'develop', '4.0']
branches:
- 'master'
ui:
bundle:
# Which default base theme to use? These base themes are located in branding/themes/
# suma-susecom.zip (With Alolia search, suse.com branding theme)
# suma-product-ui.zip (no search currently with webui color scheme, for product webui)
# suma-gh-pages.zip (With algolia search, and product branding)
# local git repo bundle for development
url: ./branding/themes/suma-gh-pages.zip
snapshot: true
# Adds search bar, and items specific to selected UI
# suma (product ui styles) "Use for publishing on obs".
# suma-github (product ui styles for publishing to gh-pages) "The default gh-page theme".
# suma-susecom (suse.com/documentation publishing styles) "default for publishing to susecom.
supplemental_files: ./branding/supplemental-ui/suma
output:
dir: ./build
runtime:
cache_dir: ./.cache/antora