From 40b6d87128a226db0ed03daf54c771e132c73fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Wed, 11 Sep 2024 09:22:34 -0700 Subject: [PATCH] fix: add fontmatter --- arbitrum-docs/how-arbitrum-works/inside-arbitrum-nitro.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arbitrum-docs/how-arbitrum-works/inside-arbitrum-nitro.md b/arbitrum-docs/how-arbitrum-works/inside-arbitrum-nitro.md index 1de87fdb6..d1a244ab7 100644 --- a/arbitrum-docs/how-arbitrum-works/inside-arbitrum-nitro.md +++ b/arbitrum-docs/how-arbitrum-works/inside-arbitrum-nitro.md @@ -1,11 +1,15 @@ --- +title: 'Inside Arbitrum Nitro' +sidebar_label: 'Get started' +description: 'Learn the fundamentals of Nitro, Arbitrum stack.' author: dzgoldman +sme: dzgoldman +user_story: As a current or prospective Arbitrum user, I need learn more about Nitros design. +content_type: get-started --- import ImageWithCaption from '@site/src/components/ImageCaptions/'; -# Inside Arbitrum Nitro - This document is a deep-dive explanation of Arbitrum Nitro’s design and the rationale for it. This isn’t API documentation, nor is it a guided tour of the code--look elsewhere for those. “Inside Arbitrum Nitro” is for people who want to understand Nitro's design. The body of this document will describe Arbitrum Rollup, the primary use case of the Nitro technology and the one used on the Arbitrum One chain. There is a variant use case, called AnyTrust, which is used by the Arbitrum Nova chain. AnyTrust is covered by a section at the end of this document.