Procházet zdrojové kódy

Merge pull request #185 from metaplex-foundation/tony/amman-bg-das-fusion-hydra-toolbox-title-fixes

Amman-BG-DAS-Fusion-Hydra-Toolbox Title fixes
Tony Boyle před 1 rokem
rodič
revize
147ea5c018
53 změnil soubory, kde provedl 68 přidání a 68 odebrání
  1. 1 1
      src/pages/amman/cli-commands.md
  2. 1 1
      src/pages/amman/configuration.md
  3. 1 1
      src/pages/amman/getting-started.md
  4. 1 1
      src/pages/amman/index.md
  5. 1 1
      src/pages/amman/pre-made-configs.md
  6. 2 2
      src/pages/bubblegum/burn-cnfts.md
  7. 2 2
      src/pages/bubblegum/concurrent-merkle-trees.md
  8. 2 2
      src/pages/bubblegum/create-trees.md
  9. 2 2
      src/pages/bubblegum/decompress-cnfts.md
  10. 2 2
      src/pages/bubblegum/delegate-cnfts.md
  11. 2 2
      src/pages/bubblegum/delegate-trees.md
  12. 2 2
      src/pages/bubblegum/faq.md
  13. 2 2
      src/pages/bubblegum/fetch-cnfts.md
  14. 2 2
      src/pages/bubblegum/getting-started/index.md
  15. 2 2
      src/pages/bubblegum/getting-started/js.md
  16. 2 2
      src/pages/bubblegum/getting-started/rust.md
  17. 2 2
      src/pages/bubblegum/hashed-nft-data.md
  18. 1 1
      src/pages/bubblegum/index.md
  19. 2 2
      src/pages/bubblegum/merkle-tree-canopy.md
  20. 2 2
      src/pages/bubblegum/mint-cnfts.md
  21. 2 2
      src/pages/bubblegum/stored-nft-data.md
  22. 1 1
      src/pages/bubblegum/transfer-cnfts.md
  23. 1 1
      src/pages/bubblegum/update-cnfts.md
  24. 1 1
      src/pages/bubblegum/verify-collections.md
  25. 1 1
      src/pages/bubblegum/verify-creators.md
  26. 1 1
      src/pages/das-api/core-extension/convert-das-asset-to-core.md
  27. 1 1
      src/pages/das-api/core-extension/index.md
  28. 1 1
      src/pages/das-api/core-extension/methods/get-asset.md
  29. 1 1
      src/pages/das-api/core-extension/methods/get-assets-by-authority.md
  30. 1 1
      src/pages/das-api/core-extension/methods/get-assets-by-collection.md
  31. 1 1
      src/pages/das-api/core-extension/methods/get-assets-by-owner.md
  32. 1 1
      src/pages/das-api/core-extension/methods/get-collection.md
  33. 1 1
      src/pages/das-api/core-extension/methods/search-assets.md
  34. 1 1
      src/pages/das-api/core-extension/methods/search-collections.md
  35. 1 1
      src/pages/das-api/getting-started.md
  36. 1 1
      src/pages/das-api/index.md
  37. 1 1
      src/pages/das-api/methods/get-asset-by-authority.md
  38. 1 1
      src/pages/das-api/methods/get-asset-by-creator.md
  39. 1 1
      src/pages/das-api/methods/get-asset-by-group.md
  40. 1 1
      src/pages/das-api/methods/get-asset-by-owner.md
  41. 1 1
      src/pages/das-api/methods/get-asset-proof.md
  42. 1 1
      src/pages/das-api/methods/get-asset.md
  43. 1 1
      src/pages/das-api/methods/index.md
  44. 1 1
      src/pages/das-api/methods/search-assets.md
  45. 1 1
      src/pages/fusion/constraint-types.md
  46. 1 1
      src/pages/fusion/getting-started.md
  47. 1 1
      src/pages/fusion/index.md
  48. 1 1
      src/pages/fusion/transfer-effects.md
  49. 1 1
      src/pages/hydra/index.md
  50. 1 1
      src/pages/hydra/quick-start.md
  51. 1 1
      src/pages/toolbox/getting-started/index.md
  52. 1 1
      src/pages/toolbox/getting-started/js.md
  53. 1 1
      src/pages/toolbox/index.md

