Skip to content

Commit b615e3d

Browse files
fixing the docs website ui on mobile devices 📚 (#42)
* 0.0.5 * fixing the website ui 📚🌸 * upgrading the docusaurus version 📦
1 parent a6c7359 commit b615e3d

File tree

6 files changed

+2679
-904
lines changed

6 files changed

+2679
-904
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodegui/vue-nodegui",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "library to render native desktop applications using vue js",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
alt: 'Vue NodeGui Logo',
1414
src: 'img/logo-circle.png',
1515
},
16-
links: [
16+
items: [
1717
{
1818
to: 'docs/guides/1-getting-started',
1919
label: 'Docs',

website/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"deploy": "docusaurus deploy"
1010
},
1111
"dependencies": {
12-
"@docusaurus/core": "^2.0.0-alpha.55",
13-
"@docusaurus/preset-classic": "^2.0.0-alpha.55",
12+
"@docusaurus/core": "^2.0.0-alpha.64",
13+
"@docusaurus/plugin-google-analytics": "^2.0.0-alpha.64",
14+
"@docusaurus/preset-classic": "^2.0.0-alpha.64",
1415
"classnames": "^2.2.6",
1516
"react": "^16.8.4",
1617
"react-dom": "^16.8.4"

website/src/pages/styles.module.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
.heroBanner {
1717
padding: 2rem;
1818
}
19+
20+
.description {
21+
text-align: center;
22+
}
1923
}
2024

2125
.buttons {
@@ -60,6 +64,8 @@
6064
.descriptionRow {
6165
justify-content: center;
6266
align-items: center;
67+
margin-left: unset !important;
68+
margin-right: unset !important;
6369
}
6470

6571
.imgColumn {

0 commit comments

Comments
 (0)