Skip to content

Commit

Permalink
Add tabs import to understanding page and fix sidebars.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Jul 21, 2023
1 parent b1687af commit e53e354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Conceptual understanding"
id: "understanding-resource-accounts"
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Conceptual understanding

## What is a resource account?
Expand Down
13 changes: 0 additions & 13 deletions developer-docs-site/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,6 @@ const sidebars = {
},
{
type: "category",
<<<<<<< HEAD
=======
<<<<<<< HEAD
=======
>>>>>>> 2cc005c6a5 (Updated inaccurate wording, explained the difference between account.move and resource_account.move, and moved the structure around. Also added auth key rotation examples from #9130 to refer to.)
label: "Examples",
collapsible: true,
collapsed: true,
Expand All @@ -351,12 +346,6 @@ const sidebars = {
slug: "/category/examples",
keywords: ["examples"],
},
<<<<<<< HEAD
items: ["guides/account-management/key-rotation"],
},
{
type: "category",
=======
items: [
"guides/account-management/key-rotation",
{
Expand All @@ -374,8 +363,6 @@ const sidebars = {
},
{
type: "category",
>>>>>>> 55c0f3ab0c (Updated inaccurate wording, explained the difference between account.move and resource_account.move, and moved the structure around. Also added auth key rotation examples from #9130 to refer to.)
>>>>>>> 2cc005c6a5 (Updated inaccurate wording, explained the difference between account.move and resource_account.move, and moved the structure around. Also added auth key rotation examples from #9130 to refer to.)
label: "Build E2E Dapp with Aptos",
link: { type: "doc", id: "tutorials/build-e2e-dapp/index" },
collapsible: true,
Expand Down

0 comments on commit e53e354

Please sign in to comment.