+ 1 - 1
src/pages/amman/cli-commands.md

@@ -1,6 +1,6 @@
 ---
 title: CLI Commands
-metaTitle: Amman - CLI Commands
+metaTitle: CLI Commands | Amman
 description: CLI Commands of the Metaplex Amman local validator toolkit.
 ---
 

+ 1 - 1
src/pages/amman/configuration.md

@@ -1,6 +1,6 @@
 ---
 title: Configuration
-metaTitle: Amman - Configuration
+metaTitle: Configuration | Amman
 description: Configuring Amman local validator toolkit.
 ---
 

+ 1 - 1
src/pages/amman/getting-started.md

@@ -1,6 +1,6 @@
 ---
 title: Getting Started
-metaTitle: Amman - Getting Started
+metaTitle: Getting Started | Amman
 description: Installation and setup of the Metaplex Amman local validator toolkit.
 ---
 

+ 1 - 1
src/pages/amman/index.md

@@ -1,6 +1,6 @@
 ---
 title: Overview
-metaTitle: Amman - Overview
+metaTitle: Overview | Amman
 description: Provides a high-level overview of Amman local validator.
 ---
 

+ 1 - 1
src/pages/amman/pre-made-configs.md

@@ -1,6 +1,6 @@
 ---
 title: Premade Configurations
-metaTitle: Amman - Pre Made Configurations
+metaTitle: Pre Made Configurations | Amman
 description: A set of premade configurations from Metaplex Amman local validator toolkit.
 ---
 

+ 2 - 2
src/pages/bubblegum/burn-cnfts.md

@@ -1,7 +1,7 @@
 ---
 title: Burning Compressed NFTs
-metaTitle: Bubblegum - Burning Compressed NFTs
-description: Learn how to burn compressed NFTs on Bubblegum
+metaTitle: Burning Compressed NFTs | Bubblegum
+description: Learn how to burn compressed NFTs on Bubblegum.
 ---
 
 The **Burn** instruction can be used to burn a Compressed NFT and, therefore, remove it from the Bubblegum Tree permanently. To authorize this operation, either the current owner or the delegate authority — if any — must sign the transaction. The instruction accepts the following parameter:

+ 2 - 2
src/pages/bubblegum/concurrent-merkle-trees.md

@@ -1,7 +1,7 @@
 ---
 title: Concurrent Merkle Trees
-metaTitle: Bubblegum - Concurrent Merkle Trees
-description: Learn more about Concurrent Merkle Trees and how they are used on Bubblegum
+metaTitle: Concurrent Merkle Trees | Bubblegum
+description: Learn more about Concurrent Merkle Trees and how they are used on Bubblegum.
 ---
 
 ## Introduction

+ 2 - 2
src/pages/bubblegum/create-trees.md

@@ -1,7 +1,7 @@
 ---
 title: Creating Bubblegum Trees
-metaTitle: Bubblegum - Creating Bubblegum Trees
-description: Learn how to create and fetch new Merkle Trees that can hold compressed NFTs
+metaTitle: Creating Bubblegum Trees | Bubblegum
+description: Learn how to create and fetch new Merkle Trees that can hold compressed NFTs.
 ---
 
 ## Introduction

+ 2 - 2
src/pages/bubblegum/decompress-cnfts.md

@@ -1,7 +1,7 @@
 ---
 title: Decompressing Compressed NFTs
-metaTitle: Bubblegum - Decompressing Compressed NFTs
-description: Learn how to redeem and decompress compressed NFTs on Bubblegum
+metaTitle: Decompressing Compressed NFTs | Bubblegum
+description: Learn how to redeem and decompress compressed NFTs on Bubblegum.
 ---
 
 It is possible for the owner of a Compressed NFT to decompress it into a regular NFT. {% .lead %}

+ 2 - 2
src/pages/bubblegum/delegate-cnfts.md

@@ -1,7 +1,7 @@
 ---
 title: Delegating Compressed NFTs
-metaTitle: Bubblegum - Delegating Compressed NFTs
-description: Learn how to delegate compressed NFTs on Bubblegum
+metaTitle: Delegating Compressed NFTs - Bubblegum
+description: Learn how to delegate compressed NFTs on Bubblegum.
 ---
 
 The owner of a Compressed NFT can delegate it to another account whilst keeping ownership of the cNFT. {% .lead %}

