Skip to content

Commit 7344599

Browse files
authored
feat: docs restructure (#1005)
1 parent ae333fd commit 7344599

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+104
-119
lines changed

ecosystem/blueprint/api.mdx renamed to contract-dev/blueprint/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,4 +796,4 @@ type Explorer = 'tonscan' | 'tonviewer' | 'toncx' | 'dton';
796796

797797
## Configuration
798798

799-
For detailed configuration options, refer to the [Blueprint Configuration](/ecosystem/blueprint/config) guide.
799+
For detailed configuration options, refer to the [Blueprint Configuration](/contract-dev/blueprint/config) guide.
File renamed without changes.

ecosystem/blueprint/cli.mdx renamed to contract-dev/blueprint/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ npx blueprint build --all
109109
npx blueprint build
110110
```
111111

112-
For detailed information about build artifacts, see [Compiled Artifacts](/ecosystem/blueprint/develop#compiled-artifacts).
112+
For detailed information about build artifacts, see [Compiled Artifacts](/contract-dev/blueprint/develop#compiled-artifacts).
113113

114114
### `run`
115115

ecosystem/blueprint/config.mdx renamed to contract-dev/blueprint/config.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ export const config: Config = {
1818

1919
The configuration supports the following options:
2020

21-
| Field | Type/Values | Description |
22-
| --------------------------------------------------------------------- | :-------------------------------------------------: | ---------------------------------------------------------------------------------------- |
23-
| [`plugins`](/ecosystem/blueprint/config#plugins) | `Plugin[]` | Extend or customize the behavior. |
24-
| [`network`](/ecosystem/blueprint/config#custom-network) | `'mainnet' `<br />`'testnet'`<br />` CustomNetwork` | Specifies the target network for deployment or interaction. |
25-
| `separateCompilables` | `boolean` | If `true`, `*.compile.ts` files go to `compilables/`. <br /> If `false`, to `wrappers/`. |
26-
| [`requestTimeout`](/ecosystem/blueprint/config#request-timeouts) | `number` | HTTP request timeout in milliseconds. |
27-
| [`recursiveWrappers`](/ecosystem/blueprint/config#recursive-wrappers) | `boolean` | If `true`, searches `wrappers/` or `compilables/` recursively for contracts. |
28-
| [`manifestUrl`](/ecosystem/blueprint/config#ton-connect-manifest) | `string` | Overrides the default TON Connect manifest URL. |
21+
| Field | Type/Values | Description |
22+
| ------------------------------------------------------------------------ | :-------------------------------------------------: | ---------------------------------------------------------------------------------------- |
23+
| [`plugins`](/contract-dev/blueprint/config#plugins) | `Plugin[]` | Extend or customize the behavior. |
24+
| [`network`](/contract-dev/blueprint/config#custom-network) | `'mainnet' `<br />`'testnet'`<br />` CustomNetwork` | Specifies the target network for deployment or interaction. |
25+
| `separateCompilables` | `boolean` | If `true`, `*.compile.ts` files go to `compilables/`. <br /> If `false`, to `wrappers/`. |
26+
| [`requestTimeout`](/contract-dev/blueprint/config#request-timeouts) | `number` | HTTP request timeout in milliseconds. |
27+
| [`recursiveWrappers`](/contract-dev/blueprint/config#recursive-wrappers) | `boolean` | If `true`, searches `wrappers/` or `compilables/` recursively for contracts. |
28+
| [`manifestUrl`](/contract-dev/blueprint/config#ton-connect-manifest) | `string` | Overrides the default TON Connect manifest URL. |
2929

3030
## Plugins
3131

File renamed without changes.

ecosystem/blueprint/deploy.mdx renamed to contract-dev/blueprint/deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Once confirmed, the contract is deployed.
101101

102102
## Interaction
103103

104-
After deploying your contracts, you can interact with them using Blueprint scripts. These scripts use the [wrappers](/ecosystem/blueprint/develop#wrappers) you've created to send messages and call get methods on your deployed contracts.
104+
After deploying your contracts, you can interact with them using Blueprint scripts. These scripts use the [wrappers](/contract-dev/blueprint/develop#wrappers) you've created to send messages and call get methods on your deployed contracts.
105105

106106
To run the following scripts, refer to the [Running scripts](#runningscripts) section.
107107

ecosystem/blueprint/develop.mdx renamed to contract-dev/blueprint/develop.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ export class NewContract implements Contract {
330330

331331
## Testing
332332

333-
To test contracts, follow the [Smart contract testing](/ecosystem/blueprint/testing/overview).
333+
To test contracts, follow the [Smart contract testing](/contract-dev/testing/overview).
334334

335335
## Deployment
336336

337-
To deploy contracts, follow the [Deployment and interaction](/ecosystem/blueprint/deploy#deploying-contracts) section.
337+
To deploy contracts, follow the [Deployment and interaction](/contract-dev/blueprint/deploy#deploying-contracts) section.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)