summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/modules/ROOT/pages/index.adoc6
-rw-r--r--samples/asciidoctor-js-browser-extension.adoc (renamed from data/samples/asciidoctor-js-browser-extension.adoc)0
-rw-r--r--samples/asciidoctor-js-introduction.adoc (renamed from data/samples/asciidoctor-js-introduction.adoc)0
-rw-r--r--samples/i18n.adoc (renamed from data/samples/i18n.adoc)0
-rw-r--r--samples/images/asciidoctor-js-chrome-extension.png (renamed from data/samples/images/asciidoctor-js-chrome-extension.png)bin48629 -> 48629 bytes
-rw-r--r--samples/images/avatars/graphitefriction.jpg (renamed from data/samples/images/avatars/graphitefriction.jpg)bin5847 -> 5847 bytes
-rw-r--r--samples/images/avatars/mogztter.jpg (renamed from data/samples/images/avatars/mogztter.jpg)bin5730 -> 5730 bytes
-rw-r--r--samples/images/avatars/mojavelinux.jpg (renamed from data/samples/images/avatars/mojavelinux.jpg)bin6474 -> 6474 bytes
-rw-r--r--samples/images/default-cover-large.png (renamed from data/samples/images/default-cover-large.png)bin389355 -> 389355 bytes
-rw-r--r--samples/images/default-cover.png (renamed from data/samples/images/default-cover.png)bin65229 -> 65229 bytes
-rw-r--r--samples/sample-book.adoc (renamed from data/samples/sample-book.adoc)0
-rw-r--r--spec/spec_helper.rb2
12 files changed, 4 insertions, 4 deletions
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc
index 66d658d..0e1a39a 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -284,7 +284,7 @@ This command should be available on your PATH if you installed the `asciidoctor-
Otherwise, you can find the command in the [path]_bin_ folder of the project.
We also recommend specifying an output directory using the `-D` option flag.
- $ asciidoctor-epub3 -D output data/samples/sample-book.adoc
+ $ asciidoctor-epub3 -D output samples/sample-book.adoc
When the script completes, you'll see the file [file]_sample-book.epub_ appear in the [path]_output_ directory.
Open that file with an EPUB reader (aka e-reader) to view the result.
@@ -316,7 +316,7 @@ TIP: As another example, point `asciidoctor-epub3` at the {uri-github-guides-for
Next, let's validate the EPUB3 archive to ensure it built correctly.
.EPUB3 with validation
- $ asciidoctor-epub3 -D output -a ebook-validate data/samples/sample-book.adoc
+ $ asciidoctor-epub3 -D output -a ebook-validate samples/sample-book.adoc
.Validation success
[.output]
@@ -348,7 +348,7 @@ EPUBCheck parses and validates the file against the EPUB schema.
If you want to browse the contents of the EPUB3 file that is generated, or preview the XHTML files in a regular web browser, add the `-a ebook-extract` flag to the `asciidoctor-epub3` command.
The EPUB3 file will be extracted to a directory adjacent to the generated file, but without the file extension.
- $ asciidoctor-epub3 -D output -a ebook-extract data/samples/sample-book.adoc
+ $ asciidoctor-epub3 -D output -a ebook-extract samples/sample-book.adoc
In this example, the contents of the EPUB3 will be extracted to the [path]_output/sample-book_ directory.
diff --git a/data/samples/asciidoctor-js-browser-extension.adoc b/samples/asciidoctor-js-browser-extension.adoc
index 06bb588..06bb588 100644
--- a/data/samples/asciidoctor-js-browser-extension.adoc
+++ b/samples/asciidoctor-js-browser-extension.adoc
diff --git a/data/samples/asciidoctor-js-introduction.adoc b/samples/asciidoctor-js-introduction.adoc
index d581697..d581697 100644
--- a/data/samples/asciidoctor-js-introduction.adoc
+++ b/samples/asciidoctor-js-introduction.adoc
diff --git a/data/samples/i18n.adoc b/samples/i18n.adoc
index 6d355d0..6d355d0 100644
--- a/data/samples/i18n.adoc
+++ b/samples/i18n.adoc
diff --git a/data/samples/images/asciidoctor-js-chrome-extension.png b/samples/images/asciidoctor-js-chrome-extension.png
index dc16850..dc16850 100644
--- a/data/samples/images/asciidoctor-js-chrome-extension.png
+++ b/samples/images/asciidoctor-js-chrome-extension.png
Binary files differ
diff --git a/data/samples/images/avatars/graphitefriction.jpg b/samples/images/avatars/graphitefriction.jpg
index b8ed2de..b8ed2de 100644
--- a/data/samples/images/avatars/graphitefriction.jpg
+++ b/samples/images/avatars/graphitefriction.jpg
Binary files differ
diff --git a/data/samples/images/avatars/mogztter.jpg b/samples/images/avatars/mogztter.jpg
index 0aa800f..0aa800f 100644
--- a/data/samples/images/avatars/mogztter.jpg
+++ b/samples/images/avatars/mogztter.jpg
Binary files differ
diff --git a/data/samples/images/avatars/mojavelinux.jpg b/samples/images/avatars/mojavelinux.jpg
index e740e69..e740e69 100644
--- a/data/samples/images/avatars/mojavelinux.jpg
+++ b/samples/images/avatars/mojavelinux.jpg
Binary files differ
diff --git a/data/samples/images/default-cover-large.png b/samples/images/default-cover-large.png
index 899cf6d..899cf6d 100644
--- a/data/samples/images/default-cover-large.png
+++ b/samples/images/default-cover-large.png
Binary files differ
diff --git a/data/samples/images/default-cover.png b/samples/images/default-cover.png
index 2d1d276..2d1d276 100644
--- a/data/samples/images/default-cover.png
+++ b/samples/images/default-cover.png
Binary files differ
diff --git a/data/samples/sample-book.adoc b/samples/sample-book.adoc
index 2577c43..2577c43 100644
--- a/data/samples/sample-book.adoc
+++ b/samples/sample-book.adoc
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 4d61d2f..25a46d9 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -54,7 +54,7 @@ RSpec.configure do |config|
end
def examples_dir
- Pathname.new(__dir__).join '..', 'data', 'samples'
+ Pathname.new(__dir__).join '..', 'samples'
end
def example_file *path