+ 2 - 2
src/pages/bubblegum/delegate-trees.md

@@ -1,7 +1,7 @@
 ---
 title: Delegating Trees
-metaTitle: Bubblegum - Delegating Trees
-description: Learn how to delegate Merkle Trees on Bubblegum
+metaTitle: Delegating Trees | Bubblegum
+description: Learn how to delegate Merkle Trees on Bubblegum.
 ---
 
 Similarly to how the owner of a Compressed NFT can approve a Delegate Authority, the creator of a Bubblegum Tree can also approve another account to perform actions on their behalf. {% .lead %}

+ 2 - 2
src/pages/bubblegum/faq.md

@@ -1,7 +1,7 @@
 ---
 title: FAQ
-metaTitle: Bubblegum - FAQ
-description: Frequently asked questions about Bubblegum
+metaTitle: FAQ | Bubblegum
+description: Frequently asked questions about Bubblegum.
 ---
 
 ## How do I find the arguments needed for operations such as transfer, delegate, burn, etc? {% #replace-leaf-instruction-arguments %}

+ 2 - 2
src/pages/bubblegum/fetch-cnfts.md

@@ -1,7 +1,7 @@
 ---
 title: Fetching Compressed NFTs
-metaTitle: Bubblegum - Fetching Compressed NFTs
-description: Learn how to fetch compressed NFTs on Bubblegum
+metaTitle: Fetching Compressed NFTs | Bubblegum
+description: Learn how to fetch compressed NFTs on Bubblegum.
 ---
 
 As mentioned in the [Overview](/bubblegum#read-api) page, Compressed NFTs are not stored inside onchain accounts like regular NFTs but, instead, are logged in the transactions that created and updated them. {% .lead %}

+ 2 - 2
src/pages/bubblegum/getting-started/index.md

@@ -1,7 +1,7 @@
 ---
 title: Getting Started
-metaTitle: Bubblegum - Getting Started
-description: Get started with compressed NFTs.
+metaTitle: Getting Started | Bubblegum
+description: Get started with compressed NFTs with the Metaplex Bubblegum program.
 ---
 
 Select the language / library you want to use below to get started with compressed NFTs.

+ 2 - 2
src/pages/bubblegum/getting-started/js.md

@@ -1,7 +1,7 @@
 ---
 title: Getting Started using JavaScript
-metaTitle: Bubblegum - Getting Started - JavaScript
-description: Get started with compressed NFTs using JavaScript
+metaTitle: Javascript SDK | Bubblegum
+description: Get started with compressed NFTs using the Bubblegum JavaScript SDK.
 ---
 
 Metaplex provides a JavaScript library that can be used to interact with Compressed NFTs. Thanks to the [Umi framework](https://github.com/metaplex-foundation/umi), it ships without many opinionated dependencies and, thus, provides a lightweight library that can be used in any JavaScript project.

+ 2 - 2
src/pages/bubblegum/getting-started/rust.md

@@ -1,7 +1,7 @@
 ---
 title: Getting Started using Rust
-metaTitle: Bubblegum - Getting Started - Rust
-description: Get started with compressed NFTs using Rust
+metaTitle: Rust SDK | Bubblegum
+description: Get started with compressed NFTs using the Metaplex Bubblegum Rust SDK.
 ---
 
 If you are a Rust developer, you can also use a Rust crate to interact with the Bubblegum program. Since the program is written in Rust, this crate contains all the program's logic, including helper methods that prepare instructions for us.

+ 2 - 2
src/pages/bubblegum/hashed-nft-data.md

@@ -1,7 +1,7 @@
 ---
 title: Hashing NFT Data
-metaTitle: Bubblegum - Hashing NFT Data
-description: Learn more about how NFT data is hashed on Bubblegum
+metaTitle: Hashing NFT Data | Bubblegum
+description: Learn more about how NFT data is hashed on Bubblegum.
 ---
 
 In previous sections we stated that each leaf node in a Bubblegum Merkle tree is obtained by hashing the data of the compressed NFT (cNFT).  But how exactly is this done?  We start with the metadata for the cNFT.  Each cNFT is minted with the following metadata structure as an argument to the minting instruction:

+ 1 - 1
src/pages/bubblegum/index.md

@@ -1,6 +1,6 @@
 ---
 title: Overview
-metaTitle: Bubblegum - Overview
+metaTitle: Overview | Bubblegum
 description: Provides a high-level overview of compressed NFTs.
 ---
 

+ 2 - 2
src/pages/bubblegum/merkle-tree-canopy.md

@@ -1,7 +1,7 @@
 ---
 title: Merkle Tree Canopy
-metaTitle: Bubblegum - Merkle Tree Canopy
-description: Learn more about the Merkle Tree Canopy on Bubblegum
+metaTitle: Merkle Tree Canopy | Bubblegum
+description: Learn more about the Merkle Tree Canopy on Bubblegum.
 ---
 
 ## Introduction

+ 2 - 2
src/pages/bubblegum/mint-cnfts.md

@@ -1,7 +1,7 @@
 ---
 title: Minting Compressed NFTs
-metaTitle: Bubblegum - Minting Compressed NFTs
-description: Learn how to mint compressed NFTs on Bubblegum
+metaTitle: Minting Compressed NFTs | Bubblegum
+description: Learn how to mint compressed NFTs on Bubblegum.
 ---
 
 In [the previous page](/bubblegum/create-trees), we saw that we need a Bubblegum Tree to mint Compressed NFTs and we saw how to create one. Now, let's see how to mint compressed NFTs from a given Bubblegum Tree. {% .lead %}

+ 2 - 2
src/pages/bubblegum/stored-nft-data.md

@@ -1,7 +1,7 @@
 ---
 title: Storing and Indexing NFT Data
-metaTitle: Bubblegum - Storing and Indexing NFT Data
-description: Learn more about how NFT data is stored on Bubblegum
+metaTitle: Storing and Indexing NFT Data | Bubblegum
+description: Learn more about how NFT data is stored on Bubblegum.
 ---
 
 As mentioned in the [Overview](/bubblegum#read-api), whenever compressed NFTs (cNFTs) are created or modified, the corresponding transactions are recorded onchain in the ledger, but the cNFT state data is not stored in account space.  This is the reason for the massive cost savings of cNFTs, but for convenience and usability, the cNFT state data is indexed by RPC providers and available via the **the Metaplex DAS API**.

+ 1 - 1
src/pages/bubblegum/transfer-cnfts.md

@@ -1,6 +1,6 @@
 ---
 title: Transferring Compressed NFTs
-metaTitle: Bubblegum - Transferring Compressed NFTs
+metaTitle: Transferring Compressed NFTs | Bubblegum
 description: Learn how to transfer compressed NFTs on Bubblegum
 ---
 

+ 1 - 1
src/pages/bubblegum/update-cnfts.md

@@ -1,6 +1,6 @@
 ---
 title: Updating Compressed NFTs
-metaTitle: Bubblegum - Updating Compressed NFTs
+metaTitle: Updating Compressed NFTs | Bubblegum
 description: Learn how to update compressed NFTs on Bubblegum
 ---
 

+ 1 - 1
src/pages/bubblegum/verify-collections.md

@@ -1,6 +1,6 @@
 ---
 title: Verifying Collections
-metaTitle: Bubblegum - Verifying Collections
+metaTitle: Verifying Collections | Bubblegum
 description: Learn how to set, verify and unverify collections on Bubblegum
 ---
 

+ 1 - 1
src/pages/bubblegum/verify-creators.md

@@ -1,6 +1,6 @@
 ---
 title: Verifying Creators
-metaTitle: Bubblegum - Verifying Creators
+metaTitle: Verifying Creators | Bubblegum
 description: Learn how to verify and unverify creators on Bubblegum
 ---
 

+ 1 - 1
src/pages/das-api/core-extension/convert-das-asset-to-core.md

@@ -1,6 +1,6 @@
 ---
 title: Convert from standard DAS Asset to Core Asset or Collection type
-metaTitle: DAS API Core Extension - Convert standard DAS to Core type
+metaTitle: Convert standard DAS to Core Type | DAS API Core Extension
 description: Converts DAS Assets to Core Asset or Collection 
 ---
 

+ 1 - 1
src/pages/das-api/core-extension/index.md

@@ -1,6 +1,6 @@
 ---
 title: Core DAS API Extension
-metaTitle: Core DAS API - Methods
+metaTitle: Methods | Core DAS API Extension
 description: Digital Asset Standard API Extension for MPL Core
 ---
 

+ 1 - 1
src/pages/das-api/core-extension/methods/get-asset.md

@@ -1,6 +1,6 @@
 ---
 title: Get Core Asset
-metaTitle: DAS API Core Extension - Get Asset
+metaTitle: Get Asset | DAS API Core Extension
 description: Returns the information of a MPL Core asset
 ---
 

+ 1 - 1
src/pages/das-api/core-extension/methods/get-assets-by-authority.md

@@ -1,6 +1,6 @@
 ---
 title: Get Core Assets by Authority
-metaTitle: DAS API Core Extension - Get Core Assets by Authority
+metaTitle: Get Core Assets by Authority | DAS API Core Extension
 description: Returns the information of all MPL Core asset with the given authority
 ---
 

+ 1 - 1
src/pages/das-api/core-extension/methods/get-assets-by-collection.md

@@ -1,6 +1,6 @@
 ---
 title: Get Core Assets by Collection
-metaTitle: DAS API Core Extension - Get Core Assets by Collection
+metaTitle: Get Core Assets by Collection | DAS API Core Extension
 description: Returns the information of all MPL Core asset in a given Collection
 ---
 

+ 1 - 1
src/pages/das-api/core-extension/methods/get-assets-by-owner.md

@@ -1,6 +1,6 @@
 ---
 title: Get Core Assets by Owner
-metaTitle: DAS API Core Extension - Get Core Assets by Owner
+metaTitle: Get Core Assets by Owner | DAS API Core Extension
 description: Returns the information of all MPL Core asset by Owner
 ---
 

+ 1 - 1
src/pages/das-api/core-extension/methods/get-collection.md

@@ -1,6 +1,6 @@
 ---
 title: Get Core Collection
-metaTitle: DAS API Core Extension - Get Collection
+metaTitle: Get Collection | DAS API Core Extension
 description: Returns the information of a MPL Core Collection
 ---
 

+ 1 - 1
src/pages/das-api/core-extension/methods/search-assets.md

@@ -1,6 +1,6 @@
 ---
 title: Search Core Assets
-metaTitle: DAS API Core Extension - Search Core Assets
+metaTitle: Search Core Assets | DAS API Core Extension
 description: Return the list of MPL Core assets given a search criteria
 ---
 

+ 1 - 1
src/pages/das-api/core-extension/methods/search-collections.md

@@ -1,6 +1,6 @@
 ---
 title: Search Core Collections
-metaTitle: DAS API Core Extension - Search Core Collections
+metaTitle: Search Core Collections | DAS API Core Extension
 description: Return the list of MPL Core Collections given a search criteria
 ---
 

+ 1 - 1
src/pages/das-api/getting-started.md

@@ -1,6 +1,6 @@
 ---
 title: Getting Started
-metaTitle: DAS API - Getting Started
+metaTitle: Getting Started | DAS API
 description: Installation and setup of the Metaplex DAS API client.
 ---
 

+ 1 - 1
src/pages/das-api/index.md

@@ -1,6 +1,6 @@
 ---
 title: DAS API
-metaTitle: DAS API - Overview
+metaTitle: Overview | DAS API
 description: A DAS API client used to access the Metaplex Digital Asset Standard.
 ---
 

+ 1 - 1
src/pages/das-api/methods/get-asset-by-authority.md

@@ -1,6 +1,6 @@
 ---
 title: Get Asset By Authority
-metaTitle: DAS API - Get Asset By Authority
+metaTitle: Get Asset By Authority | DAS API
 description: Returns the list of assets given an authority address
 ---
 

+ 1 - 1
src/pages/das-api/methods/get-asset-by-creator.md

@@ -1,6 +1,6 @@
 ---
 title: Get Asset By Creator
-metaTitle: DAS API - Get Asset By Creator
+metaTitle: Get Asset By Creator | DAS API
 description: Returns the list of assets given an authority address
 ---
 

+ 1 - 1
src/pages/das-api/methods/get-asset-by-group.md

@@ -1,6 +1,6 @@
 ---
 title: Get Asset By Group
-metaTitle: DAS API - Get Asset By Group
+metaTitle: Get Asset By Group | DAS API
 description: Return the list of assets given a group (key, value) pair
 ---
 

+ 1 - 1
src/pages/das-api/methods/get-asset-by-owner.md

@@ -1,6 +1,6 @@
 ---
 title: Get Asset By Owner
-metaTitle: DAS API - Get Asset By Owner
+metaTitle: Get Asset By Owner | DAS API
 description: Return the list of assets given an owner address
 ---
 

+ 1 - 1
src/pages/das-api/methods/get-asset-proof.md

@@ -1,6 +1,6 @@
 ---
 title: Get Asset Proof
-metaTitle: DAS API - Get Asset Proof
+metaTitle: Get Asset Proof | DAS API
 description: Returns the merkle tree proof information for a compressed asset
 ---
 

+ 1 - 1
src/pages/das-api/methods/get-asset.md

@@ -1,6 +1,6 @@
 ---
 title: Get Asset
-metaTitle: DAS API - Get Asset
+metaTitle: Get Asset | DAS API
 description: Returns the information of a compressed/standard asset
 ---
 

+ 1 - 1
src/pages/das-api/methods/index.md

@@ -1,6 +1,6 @@
 ---
 title: Methods
-metaTitle: DAS API - Methods
+metaTitle: Methods | DAS API
 description: Callable API Methods for the Metaplex DAS API client.
 ---
 

+ 1 - 1
src/pages/das-api/methods/search-assets.md

@@ -1,6 +1,6 @@
 ---
 title: Search Assets
-metaTitle: DAS API - Search Assets
+metaTitle: Search Assets | DAS API
 description: Return the list of assets given a search criteria
 ---
 

+ 1 - 1
src/pages/fusion/constraint-types.md

@@ -1,6 +1,6 @@
 ---
 title: Constraint Types
-metaTitle: Fusion - Constraint Types
+metaTitle: Constraint Types | Fusion
 description: The different options for Trifle composition rules.
 ---
 

+ 1 - 1
src/pages/fusion/getting-started.md

@@ -1,6 +1,6 @@
 ---
 title: Getting Started
-metaTitle: Fusion - Getting Started
+metaTitle: Getting Started | Fusion
 description: How to use Metaplex Fusion.
 ---
 

+ 1 - 1
src/pages/fusion/index.md

@@ -1,6 +1,6 @@
 ---
 title: Overview
-metaTitle: Fusion - Overview
+metaTitle: Overview | Fusion
 description: Provides a high-level overview of composable NFTs using Fusion.
 ---
 

+ 1 - 1
src/pages/fusion/transfer-effects.md

@@ -1,6 +1,6 @@
 ---
 title: Transfer Effects
-metaTitle: Fusion - Transfer Effects
+metaTitle: Transfer Effects | Fusion
 description: Effects that can be triggered on compose and decompose events.
 ---
 

+ 1 - 1
src/pages/hydra/index.md

@@ -1,6 +1,6 @@
 ---
 title: Overview
-metaTitle: Hydra - Overview
+metaTitle: Overview | Hydra
 description: Provides a high-level overview of Hydra wallets.
 ---
 

+ 1 - 1
src/pages/hydra/quick-start.md

@@ -1,6 +1,6 @@
 ---
 title: Quick Start
-metaTitle: Hydra - Quick Start
+metaTitle: Quick Start | Hydra
 description: Provides a high-level overview of Hydra wallets.
 ---
 

+ 1 - 1
src/pages/toolbox/getting-started/index.md

@@ -1,6 +1,6 @@
 ---
 title: Getting Started
-metaTitle: Toolbox - Getting Started
+metaTitle: Getting Started | Toolbox
 description: Get started with essential programs.
 ---
 

+ 1 - 1
src/pages/toolbox/getting-started/js.md

@@ -1,6 +1,6 @@
 ---
 title: Getting Started using JavaScript
-metaTitle: Toolbox - Getting Started - JavaScript
+metaTitle: JavaScript SDK | Toolbox
 description: Get started with essential programs using JavaScript
 ---
 

+ 1 - 1
src/pages/toolbox/index.md

@@ -1,6 +1,6 @@
 ---
 title: Overview
-metaTitle: Toolbox - Overview
+metaTitle: Overview | Toolbox
 description: Provides a high-level overview of the Toolbox product and what it includes.
 ---