Skip to content

Slugify Section Names and Changed Import Param Separator

Compare
Choose a tag to compare
@jdoiro3 jdoiro3 released this 22 Jun 13:07
· 104 commits to main since this release
e5e60a9

Breaking Changes

  • Previously, you would separate config values in an !import statement using multiple ampersands (&). Now, the !import statement will follow general URL syntax, where the url and query string (config values) is separated by one question mark (?) and then each config section is separated by an ampersand. Below is an example !import statement.
    '!import {url}?branch={branch}&docs_dir={path}&multi_docs={True | False}&config={filename}.yml'

Other Changes

  • Section names are slugified for clear urls (see PR #28 and Issue #24 for details). This most likely will change in future releases.