aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.adoc
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-03 14:14:35 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 10:09:11 +0100
commitba6058a4007f937c3d32a6022446edaa149a0d1d (patch)
treeb8f27541124f82cdf5c16f8a92a979480583cb28 /docs/index.adoc
parentac71008e59b83d24ec5985e9e557c5cc6bd84c00 (diff)
downloadaspectj-ba6058a4007f937c3d32a6022446edaa149a0d1d.tar.gz
aspectj-ba6058a4007f937c3d32a6022446edaa149a0d1d.zip
Fix/add more links for multi-page docs
In each case, link both to multi- and single-page docs separately. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/index.adoc')
-rw-r--r--docs/index.adoc14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/index.adoc b/docs/index.adoc
index 7f5028cd8..3d131db57 100644
--- a/docs/index.adoc
+++ b/docs/index.adoc
@@ -14,7 +14,7 @@ for AspectJ 5.
|xref:#documentation[Documentation] |xref:faq/faq.adoc#faq[FAQ], xref:dist/doc/quick5.pdf[Quick
Reference (AspectJ 5)], xref:dist/doc/quick.pdf[Quick Reference (1.2.1)],
-xref:adk15notebook/adk15notebook.adoc[AspectJ 5 Developer's Notebook],
+xref:adk15notebook/index.adoc[AspectJ 5 Developer's Notebook],
xref:progguide/index.adoc[programming],
xref:devguide/index.adoc[development] and
xref:pdguide/index.adoc[problem diagnosis] guides,
@@ -44,14 +44,14 @@ reference for the AspectJ 5 language.
|xref:dist/doc/quick.pdf[AspectJ Quick Reference] |This is a two-page quick
reference for the AspectJ language.
-|xref:adk15notebook/adk15notebook.adoc[AspectJ 5 Developer's Notebook] +
-(printable xref:adk15notebook/printable.html[html]) |This describes the
+|xref:adk15notebook/index.adoc[AspectJ 5 Developer's Notebook] +
+(xref:adk15notebook/adk15notebook.adoc[single page]) |This describes the
changes to the AspectJ language and tools introduced in the AspectJ 5
Development Kit. These changes are additive, and are not yet reflected
in the programming guide or quick reference.
|xref:progguide/index.adoc[Programming Guide] +
-(printable xref:progguide/printable.html[html]) |This introduces AOP and the
+(xref:progguide/progguide.adoc[single page]) |This introduces AOP and the
AspectJ language. xref:progguide/gettingstarted.adoc[Getting Started]
describes basic semantics, and shows development- and production-time
applications. xref:progguide/language.adoc[The AspectJ Language]
@@ -67,7 +67,7 @@ xref:progguide/implementation.adoc[Implementation Notes] describes how
the current version is limited to code the compiler controls.
|xref:devguide/index.adoc[Development Environment Guide] +
-(printable xref:devguide/printable.html[html]) |This is a guide to
+(xref:devguide/devguide.adoc[single page]) |This is a guide to
xref:devguide/ajc.adoc[ajc], the command-line compiler;
and the
xref:devguide/antsupport.adoc[Ant tasks] for building AspectJ programs.
@@ -120,6 +120,10 @@ xref:dist/doc/porting.adoc[1.0].
features and implement JavaBean properties, the Observer pattern, a
tracing library, and a game application where aspects handle display
updating.
+
+| xref:developer/index.adoc[AspectJ Design Overview] +
+(xref:developer/design-overview.adoc[single page]) |Introductory information about
+AspectJ language design, developer guides, module structure
|===
[[distributions]]