summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
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.