mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 19:57:25 +02:00
docs: link to migration guide from Blogger to Docusaurus / remove blog.johnnyreilly.com Google Analytics tag from docs (#8313)
This commit is contained in:
parent
7ffa9f7689
commit
dce4a68e03
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ A curated list of interesting Docusaurus community projects.
|
||||||
|
|
||||||
- [Awesome Docusaurus](https://github.com/webbertakken/awesome-docusaurus#readme) - Community curated list of Docusaurus resources.
|
- [Awesome Docusaurus](https://github.com/webbertakken/awesome-docusaurus#readme) - Community curated list of Docusaurus resources.
|
||||||
- [Live code editing in Docusaurus](https://dev.to/mrmuhammadali/live-code-editing-in-docusaurus-ux-at-its-best-2hj1)
|
- [Live code editing in Docusaurus](https://dev.to/mrmuhammadali/live-code-editing-in-docusaurus-ux-at-its-best-2hj1)
|
||||||
|
- [The definitive guide to migrating from Blogger to Docusaurus](https://blog.johnnyreilly.com/definitive-guide-to-migrating-from-blogger-to-docusaurus)
|
||||||
|
|
||||||
## Showcase {#showcase}
|
## Showcase {#showcase}
|
||||||
|
|
||||||
|
|
|
@ -67,7 +67,7 @@ Most Docusaurus users configure this plugin through the preset options.
|
||||||
// Plugin Options: @docusaurus/plugin-google-gtag
|
// Plugin Options: @docusaurus/plugin-google-gtag
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
trackingID: 'G-226F0LR9KE',
|
trackingID: 'G-999X9XX9XX',
|
||||||
anonymizeIP: true,
|
anonymizeIP: true,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue