Skip to content

Commit a6f1ce3

Browse files
fixing the broken links error in docs build 📚🐞 (#44)
1 parent 9d1eaf3 commit a6f1ce3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

website/blog/2020-05-24-welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: welcome
2+
slug: welcome
33
title: Welcome
44
author: Shubham Zanwar
55
author_title: Creator @ vue-nodegui

website/docs/guides/3-styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Since we are not running inside a web browser, there are few differences in the
183183

184184
The complete list is detailed here: https://doc.qt.io/qt-5/stylesheet-reference.html#list-of-properties
185185

186-
Apart from the properties listed in the link, NodeGui also supports layout properties related to Flex. You can use all flex properties such as align-items, justify-content, flex, etc on all components. [The layout styling will be converted in more detail in the section: Layout.](layout.md)
186+
Apart from the properties listed in the link, NodeGui also supports layout properties related to Flex. You can use all flex properties such as align-items, justify-content, flex, etc on all components. [The layout styling will be converted in more detail in the section: Layout.](4-layout.md)
187187

188188
## Advanced usage (Setting QObject Properties)
189189

website/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
tagline: 'Build performant, native, cross platform desktop apps with Vue 🚀',
44
url: 'https://vue.nodegui.org',
55
baseUrl: '/',
6+
onBrokenLinks: "ignore",
67
favicon: 'img/favicon.ico',
78
organizationName: 'nodegui', // Usually your GitHub org/user name.
89
projectName: 'vue-nodegui', // Usually your repo name.

0 commit comments

Comments
 (0)