@@ -10,7 +10,6 @@ guide in some places.
1010- [ Contribution workflow] ( #contribution-workflow )
1111- [ Preview locally] ( #preview-locally )
1212- [ Style guide] ( #style-guide )
13- - [ Format links] ( #format-links )
1413- [ Add images] ( #add-images )
1514- [ Update the interactive API reference] ( #update-the-interactive-api-reference )
1615 - [ Update ` MetaMask/api-specs ` ] ( #update-metamaskapi-specs )
@@ -72,10 +71,10 @@ To contribute changes:
7271
7372 > ** Notes:**
7473 >
75- > - All documentation content is located in the ` sdk ` , ` wallet ` , ` embedded-wallets ` , ` smart-accounts-kit ` , ` services ` ,
76- > ` developer-tools ` , ` snaps ` , and ` src/pages ` directories.
77- > - If you add a new documentation page, edit ` sdk-sidebar.js ` , ` wallet-sidebar.js ` , ` ew -sidebar.js` , ` gator -sidebar.js` ,
78- > ` services-sidebar.js ` , ` dashboard-sidebar.js ` , or ` snaps -sidebar.js` to add the page to the
74+ > - All documentation content is located in the ` wallet ` , ` sdk ` , ` snaps ` , ` services ` , and
75+ > ` developer-tools ` directories.
76+ > - If you add a new documentation page, edit ` wallet-sidebar.js ` , ` sdk -sidebar.js` , ` snaps -sidebar.js` ,
77+ > ` services-sidebar.js ` , or ` dashboard -sidebar.js` to add the page to the
7978 > [ sidebar] ( https://docs-template.consensys.io/create/configure-docusaurus#sidebar ) .
8079 > - If you delete, rename, or move a documentation file, add a
8180 > [ redirect] ( https://vercel.com/docs/edge-network/redirects#configuration-redirects ) .
@@ -117,38 +116,10 @@ To contribute changes:
117116
118117Refer to the [ Consensys documentation style guide] ( https://docs-template.consensys.net/contribute/style-guide ) .
119118
120- ## Format links
121-
122- Most links in the Markdown pages use * relative file paths* , for example:
123-
124- ``` md
125- You can enable users to create a [MetaMask smart account](../../concepts/smart-accounts.md) directly in your dapp.
126- ```
127-
128- However, when linking between different product sections or using the ` CardList ` component, use * absolute URL paths* . For example:
129-
130- ``` md
131- When a dapp requests to submit a batch of transactions atomically, MetaMask may prompt users to upgrade their
132- externally owned account (EOA) to a [MetaMask smart account](/smart-accounts-kit/concepts/smart-accounts).
133- ```
134-
135- ``` md
136- <CardList
137- items={[
138- {
139- href: '/snaps/learn/about-snaps',
140- title: 'About Snaps',
141- description: 'See a high-level, technical overview of the Snaps system.',
142- },
143- ...
144- ]}
145- />
146- ```
147-
148119## Add images
149120
150- All images are located in the ` sdk/_assets ` , ` wallet/assets ` , ` smart-accounts-kit /assets` , ` services/images ` ,
151- ` developer-tools/images ` , ` snaps/assets ` , and ` static/img ` directories.
121+ All images are located in the ` wallet/assets ` , ` sdk/_assets ` , ` snaps /assets` , ` services/images ` , and
122+ ` developer-tools/images ` directories.
152123When adding a new image, such as a screenshot or diagram, make sure the image has a white or
153124` #1b1b1d ` color background in order for it to be compatible with the site's light and dark modes.
154125
0 commit comments