Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
in cwiki, we were using the "excerpt" and "excerpt-include" macros to mirror some content across multiple pages.
as part of the cwiki->adoc migration, these macros were just evaluated durring export, and the content is now duplicated.
moving forward, we should refactor this duplicated content into "snippet" files that can be included in multiple places. A few things we need to be careful about when doing this:
- ensuring anchors and relative links are generated in such a way that they are still unique per-section
- that some convention / page attributes are used such that the BuildNavAndPDFBody code doesn't try to include them as "real" pages (or errors that they have no parent)
Attachments
Issue Links
- is fixed by
-
SOLR-14444 Ref Guide Redesign Phase 2: Page Organization Overhaul
- Closed
- is related to
-
SOLR-10296 Convert existing Ref Guide and post-conversion cleanup
- Resolved