0.17.0
Changelog for the official Nord website and documentation
This version mainly focused on the transition of the „Nord Emacs“ port project. The implementation includse port specific “landing” and docs page, the installation & activation guide and configuration page.
Features
„Nord Emacs“ Transition — #155 ⇄ #158 (⊶ 9569306)
↠ Transferred all documentations, assets and visualizations from „Nord Emacs“ to Nord Docs which will now serve as the single-source-of-truth™.
Please see the corresponding issue in the Nord Emacs repository to get an overview of what has changed for Nord Emacs and what has been done to migrate to Nord Docs.
Landing Page
Docs Page
Installation & Activation Guide
Configuration Guide
Bug Fixes
Missing Video Metadata In Docs Page Template — #157 (⊶ ce1f576)
↠ The Video
component maps the video file metadata received from props.sources
(array of objects) to the <source>
HTML tag, but for docs pages the MDX DocsPage
component only passed down the publicUrl
metadata field resulting in a array of strings. This caused the Video
component failing to load the video file(s) for MDX docs pages.
To fix the invalid mapping the DocsPage
component now passes down the whole video file metadata object instead of only the publicUrl
(string) field.
The full changelog is available here