diff --git a/website/community/2-resources.md b/website/community/2-resources.md index 10d3540174..8704620b0c 100644 --- a/website/community/2-resources.md +++ b/website/community/2-resources.md @@ -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. - [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} diff --git a/website/docs/api/plugins/plugin-google-gtag.md b/website/docs/api/plugins/plugin-google-gtag.md index db414c4d0f..fca251edd3 100644 --- a/website/docs/api/plugins/plugin-google-gtag.md +++ b/website/docs/api/plugins/plugin-google-gtag.md @@ -67,7 +67,7 @@ Most Docusaurus users configure this plugin through the preset options. // Plugin Options: @docusaurus/plugin-google-gtag const config = { - trackingID: 'G-226F0LR9KE', + trackingID: 'G-999X9XX9XX', anonymizeIP: true, }; ```