diff --git a/docs/overview-of-astria/1-introduction.md b/docs/overview-of-astria/1-introduction.md index ed8e91c6..f9ce000f 100644 --- a/docs/overview-of-astria/1-introduction.md +++ b/docs/overview-of-astria/1-introduction.md @@ -4,8 +4,10 @@ sidebar_position: 1 # Introduction -:::tip To deploy your own rollup on the Astria Dusknet devnet, check out the -[instructions here](/docs/dusknet/overview/)! ::: +:::tip +To deploy your own rollup on the Astria Dusknet devnet, check out the +[instructions here](/docs/dusknet/overview/)! +::: Astria is a shared sequencing network that allows many rollups to share a single decentralized network of sequencers. These sequencers are simple and diff --git a/docs/overview-of-astria/2-why-decentralized-sequencers.md b/docs/overview-of-astria/2-why-decentralized-sequencers.md index ff14d058..e19c133d 100644 --- a/docs/overview-of-astria/2-why-decentralized-sequencers.md +++ b/docs/overview-of-astria/2-why-decentralized-sequencers.md @@ -4,8 +4,10 @@ sidebar_position: 2 # Why Decentralized Sequencers? -:::tip To deploy your own rollup on the Astria Dusknet devnet, check out the -[instructions here](/docs/dusknet/overview/)! ::: +:::tip +To deploy your own rollup on the Astria Dusknet devnet, check out the +[instructions here](/docs/dusknet/overview/)! +::: Centralization is antithetical to crypto. And yet, today’s rollups almost universally depend on a single sequencer. Centralized sequencers provide fast diff --git a/docusaurus.config.js b/docusaurus.config.js index 6250f5d3..c808690d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -44,6 +44,10 @@ const config = { theme: { customCss: require.resolve('./src/css/custom.css'), }, + gtag: { + trackingID: 'G-RKYWRJTV6J', + anonymizeIP: true, + } }), ], ],