We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f28c8 commit 19ba219Copy full SHA for 19ba219
resources/asciidoctor/lib/chunker/url_to_v3.rb
@@ -18,6 +18,8 @@ def initialize(doc)
18
# # Read content from the specified file and convert it to a dictionary
19
# mapping = JSON.parse(File.read(file_path)) if File.exist?(file_path)
20
21
+ segments = outdir.sub('/tmp/docsbuild/target_repo/raw', '').split('/')
22
+
23
path_dir = if segments.empty?
24
''
25
elsif segments.length > 1
0 commit comments