From 8a1eca8647cb7fd8bd78fb139d29dd5ddd40cc74 Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Fri, 20 Oct 2023 09:04:20 -0700 Subject: [PATCH 1/2] minor formattting fix (#17) ## Description Fix the way tips showed up on two pages. ## Screenshots (if appropriate): Before ![Screenshot 2023-10-19 at 5 02 52 PM](https://github.com/astriaorg/docs/assets/459938/01641da0-fe80-441e-80bb-aab194593ca8) After ![Screenshot 2023-10-19 at 5 03 00 PM](https://github.com/astriaorg/docs/assets/459938/61103155-7d09-4a3e-a892-9a31f57177dc) --- docs/overview-of-astria/1-introduction.md | 6 ++++-- docs/overview-of-astria/2-why-decentralized-sequencers.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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 From 93fea9340f176550fb7cff40edc88f4ab29e734b Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Fri, 20 Oct 2023 09:05:18 -0700 Subject: [PATCH 2/2] Analytics (#18) ## Description Add google analytics so we can gather metrics on usage. ## Motivation and Context It's good to know if people are actually reading the docs. --- docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) 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, + } }), ], ],