Skip to content

Commit 003322d

Browse files
author
Dongjin.kim
committed
update docusaurus v3 isseus #12
1 parent 13a86b1 commit 003322d

File tree

5 files changed

+20987
-8413
lines changed

5 files changed

+20987
-8413
lines changed

website/docs/doc1.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,32 +71,32 @@ Strikethrough uses two tildes. ~~Scratch this.~~
7171

7272
Or leave it empty and use the [link text itself].
7373

74-
URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com or <http://www.example.com> and sometimes example.com (but not on Github, for example).
74+
URLs and URLs in angle brackets will automatically get turned into links. (http://www.example.com) or (http://www.example.com) and sometimes example.com (but not on Github, for example).
7575

7676
Some text to show that the reference links can follow later.
7777

78-
[arbitrary case-insensitive reference text]: https://www.mozilla.org
79-
[1]: http://slashdot.org
80-
[link text itself]: http://www.reddit.com
78+
[arbitrary case-insensitive reference text]: (https://www.mozilla.org)
79+
[1]: (http://slashdot.org)
80+
[link text itself]: (http://www.reddit.com)
8181

8282
---
8383

8484
## Images
8585

8686
Here's our logo (hover to see the title text):
8787

88-
Inline-style: ![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png 'Logo Title Text 1')
88+
Inline-style: ![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1")
8989

9090
Reference-style: ![alt text][logo]
9191

92-
[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png 'Logo Title Text 2'
92+
[logo]: (https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2")
9393

9494
---
9595

9696
## Code
9797

9898
```javascript
99-
var s = 'JavaScript syntax highlighting';
99+
var s = "JavaScript syntax highlighting";
100100
alert(s);
101101
```
102102

website/docusaurus.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,8 @@ module.exports = {
7777
],
7878
copyright: `Copyright © ${new Date().getFullYear()} NodeGui`,
7979
},
80-
googleAnalytics: {
81-
trackingID: "UA-145065218-2",
82-
},
8380
algolia: {
81+
appId: "none_6ab12d669678aeba3bdf10b89f0c8db3",
8482
apiKey: "6ab12d669678aeba3bdf10b89f0c8db3",
8583
indexName: "nodegui_react",
8684
algoliaOptions: {}, // Optional, if provided by Algolia
@@ -96,6 +94,9 @@ module.exports = {
9694
theme: {
9795
customCss: require.resolve("./src/css/custom.css"),
9896
},
97+
googleAnalytics: {
98+
trackingID: "UA-145065218-2",
99+
},
99100
},
100101
],
101102
],

0 commit comments

Comments
 (0)