You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operators such as "public func +=<K, V> (inout left: [K:V], right: [K:V]) { ... }" produce file names that include unsupported characters on Windows machines (i.e. an IIS server).
Example filename: +=(::).html
The text was updated successfully, but these errors were encountered:
The configuration option use_safe_filenames and the corresponding flag --use-safe-filenames are now available. Until 0.7.4 is released, you can build and run from source (in your project directory):
git clone https://github.com/realm/jazzy
cd jazzy
bundle install
cd ..
jazzy/bin/jazzy --use-safe-filenames
rm -rf jazzy
Any other flags you normally use (such as --clean) can be added to the second last line.
Operators such as "public func +=<K, V> (inout left: [K:V], right: [K:V]) { ... }" produce file names that include unsupported characters on Windows machines (i.e. an IIS server).
Example filename: +=(::).html
The text was updated successfully, but these errors were encountered: