diff --git a/CHANGELOG.md b/CHANGELOG.md index 16fc4ad5..5f5fcdf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,38 @@ +# 0.15.0 + +![Release Date: 2019-05-31](https://img.shields.io/badge/Release_Date-2019--05--31-88c0d0.svg?style=flat-square&colorA=4c566a) [![Project Board](https://img.shields.io/badge/Project_Board-0.15.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/projects/17) [![Milestone](https://img.shields.io/badge/Milestone-0.15.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/milestone/15) + +This version mainly focused on the [transition of the „Nord Visual Studio Code“ port project][gh-149]. The implementation include port specific [“landing”][home-ports-vscode] and [docs][home-docs-ports-vscode] page, the [installation & activation guide][home-docs-ports-vscode-install], [customization][home-docs-ports-vscode-custom] and [development][home-docs-ports-vscode-develop] guide. + +## Features + +**„Nord Visual Studio Code“ Transition** — #149 ⇄ #150 (⊶ c3fd6058) +↠ Transferred all documentations, assets and visualizations from „Nord Visual Studio Code“ to Nord Docs which will now serve as the single-source-of-truth™. +Please see the [corresponding issue in the Nord Visual Studio Code repository][nord-visual-studio-code#138] to get an overview of what has changed for Nord Visual Studio Code and what has been done to migrate to Nord Docs. + +### Landing Page + +
+ +### Docs Page + + + +### Installation & Activation Guide + + + +### Customization Guide + + + +### Development Guide + + + # 0.14.0 ![Release Date: 2019-05-25](https://img.shields.io/badge/Release_Date-2019--05--25-88c0d0.svg?style=flat-square&colorA=4c566a) [![Project Board](https://img.shields.io/badge/Project_Board-0.14.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/projects/16) [![Milestone](https://img.shields.io/badge/Milestone-0.14.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/milestone/14) @@ -1674,8 +1706,19 @@ Note that packages marked with an double exclamation mark `‼` have been affect [home-docs-ports-vim]: https://www.nordtheme.com/docs/ports/vim [home-ports-vim]: https://www.nordtheme.com/ports/vim [mdx-blog-v1-depr]: https://mdxjs.com/blog/v1/#deprecations -[mdx-blog-v1]: https://mdxjs.com/blog/v1/ +[mdx-blog-v1]: https://mdxjs.com/blog/v1 +[nord-vim#158]: https://github.com/arcticicestudio/nord-vim/issues/158 [arcticicestudio/nord-vim#161][]https://github.com/arcticicestudio/nord-vim/pull/161 + + + +[gh-149]: https://github.com/arcticicestudio/nord-docs/issues/140 +[home-docs-ports-vscode-custom]: https://www.nordtheme.com/docs/ports/visual-studio-code/customization +[home-docs-ports-vscode-develop]: https://www.nordtheme.com/docs/ports/visual-studio-code/development +[home-docs-ports-vscode-install]: https://www.nordtheme.com/docs/ports/visual-studio-code/installation +[home-docs-ports-vscode]: https://www.nordtheme.com/docs/ports/visual-studio-code +[home-ports-vscode]: https://www.nordtheme.com/ports/visual-studio-code +[nord-visual-studio-code#138]: https://github.com/arcticicestudio/nord-visual-studio-code/issues/138 diff --git a/package-lock.json b/package-lock.json index ab2aa505..b1032ca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nord-docs", - "version": "0.14.0", + "version": "0.15.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 598d954c..57c976cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nord-docs", "title": "Nord Docs", - "version": "0.14.0", + "version": "0.15.0", "description": "The official Nord website and documentation", "author": { "name": "Arctic Ice Studio", diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 11bdff3d..e3b4b62e 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -26,7 +26,7 @@ import { * * @author Arctic Ice Studio