Skip to content

Releases: airtai/nbdev-mkdocs

v0.1.1rc0

06 Mar 07:37
Compare
Choose a tag to compare

v0.1.0

23 Feb 11:18
Compare
Choose a tag to compare

New Features

Bugs Squashed

  • Hide the badges displayed on the index page in the docs (#118)

  • nbdev docs: The CI build status badge should not appear in the documentation. (#113)

  • nbdev docs: Locally referenced images are not showing up in the docs (#110)

v0.0.3

24 Dec 22:49
Compare
Choose a tag to compare

Bugs fixed:

  • CI bug fix

v0.0.2

24 Dec 21:11
Compare
Choose a tag to compare

New Features

  • If a CLI command documentation fails, rather than failing, print the exception in the terminal. (#107)

  • Make API, CLI and Releases configurable in the docs (#106)

  • Handle glob expressions while building the navigation tree for MkDocs (#100)

  • Build tensorflow based Docker image with preinstalled nbdev_mkdocs and all requirements (#95)

  • Build docker images with preinstalled nbdev_mkdocs and all requirements (#94)

  • Use AI to generate social image (#81)

  • Read sidebar.yml for generating the docs navigation (#62)

Bugs Squashed

  • Uploading large images breaks the social share image. (#98)

  • Copy requirements in dev-requirements for client projects and not for nbdev-mkdocs (#79)

  • Install mkdoc-nbdev from pypi instead of git (#54)

  • The following code in deployed.yml installs the git version for all our projects, but it should do that only for the nbdev-mkdocs project:

v0.0.2rc1

13 Dec 12:01
Compare
Choose a tag to compare
v0.0.2rc1 Pre-release
Pre-release

Preview release of v0.0.2

So far, we have:

  • added Docker images based on Ubuntu and Tensorflow with nbdev installed and set up.
  • added a new command for the generation of social images using Dall-e (more providers will be added later)

v0.0.1

02 Dec 14:19
Compare
Choose a tag to compare

Initial release