Skip to content

Releases: JuliaComputing/MultiDocumenter.jl

v0.7.0

14 Sep 09:35
735b92e
Compare
Choose a tag to compare

MultiDocumenter v0.7.0

Diff since v0.6.1

Merged pull requests:

  • CompatHelper: bump compat for NodeJS to 2, (keep existing compat) (#54) (@github-actions[bot])
  • Guard Git commands in docs/make.jl against accidental deployment (#57) (@mortenpi)
  • Add option to generate a sitemap (#59) (@mortenpi)
  • feat: option to fix canonical URLs of a multidocumenter build (#60) (@mortenpi)
  • feat: update clones if they're present (#61) (@mortenpi)
  • feat: use all .html files when generating search indexes (#62) (@mortenpi)
  • Add --temp option to docs/make.jl, use docs/clones by default (#63) (@mortenpi)
  • Expand the CI matrix (#64) (@mortenpi)
  • test: fix line endings in tests on Windows (#68) (@mortenpi)
  • fix a bug in update_canonical_links (#69) (@mortenpi)
  • Set version to 0.7.0 (#71) (@mortenpi)

v0.6.1

11 Apr 11:37
87fefba
Compare
Choose a tag to compare

MultiDocumenter v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

21 Mar 15:05
0eeb757
Compare
Choose a tag to compare

MultiDocumenter v0.6.0

Diff since v0.5.3

Closed issues:

  • Error loading search index (#36)
  • Hamburger menu for package only visible when scroll to top (#38)
  • MultiDocRef's path doesn't allow subdirectories (#44)
  • Add UI hint for / as the search shortcut (#45)

Merged pull requests:

v0.5.3

13 Feb 14:02
23937df
Compare
Choose a tag to compare

MultiDocumenter v0.5.3

Diff since v0.5.1

Merged pull requests:

v0.5.1

02 Dec 09:17
Compare
Choose a tag to compare

MultiDocumenter v0.5.1

Diff since v0.5.0

v0.5.0

01 Dec 15:33
ee55a0d
Compare
Choose a tag to compare

MultiDocumenter v0.5.0

Closed issues:

  • Implement global search (#1)
  • Look at stork instead of flexsearch (#5)
  • Remove local search bar and sidebar icon (#6)
  • Fix "current page" highlighting (#10)
  • Allow dropdown nav in header (#14)
  • TagBot trigger issue (#15)
  • Stop using __default for resources (#19)
  • Non-relative brand link (#29)
  • Handling mkdocs-material theme (#30)
  • Whitespaces broken when migrating mkdocs-material to MultiDocs (#31)

Merged pull requests:

  • CompatHelper: add new compat entry for AbstractTrees at version 0.4, (keep existing compat) (#4) (@github-actions[bot])
  • Exclude .git from output (#8) (@pfitzseb)
  • Add prettyurls option (#9) (@pfitzseb)
  • Get this ready for release (#11) (@pfitzseb)
  • Run CI on main (#12) (@pfitzseb)
  • Make index_versions argument exclusive per sub-docpage (#13) (@pfitzseb)
  • README: In the example, demonstrate how to use SSH for some repos and HTTPS for other repos (#18) (@DilumAluthge)
  • refactor: move vendored assets to assets/default (#20) (@pfitzseb)
  • feat: Enable nested top-level navigation (#21) (@pfitzseb)
  • feat: improve toplevel links if root/index.html does not exist (#22) (@pfitzseb)
  • Add deploy step to CI (#23) (@pfitzseb)
  • feat: mega dropdown nav (#24) (@pfitzseb)
  • Add missing compat for HypertextLiteral (#25) (@ChrisRackauckas)
  • feat: add lowfi mode for flexsearch (#27) (@pfitzseb)
  • fix: tweak mega dropdown css (#28) (@pfitzseb)
  • fix: clicking on expanded nav link now closes it (#32) (@pfitzseb)
  • feat: improve compat with non-documenter pages (#33) (@pfitzseb)
  • feat: allow absolute urls for scripts, styles, and brand image (#34) (@pfitzseb)