Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Documentation Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Utilities
Documentation Manager
Compare revisions
c9018d0a3a95f012c54e0b1c2a95025f027d3cc6 to fb3d4d3815329851e33ff05f6a96b72b1780e5d1
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
oss/utilities/documentation-manager
Select target project
No results found
fb3d4d3815329851e33ff05f6a96b72b1780e5d1
Select Git revision
Branches
master
Tags
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
v1.1.0
Swap
Target
oss/utilities/documentation-manager
Select target project
oss/utilities/documentation-manager
1 result
c9018d0a3a95f012c54e0b1c2a95025f027d3cc6
Select Git revision
Branches
master
Tags
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
v1.1.0
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fix: missing template throw exeption
· d9a899af
Volker Schukai
authored
2 years ago
Verified
d9a899af
Bump version to 1.1.5
· fb3d4d38
Volker Schukai
authored
2 years ago
Verified
fb3d4d38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
application/source/document/html.go
+3
-0
3 additions, 0 deletions
application/source/document/html.go
release.json
+1
-1
1 addition, 1 deletion
release.json
with
4 additions
and
1 deletion
application/source/document/html.go
View file @
fb3d4d38
...
...
@@ -170,6 +170,9 @@ func extractTemplate(env *BuildHtmlEnvironment, doc *html.Node, id string) {
checkError
(
err
)
node
:=
cascadia
.
Query
(
doc
,
sel
)
if
node
==
nil
{
return
}
node
.
Parent
.
RemoveChild
(
node
)
container
:=
html
.
Node
{
...
...
This diff is collapsed.
Click to expand it.
release.json
View file @
fb3d4d38
{
"version"
:
"1.1.
4
"
"version"
:
"1.1.
5
"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.