Dan Allen (cb01494a) at 16 Mar 18:38
upgrade docs for Antora Assembler
Dan Allen (47225620) at 16 Mar 18:30
release 1.0.0-beta.20
Dan Allen (61d01ceb) at 16 Mar 18:30
release 1.0.0-beta.20
Dan Allen (c14e00b7) at 16 Mar 18:28
refine CHANGELOG entry [skip ci]
Dan Allen (705da70f) at 16 Mar 18:15
merge !141
Currently, the filename for the root-level 1 PDF is generated based on the navtitle. We call this value the "slug". It should be possible to override this value using the assembly-slug document attribute on the page referenced by the level 1 entry in the nav. This behavior gives the author a bit more control over the filename in cases when it ends up being awkward.
The filename for the root-level 0 PDF will remain as index.pdf.
As part of this issue, we may want to revisit how the default slug is computed. All spaces and dots should be converted to hyphens and all other non-alphanumeric characters should be dropped. Any repeating hyphens should then be consolidated. We want to keep it as simple as possible to make it easy to reason about.
The buildAlternateNavigation function should allow the navigation to be built for a single component version from a set of navigation files. The function should not assign the built navigation model to the component version (it should be idempotent). Instead, it should return it. This function should be exported by the site generator.
Among other uses, this function is needed by Assembler.
Dan Allen (27f53f40) at 14 Mar 17:56
clarify that markdown-style headings are not supported
Dan Allen (3ac31429) at 14 Mar 17:35
slightly consolidate code
Dan Allen (167b3f9b) at 14 Mar 17:32
format code
Dan Allen (99fc5035) at 14 Mar 17:30
update assembly model with resolved profile