Skip to content

Commit ced3988

Browse files
committed
docs: hide diagrams footer to improve the visibility
Part of #1380 [skip ci]
1 parent d2e2c20 commit ced3988

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/diagrams/create-import-request.puml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@startuml
22

33
title Series import flow: stage 1 (create import request)
4+
hide footbox
45

56
participant Browser
67
participant SeriesImportController

docs/diagrams/download-page.puml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@startuml
22

33
title Series import flow: stage 2 (download page)
4+
hide footbox
45

56
participant ImportRequestCreatedEventListener
67
participant DownloaderService

docs/diagrams/parse-page-failed.puml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@startuml
22

33
title Series import flow: stage 3a (handle error of parsing page)
4+
hide footbox
45

56
participant ParsingFailedEventListener
67
participant SeriesImportService

docs/diagrams/parse-page.puml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@startuml
22

33
title Series import flow: stage 3 (parse page)
4+
hide footbox
45

56
participant DownloadingSucceededEventListener
67
participant SiteParserService

0 commit comments

Comments
 (0)