-
Notifications
You must be signed in to change notification settings - Fork 638
/
build-info.xml
executable file
·76 lines (75 loc) · 2.13 KB
/
build-info.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<buildinfo>
<docsets>
<docset id="eks">
<pathslug>eks</pathslug>
<title>Amazon EKS</title>
<forumID>303</forumID>
<feedbackCTI>Amazon EKS</feedbackCTI>
<options>
<!-- The following option seems to break region-specific-images -->
<!-- <referenced-images-only>enabled</referenced-images-only> -->
<!-- <region-specific-images region="BJS">enabled</region-specific-images> -->
<simple-localization-handoff>enabled</simple-localization-handoff>
<hide-github-link>0</hide-github-link>
</options>
<guides>
<guide id="eks-ug">
<pathslug>userguide</pathslug>
<basename>eks-ug</basename>
<title>User Guide</title>
<abbr>eks</abbr>
<api>latest</api>
<version>latest</version>
<!-- <source>latest/ug</source> -->
<asciidoc-source>latest/ug</asciidoc-source>
<locale>en_us</locale>
<profile>
<features>mesh-gs-eks</features>
</profile>
<!-- <github>
<user>awsdocs</user>
<repo>amazon-eks-user-guide</repo>
<branch>main</branch>
<source-folder>doc_source</source-folder>
</github> -->
<builds>
<html><rss>
<title>Amazon EKS Document History</title>
<filename>doc-history</filename>
</rss></html>
<pdf/>
<!-- kindle>
<asin>B07GQDSDPZ</asin>
</kindle -->
<asciidoc>
<include-html-profiling>1</include-html-profiling>
</asciidoc>
<!-- For final cutover, remove the next three lines. -->
<!--<markdown>
<include-html-profiling>1</include-html-profiling>
</markdown>-->
</builds>
</guide>
<!-- <guide id="hp">
<pathslug>console</pathslug>
<title>Help Panel</title>
<basename>EKS-hp</basename>
<source>latest/help_panel</source>
<locale>en_us</locale>
<version>latest</version>
<api>latest</api>
<options/>
<profile>
<revision>release</revision>
</profile>
<builds>
<help-panel>
<include-stylesheets>0</include-stylesheets>
</help-panel>
</builds>
</guide> -->
</guides>
</docset>
</docsets>
</buildinfo>