Releases: airtai/nbdev-mkdocs
v0.1.1rc0
Bugs Squashed
- Fix link to symbols in docs (#144)
v0.1.0
v0.0.3
Bugs fixed:
- CI bug fix
v0.0.2
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
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
Initial release