Dauxio Daux.io Versions Save

Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.

0.22.1

7 months ago

Highlights

Updates

New Contributors

Full Changelog: https://github.com/dauxio/daux.io/compare/0.22.0...0.22.1

0.22.0

1 year ago

Highlights

  • Parse admonition titles for markdown #372
  • Update Mermaid to v10

Updates

Full Changelog: https://github.com/dauxio/daux.io/compare/0.21.3...0.22.0

0.21.3

1 year ago

What's Changed

Full Changelog: https://github.com/dauxio/daux.io/compare/0.21.2...0.21.3

0.21.2

1 year ago

What's Changed

Full Changelog: https://github.com/dauxio/daux.io/compare/0.21.1...0.21.2

0.21.1

1 year ago
  • Fix create_root_if_missing that wasn't creating pages #358
  • Massively increase code coverage (31% -> 51%) mostly related to Confluence exports, but not limited to that.

Full Changelog: https://github.com/dauxio/daux.io/compare/0.21.0...0.21.1

0.21.0

1 year ago

Highlights

Full Changelog: https://github.com/dauxio/daux.io/compare/0.20.2...0.21.0

0.20.2

1 year ago

What's Changed

Full Changelog: https://github.com/dauxio/daux.io/compare/0.20.1...0.20.2

0.20.1

1 year ago

Highlights

  • Multiple small bug fixes
    • #278 Fix warnings in some PHP versions with explicit casting
    • #327 In case of front matter parsing error, display in which file it happened
    • #354 Fix deprecation warning on getRelativePath
    • #352 Improve error message when using Confluence publishing with ancestor_id and page is not found
    • #353 Fix sorting when using generated pages
    • #355 Fix deprecation warning on filemtime
  • Dependencies updates
    • PHP in Docker image to 8.1.11
    • Katex upgraded to 0.16.4
    • Mermaid upgraded to 9.2.2

New Contributors

Full Changelog: https://github.com/dauxio/daux.io/compare/0.20.0...0.20.1

0.20.0

1 year ago

Highlight

  • Dark mode
  • Support data urls for images #335

What's Changed

Full Changelog: https://github.com/dauxio/daux.io/compare/0.19.0...0.20.0

0.19.0

1 year ago

Markdown improvements

  • Upgraded to league/commonmark 2.2.3

Confluence Improvements

  • No need to specify the space_id, it is now inferred through the ancestor_id or root_id
  • add --printDiffAndExit to confluence format to show what an upload would change, useful to know what changes will be added or removed
  • adjusted doc for confluence on how to get ancestor_id, the edition tr… by @mofleury in https://github.com/dauxio/daux.io/pull/318

New Contributors

Full Changelog: https://github.com/dauxio/daux.io/compare/0.18.1...0.19.0