Skip to content

Commit f38a7fb

Browse files
committed
Merge branch 'release/3.4'
* release/3.4: Update screenshot for 3.4 release Update header link to latest Bootstrap (4.4.1) CSS Update Bootstrap docs references to latest: 4.4 Update toolkit version references for 3.4 release Fix typo
2 parents 797c743 + 8451e2e commit f38a7fb

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A plug-in for [DITA Open Toolkit][1] that extends the default HTML5 output with
1717

1818
Use the `dita` command to add this plug-in to your DITA Open Toolkit installation:
1919

20-
DITA-OT 3.3:
20+
DITA-OT 3.3 and newer:
2121

2222
dita --install net.infotexture.dita-bootstrap
2323

@@ -64,7 +64,7 @@ For more extensive customizations, you may want to [fork][5] this repository and
6464
- If you know how to fix it yourself, [submit a pull request][8] with the proposed changes.
6565

6666
[1]: http://www.dita-ot.org
67-
[2]: https://getbootstrap.com/docs/3.3
67+
[2]: https://getbootstrap.com/docs/4.4
6868
[3]: https://github.com/infotexture/dita-bootstrap/blob/master/includes/bs-navbar-inverse.hdr.xml
6969
[4]: https://github.com/infotexture/dita-bootstrap/blob/master/css/custom.css
7070
[5]: https://help.github.com/articles/fork-a-repo/

css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav[role=toc] li.active > a {
88
font-weight: bold;
99
}
1010

11-
/* Adjust navigation indendation */
11+
/* Adjust navigation indentation */
1212
.bs-docs-sidenav,
1313
.bs-docs-sidenav li ul {
1414
padding-left: 20px;
3.79 KB
Loading

includes/bootstrap.hdf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div>
2-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"/>
2+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"/>
33
</div>

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- See the accompanying LICENSE file for applicable license -->
66

77
<plugin id="net.infotexture.dita-bootstrap">
8-
<feature extension="package.version" value="3.3"/>
8+
<feature extension="package.version" value="3.4"/>
99
<require plugin="org.dita.html5"/>
1010
<transtype name="html5-bootstrap" extends="html5" desc="HTML5 with Bootstrap style"/>
1111
<feature extension="ant.import" file="build_dita2html5-bootstrap.xml"/>

xsl/html5-bootstrap.xsl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
</head>
3333
</xsl:template>
3434

35-
<!-- Override to add Bootstrap fluid container & row to page body -->
36-
<!-- https://getbootstrap.com/docs/3.3/css/#grid-example-fluid -->
35+
<!-- Override to add Bootstrap container & row to page -->
36+
<!-- https://getbootstrap.com/docs/4.4/layout/grid/ -->
3737
<xsl:template match="*" mode="chapterBody">
3838
<body>
3939
<xsl:apply-templates select="." mode="addAttributesToHtmlBodyElement"/>
@@ -57,7 +57,7 @@
5757
</xsl:template>
5858

5959
<!-- Override to add Bootstrap large grid classes. -->
60-
<!-- https://getbootstrap.com/docs/4.3/layout/grid -->
60+
<!-- https://getbootstrap.com/docs/4.4/layout/grid -->
6161
<xsl:attribute-set name="main">
6262
<xsl:attribute name="class">col-lg-9</xsl:attribute>
6363
<xsl:attribute name="role">main</xsl:attribute>

0 commit comments

Comments
 (0)