summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdrian Mejia <adriansky@gmail.com>2020-01-22 14:59:03 -0500
committerMarat Radchenko <marat@slonopotamus.org>2020-01-22 22:59:03 +0300
commit2cf1940449f014bc24b8118a1c9fed6658f0506d (patch)
tree6cd78d5431e908f3439596bb2fd29684db184bed /data
parentc81bd96e1def27dce92b60093da9d2cc9cefe276 (diff)
resolves #196 fix sample-book to be a valid book (PR #197)
Diffstat (limited to 'data')
-rw-r--r--data/samples/asciidoctor-js-introduction.adoc1
-rw-r--r--data/samples/sample-book.adoc4
-rw-r--r--data/samples/sample-content.adoc6
3 files changed, 11 insertions, 0 deletions
diff --git a/data/samples/asciidoctor-js-introduction.adoc b/data/samples/asciidoctor-js-introduction.adoc
index 2123b77..5e24d06 100644
--- a/data/samples/asciidoctor-js-introduction.adoc
+++ b/data/samples/asciidoctor-js-introduction.adoc
@@ -53,6 +53,7 @@ For instance, in an HTML page, add these two `<script>` tags (ideally at the bot
You can see these scripts in action by running the examples, described in the https://github.com/asciidoctor/asciidoctor.js#readme[README].
+[#usage]
== Usage
To interact with the generated code, you either:
diff --git a/data/samples/sample-book.adoc b/data/samples/sample-book.adoc
index a7dcb19..92d5c70 100644
--- a/data/samples/sample-book.adoc
+++ b/data/samples/sample-book.adoc
@@ -23,3 +23,7 @@ include::sample-content.adoc[]
include::asciidoctor-js-introduction.adoc[]
include::asciidoctor-js-browser-extension.adoc[]
+
+include::../../NOTICE.adoc[]
+
+include::../../LICENSE.adoc[]
diff --git a/data/samples/sample-content.adoc b/data/samples/sample-content.adoc
index 35ee6cc..757602c 100644
--- a/data/samples/sample-content.adoc
+++ b/data/samples/sample-content.adoc
@@ -9,6 +9,12 @@ Sarah White <https://github.com/graphitefriction[@graphitefriction]>
[abstract]
This sample guide describes several Asciidoctor attributes, values, and layout options available for producing a customized and polished document.
+== Cross Reference
+
+This is a cross reference to <<asciidoctor-js#usage>> and this is another one xref:asciidoctor-js#usage[].
+
+Referencing a document <<NOTICE#,NOTICE>>.
+
== Text size and justification
* *http://guides.github.com/overviews/forking[Fork] the repository* and clone it locally.