]> source.dussan.org Git - aspectj.git/commitdiff
Fix/add more links for multi-page docs
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 3 Jan 2024 07:14:35 +0000 (14:14 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 6 Jan 2024 09:09:11 +0000 (10:09 +0100)
In each case, link both to multi- and single-page docs separately.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
docs/index.adoc

index 7f5028cd8b3828237b3e709ee78fb601b8e701b5..3d131db57a697cd9cac3a17060fec02b650be37f 100644 (file)
@@ -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]]